created : 2010-01-26 updated : 2010-01-26
source : https://wiki.ubuntu.com/Grub2
Recover Grub 2 via LiveCD
$ sudo fdisk -l
$ sudo mount /dev/sda1 /mnt
$ sudo mount /dev/sda2 /mnt/boot Make sure you don't mix these up, pay attention to the output of FDISK
$ sudo mount --bind /dev /mnt/dev
$ sudo chroot /mnt You should be chroot'd into your system as root, you can now run commands as root, without the need for sudo.
$ nano /etc/default/grub
$ update-grub
|
USB boot >