|
|
按论坛中的方法:
linux rescue
chroot /mnt/sysimage
grub -install /dev/hda \\这样不行,用 grub -help 显示只有选项 --install, 而用--install 后进入
grub>
grub> root(hd0,x) \\这样不行,显示为参数错。后发现要加空格,改为
grub> root (hd0,8) \\ /dev/hda8 是我的fc3的安装路径
grub :device 8 is a ext2 file system \\大概是这样的显示
grub> setup (hd0)
not found /boot/grub/stage1
not found /boot/grub/stage1.conf
我去查了一下,/boot/grub下有stage1,而且还有stage2,为什么不行?进不去FC3了,呜呜。
还有一个写什么makebootable /dev/hda 更不能用了,linux rescue中就没有那样的命令。 |
|