How to restore the Ubuntu grub bootloader (9.10 and beyond)?
First you need to find out what your drives are called. You can do this by going to a terminal and typing:
Code:
sudo fdisk -l
So, still in the terminal, type:
Code:
sudo mkdir /media/sda5 sudo mount /dev/sda5 /media/sda5
Code:
sudo grub-install --root-directory=/media/sda5 /dev/sda
| Next > |
|---|






