Difference between revisions of "GRUB/Restore the GRUB Bootloader"
Views
Actions
Namespaces
Variants
Tools
→For UEFI Systems: Fixed a typo and added steps that worked for my system
imported>Aaditya |
imported>Pizzapill (→For UEFI Systems: Fixed a typo and added steps that worked for my system) |
||
Line 157: | Line 157: | ||
If it still doesn't work, then try exiting the chroot environnment by typing '''exit''', then loading the '''efivars''' module: | If it still doesn't work, then try exiting the chroot environnment by typing '''exit''', then loading the '''efivars''' module: | ||
sudo | sudo modprobe efivars | ||
and retry the steps again. Should the modprobe fail try | |||
sudo modprobe efivarfs | |||
and in the chroot | |||
mount -t efivarfs efivarfs /sys/firmware/efi/efivars | |||
And if you get something like | And if you get something like |