|
|
一块硬盘,一个刻录机
硬盘在第一个IDE口的slave上
刻录机在第二个IDE口的slave上
redhat8 OS
重装win后,安装在硬盘MBR上的grub被清除,按以往方法,用redhat的第一张盘
进入linux rescue模式:
chroot /mnt/sysimage --执行OK
grub-install /dev/hdb --执行失败,提示:
/dev/hdb does not have any corresponding BIOS drive.
用/dev/hda,/dev/hdc,/dev/hdd也不行
尝试另一种方法:
chroot /mnt/sysimage 后
grub<回车>
root (hd0, 12) --执行失败,提示:
File system type unkown, partition type 0x82
setup (hd0) --执行失败,提示:
Error 17: Cannot mount selected partition.
请问是什么原因??
//bow
3Q |
|