lost and found ( for me ? )

grub : MBRに再インストールする方法

-  / と /boot が同じパーティションの場合

# grub-install /dev/hda ( /dev/sda などのハードディスク名 )

-  / と /boot が異なるパーティションの場合

# grub-install --root-directory=/ /dev/hda

今回は、/ と /boot を同じパーティションにしているので、

[root@arizona ~]# grub-install /dev/sda
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
[root@arizona ~]# echo $?
0
[root@arizona ~]#

get things done!

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.