I removed files from my Linux box is/ boot directory site and also currently it will not boot
I removed files from /boot
to conserve room, today when I boot I see :
GRUB filling, please wait ... ERROR 15
/boot
still has files representing the 2.6.32 - 27 variation of Linux. Yet I removed all others that did not have that string in/ boot
How can I repair this?
Here are some guidelines on reinstalling grub2 in current variations of Ubuntu.
I would certainly advise adhering to the chroot method as I assume that will certainly be the most convenient and also most safe means to recover your system.
In addition, the next time that you intend to clean up drive room on/ boot, you can make use of synaptic or proper - reach remove old bits. As an example :
$ sudo proper - get remove linux - photo - 2.6.31 - 21 - common
The MBR is attempting to read from a grub install someplace on disk which has actually currently been removed.
You'll require to create a grub install and afterwards write it to the MBR. Examine the male web page for "grub - install".
Primarily you require to run :
sudo grub - install/ dev/sda
to write create a new grub 2 and also write it to the MBR.
You'll require to go down a grub.cfg documents too up your OS though in/ boot/grub. If you do not have one you can restore a grub2 config documents making use of grub - arrangement.
Related questions