yishudong 发表于 2003-12-2 16:29:32

求救:一个关于grub的老问题

各位:我在c盘装win2000,d,e,f,g装win2000下的东西,留下的空间也就是g盘之后的空间装了linux 9.0,但我把c盘格式化重装了一遍系统,等重起之后就进不了linux了,我试着用rescue来重装grub。
具体步骤是:
         chroot /mnt/sysimage
               grub-install
运行之后却出了一些提示:本人学俄语看不懂,也不会弄了,提示如下
         more than one install_device?
               usage:grub-install install_device
               install grub on your drive
               -h --help         print this message and exit
               -v --version    ..............
               --root-directory=dir   install grub images.....
               --grub-shell=file   ...................
               --force-lba................
               --recheck....................
            install-device can be a grub device name or a system device filename.
希望各位救救我,万分感谢

chinahe 发表于 2003-12-2 16:31:54

你这种安装系统的方式太容易出问题!!!

gugong 发表于 2003-12-2 16:31:57

more than one install_device?
usage:grub-install install_device
install grub on your drive
-h --help print this message and exit
-v --version ..............
--root-directory=dir install grub images.....
--grub-shell=file ...................
--force-lba ................
--recheck ....................
install-device can be a grub device name or a system device filename.






grub-install/dev/hda?

yishudong 发表于 2003-12-2 17:08:25

我用了人们说的方法
               chroot /mnt/sysimage
                     grub-install recheck /dev/hda9
之后还是出现了刚才的东西,不知如何是好

书中玉 发表于 2003-12-2 18:16:34

做张grub软盘引导盘吧,就可以放心大胆地安装或者删除系统了,什么系统都可以引导,重写主引导记录也不怕。真是牛x :mrgreen:

cnlong 发表于 2003-12-2 18:28:18

下载一个grub for DOS 吧,好用的很!!

樱家冢 发表于 2003-12-30 14:45:47

dd if=/dev/hda of=/dev/fd0 bs=512 count=1

以后随便你怎么弄,插入软盘就搞定。
页: [1]
查看完整版本: 求救:一个关于grub的老问题