error no such partition entering rescue mode grub rescue
error: no such partition
Entering rescue mode...
grub rescue>
- If you have ubuntu live cd, boot from cd and click try ubuntu
- Then find terminal window
- Type
sudo apt-get install lilo
andthen sudo lilo -M /dev/sda mbr
(you should have internet connection to perform this) then restart - If you do not have internet follow this on latest ubuntu live cd's
sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda
Comments
Post a Comment