🙃The world is full of pain, but we can fix it with love!

Cheat Sheet


| 36 words

Update GRUB after grub package is updated. Replace /boot with your mount point of the EFI partition in --efi-directory=/boot. Replace GRUB with your bootloader id in --bootloader-id=GRUB.

1
2
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
grub-mkconfig -o /boot/grub/grub.cfg