Monday, April 11, 2011

Grub2 install

After booting from LiveCD:
sudo fdisk -l
sudo mount /dev/sdXY /mnt
sudo grub-install --root-directory=/mnt /dev/sdX

where X is letter of harddrive and Y is partion number.

No comments:

Post a Comment