Difference between revisions of "GRUB/Restore the GRUB Bootloader"
m
→Fixed partition info
imported>Aaditya |
imported>Aaditya |
||
Line 122: | Line 122: | ||
3.) Mount the EFI partition as ''/boot/efi'' | 3.) Mount the EFI partition as ''/boot/efi'' | ||
sudo mount /dev/ | sudo mount /dev/sdXY /boot/efi | ||
X = | X = Alphabet of the drive = a,b,c ... | ||
Y = Partition number of the EFI partition = 1,2,3,4... | |||
Example - ''/dev/sda4'' | |||