Difference between revisions of "GRUB/Restore the GRUB Bootloader"
Views
Actions
Namespaces
Variants
Tools
→Note: use efivarfs (based on changes made by another)
imported>Excalibur1234 |
imported>Aaditya |
||
Line 192: | Line 192: | ||
Then install the {{ic|efibootmgr}}, {{ic|dosfstools}} and {{ic|grub}} packages and try steps 4 and 5 again. | Then install the {{ic|efibootmgr}}, {{ic|dosfstools}} and {{ic|grub}} packages and try steps 4 and 5 again. | ||
If it still doesn't work, then try exiting the chroot environnment by typing '''exit''', then loading the ''' | If it still doesn't work, then try exiting the chroot environnment by typing '''exit''', then loading the '''efivarfs''' module: | ||
sudo modprobe | sudo modprobe efivarfs | ||
and in the chroot | and in the chroot | ||
mount -t efivarfs efivarfs /sys/firmware/efi/efivars | mount -t efivarfs efivarfs /sys/firmware/efi/efivars |