killZ 发表于 2003-12-13 11:58:15

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

我前几天在机子上安了个XP后,我的RH9的GRUB引导就没了(应该说被XP引导给覆盖了)以前遇到这种情况我只有从状RH9,可这次我的RH里有很多重要数据,哪位仁兄知道恢复或只安装GRUB的方法。(顺便问一下 怎样备份硬盘的主引导区)再此先谢过了!

zhoulzu 发表于 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 ! :oops:

林惠 发表于 2003-12-13 14:39:26

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

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

hongewuyan 发表于 2003-12-13 17:49:46

linuxeden置顶的贴子:

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

killZ 发表于 2003-12-14 11:39:04

:o 谢谢各位的帮忙,我试试.
页: [1]
查看完整版本: 怎样单独安装(恢复)RH9.0的GRUB引导器