|
|
使用以下两种方法都失败了
1 Install GRUB for DOS boot code to the MBR of IDE channel 0, primary drive under Linux:
bootlace /dev/hda
2 Install GRUB for DOS boot code to the MBR of IDE channel 0, primary drive under Linux/FreeBSD:
grubinst "(hd0)"
You can also use device names:
grubinst /dev/hda (Linux)
grubinst /dev/ad0 (FreeBSD) |
|