QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 751|回复: 4

怎样单独安装(恢复)RH9.0的GRUB引导器

[复制链接]
发表于 2003-12-13 11:58:15 | 显示全部楼层 |阅读模式
我前几天在机子上安了个XP后,我的RH9的GRUB引导就没了(应该说被XP引导给覆盖了)以前遇到这种情况我只有从状RH9,可这次我的RH里有很多重要数据,哪位仁兄知道恢复或只安装GRUB的方法。(顺便问一下 怎样备份硬盘的主引导区)再此先谢过了!
发表于 2003-12-13 14:23:22 | 显示全部楼层
I am not familiar with grub loader, but I can tell how to deal with you situation by lilo( Linux Loader):

1. firstly, boot your machine from cdrom, with the first cd of installation; and enter rescue mode
2. prepare a file named "lilo.conf" in directory "/etc", here is an example of lilo.conf for redhat8.0 :

prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.18-14
        label=linux
        initrd=/boot/initrd-2.4.18-14.img
        read-only
        append="root=LABEL=/"

other=/dev/hda1
        optional
        label=DOS


3. run this command as root user: /sbin/lilo
4. restart your computer

Good luck!

I am sorry if I am wrong !
回复

使用道具 举报

发表于 2003-12-13 14:39:26 | 显示全部楼层
用RH9的第一张安装光盘引导计算机,然后输入“linux rescue”进行系统修复。
具体步骤:
首先,选择修复过程中用的 ‘语言和键盘’。一路回车。
然后,用"chroot /mnt/sysimage"
最后用 "grub-install /dev/hd?" //hd?指的是你Linux 对你硬盘的命名

好像是这样吧? 在进行修复过程中有相应的提示      //谢谢收看
回复

使用道具 举报

发表于 2003-12-13 17:49:46 | 显示全部楼层
linuxeden置顶的贴子:

重装grub的方法:
http://www.linuxeden.com/forum/showthread.php?s=739ab8e1ed9e99efdb3fa364706dd34c&threadid=80533
回复

使用道具 举报

 楼主| 发表于 2003-12-14 11:39:04 | 显示全部楼层
谢谢各位的帮忙,我试试.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-18 07:31 , Processed in 0.060425 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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