If you installed any non-Linux OS on your netbook after installing Linux, then you will have trouble getting your GRUB bootloader since the process of restoring GRUB has changed. But, don’t panic, here are the instructions to get your GRUB bootloader back.
- Boot from the CD/USB flash drive from which you installed Ubuntu
- Open terminal (It is there under Accessories)
- type in
sudo fdisk -l
- then type
sudo mount /dev/sdAB /mnt
, where A is your drive and B is your linux partition. In my case, I typed insudo mount /dev/sda7 /mnt
- install GRUB again by typing this
sudo grub-install --root-directory=/mnt /dev/sdA
, where A is your drive. In my case, I typedsda
- Now type
sudo umount /mnt
No comments:
Post a Comment