Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 212 Bytes

File metadata and controls

10 lines (9 loc) · 212 Bytes

GRUB bootloader

grub-install                   \
    --target=x86_64-efi        \
    --efi-directory=/boot/efi  \
    --bootloader-id=grub       \
    --boot-directory=/boot/efi \
    --removable