1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-09 07:30:39 +02:00

mention grub-pc-bin for EFI Ubuntu users

This commit is contained in:
Michiel Derhaeg
2017-05-05 13:39:26 +02:00
parent a3af894efc
commit 25d3fe717f

View File

@@ -256,6 +256,9 @@ grub-install --modules=part_msdos \
--boot-directory="$PWD/boot" \ --boot-directory="$PWD/boot" \
/dev/loop0 /dev/loop0
``` ```
Ubuntu users might need to install ``grub-pc-bin`` first if they are on an EFI
system.
The ``--target=i386-pc`` tells grub to use the simple msdos MBR bootloader. This The ``--target=i386-pc`` tells grub to use the simple msdos MBR bootloader. This
is often the default, but this can vary from machine to machine so you better is often the default, but this can vary from machine to machine so you better
specify it here. The ``--boot-directory`` options tells grub to install the grub specify it here. The ``--boot-directory`` options tells grub to install the grub