早上重装了XP
然后从UBUNTU的LIVECD启动,通过如下恢复GRUB后:
sudogrub
find/boot/grub/stage1//我这里反馈回来的是(hd0,9)
root(hd0,9)
setup(hd0)
quit
然后重启,从硬盘启动,GRUB启动后选择UBUNTU7。04
然后出现了ERROR17的错误提示:说是不能挂载所选的分区
按任意键回到GRUB主菜单,选择recoverymode也出现ERROR17,
memtest86 也是这样,
想想估计是重装XP后分区表乱了,然后就按e修改,把root(hd0,9)改成root(hd0,10),还是出现ERROR17错误,
继续改,改成root(hd0,8),系统成功启动,进入系统后,修改menu.lst:
sudogedit/boot/grub/menu.lst
把:
titleUbuntu,kernel2.6.20-16-generic
root(hd0,9)
kernel/boot/vmlinuz-2.6.20-16-genericroot=UUID=bb0b700e-9d24-4e00-9e8c-eeeeaca5c06aroquietsplashlocale=zh_CN
initrd/boot/initrd.img-2.6.20-16-generic
quiet
savedefault
titleUbuntu,kernel2.6.20-16-generic(recoverymode)
root(hd0,9)
kernel/boot/vmlinuz-2.6.20-16-genericroot=UUID=bb0b700e-9d24-4e00-9e8c-eeeeaca5c06arosingle
initrd/boot/initrd.img-2.6.20-16-generic
titleUbuntu,memtest86
root(hd0,9)
kernel/boot/memtest86 .bin
quiet
里面的root(hd0,9)全部改为:root(hd0,8)
保存退出,重启,一个一个选择看了一下,全部都能正常启动了这次,没出现ERROR17的错误提示了
解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误解决ubuntu GRUB出现ERROR 17错误
阅读(981) | 评论(0) | 转发(0) |