LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 424|回复: 0

请教:利用矮人DOS的GRUB启动硬盘上的Ubuntu

[复制链接]
发表于 2006-12-2 22:27:18 | 显示全部楼层 |阅读模式
安装Ubuntu后在硬盘第一分区的MBR安装了GRUB,能正常运行,但用Ghost恢复C盘的Windows XP后破坏了GRUB,为了恢复启动,就安装了矮人DOS工具,编辑menu.lst,添加下面的命令行
title 运行 Ubuntu
root (hd0,2)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro quiet splash locale=zh_CN
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
###########
###########
title 运行 Ubuntu Recovery
root (hd0,2)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot

保存后重新启动,能进入Ubuntu Recovery模式,但启动Ubuntu正常模式的时候,提示读取磁盘失败,请问各位高手如何能启动正常模式呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表