web-dev-qa-db-ja.com

CentOS5のインストール-GRUB USBドライブにインストール

UnetbootinとUSBスティックを介してCentOSをインストールしました。残念ながら、USBUSBドライブがないとシステムを起動できません。

誰かがこれを修正する方法について私にいくつかの情報を提供できますか?

ありがとう。

3
John

uSBスティックを引き出して実行します

# grub-install --recheck '(hd0)'
Probing devices to guess BIOS drives. This may take a long time.
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(fd0)   /dev/fd0
(hd0)   /dev/sda

デバイスを選択して再実行します(hd0として認識されなかった場合のみ)

# grub-install '(hd0)'
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

# this device map was generated by anaconda
(hd0)     /dev/sda