注意:根据自己分区情况改,不要照抄。
引导进入ubuntu6.06 重新安装grub
# grub grub> root (hd0,0) grub> setup (hd0) grub> quit
(hd0,0)是/boot所在分区,请改成自己的。
然后编辑/boot/grub/menu.lst 重启,应该不会有问题了。
可以参考这里修改http://forum.ubuntu.org.cn/viewtopic.php?t=16318

# grub grub> root (hd0,0) grub> setup (hd0) grub> quit
