How to install grub 2 on a UEFI system on Arch Linux

in dtube •  6 years ago 


Install grub 2 on a UEFI system, EFI partition, on Arch Linux
Commands:
sudo pacman -S grub efibootmgr
sudo mount /dev/sdxx /mnt # /dev/sdxx is your EFI partition.
sudo grub-install --target=x86_64-efi --efi-directory=/mnt --bootloader-id=grub --recheck
sudo grub-mkconfig -o /boot/grub/grub.cfg
sudo grub-mkconfig -o /mnt/EFI/grub/grub.cfg


▶️ DTube
▶️ IPFS
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!