finalized. hashtype incorporated into code, streamlined, etc.
This commit is contained in:
@@ -15,14 +15,6 @@ PREPARATION:
|
||||
--no-nvram \
|
||||
--recheck
|
||||
|
||||
grub-install \
|
||||
--boot-directory=/mnt/boot1 \
|
||||
--bootloader-id="Arch (Fallback)" \
|
||||
--efi-directory=/mnt/boot1/ \
|
||||
--target=x86_64-efi \
|
||||
--no-nvram \
|
||||
--recheck
|
||||
|
||||
grub-install \
|
||||
--boot-directory=/mnt/boot2 \
|
||||
--bootloader-id=Arch \
|
||||
@@ -31,13 +23,22 @@ PREPARATION:
|
||||
--no-nvram \
|
||||
--recheck
|
||||
|
||||
grub-install \
|
||||
--boot-directory=/mnt/boot2 \
|
||||
--bootloader-id="Arch (Fallback)" \
|
||||
--efi-directory=/mnt/boot2/ \
|
||||
--target=x86_64-efi \
|
||||
--no-nvram \
|
||||
--recheck
|
||||
# These are not strictly necessary, as the same path is used in efibootmgr for the primary and the fallback.
|
||||
# grub-install \
|
||||
# --boot-directory=/mnt/boot1 \
|
||||
# --bootloader-id="Arch (Fallback)" \
|
||||
# --efi-directory=/mnt/boot1/ \
|
||||
# --target=x86_64-efi \
|
||||
# --no-nvram \
|
||||
# --recheck
|
||||
#
|
||||
# grub-install \
|
||||
# --boot-directory=/mnt/boot2 \
|
||||
# --bootloader-id="Arch (Fallback)" \
|
||||
# --efi-directory=/mnt/boot2/ \
|
||||
# --target=x86_64-efi \
|
||||
# --no-nvram \
|
||||
# --recheck
|
||||
|
||||
3.) Prepare the ESPs. See sample.config.xml for context for the below examples.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user