footman 发表于 2003-9-26 09:52:50

如果 grub 安装失败,如何恢复。

这个问题比较复杂,关键就是要从启动系统重新手动安装 bootloader。在操作过程中有很多变数。我这里只给出我昨天测试过程中的解决办法。

首先用 MagicLinux-1.2pre3-1.iso 启动,然后按 Ctrl-Alt-F2 切换到 shell 之中。
然后创建目录 /tmpfs/mnt/hda7 (我是安装在 hda7 上)。
再运行 mount /dev/hda7 /tmpfs/mnt/hda7。
如果 /boot 是在单独分区上,也要加载。
再运行 chroot /tmpfs/mnt/hda7
在运行 grub
在 grub> 下,运行 root (hd0,6)
然后 再运行 setup (hd0)
退出 grub> 运行 quit
退出 chroot 的 shell 运行 exit
如果加载了 /tmpfs/mnt/hda7/boot,就要运行 umount /tmpfs/mnt/hda7/boot
然后 umount /tmpfs/mnt/hda7
运行 reboot
页: [1]
查看完整版本: 如果 grub 安装失败,如何恢复。