QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1063|回复: 0

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

[复制链接]
发表于 2003-9-26 09:52:50 | 显示全部楼层 |阅读模式
这个问题比较复杂,关键就是要从启动系统重新手动安装 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
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-24 12:03 , Processed in 0.043173 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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