grub2 - Grub error: file '/grub/i386-pc/normal.mod' not found? - Unix & Linux Stack Exchange
A re-installation of Grub from the Live CD fixed the issue.
Replace /dev/sda and /dev/sda1 with your boot device and boot partition and run the following commands from the Live CD:
A re-installation of Grub from the Live CD fixed the issue.
Replace /dev/sda and /dev/sda1 with your boot device and boot partition and run the following commands from the Live CD:
sudo mount /dev/sda1 /mnt
sudo grub-install --boot-directory=/mnt /dev/sda
sudo reboot
No comments:
Post a Comment