Difference between revisions of "GRUB/Restore the GRUB Bootloader"
→For UEFI Systems
imported>Aaditya |
imported>Aaditya |
||
Line 117: | Line 117: | ||
2.) Mount the EFI partition as ''/boot/efi'' | 2.) Create the ''/boot/efi'' directory | ||
sudo mkdir /boot/efi | |||
3.) Mount the EFI partition as ''/boot/efi'' | |||
sudo mount /dev/sdaX /boot/efi | sudo mount /dev/sdaX /boot/efi | ||
X = partition number of the EFI partition. | X = partition number of the EFI partition. | ||
4.) Re-install Grub. | |||
sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck | sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck | ||
5.) Update Grub configuration file. | |||
sudo update-grub | sudo update-grub | ||