Help Reinstalling Grub


In case you do it again


Boot an ubuntu live disk,

Code:
mount /dev/hda1 [make this the correct partition] /ubuntu
mount --bind /dev /ubuntu/dev
chroot /ubuntu
grub-install

You might need to sudo some of that shit too...

EDIT: I assumed ubuntu was on hda1
 
Back
Top