This commit is contained in:
brent s 2019-08-19 00:29:22 -04:00
parent 3848a0bf7e
commit 84b6c80b07
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ PREPARATION:


grub-install \ grub-install \
--boot-directory=/mnt/boot2 \ --boot-directory=/mnt/boot2 \
--bootloader-id="Arch (Fallback)" \ --bootloader-id="Arch" \
--efi-directory=/mnt/boot2/ \ --efi-directory=/mnt/boot2/ \
--target=x86_64-efi \ --target=x86_64-efi \
--no-nvram \ --no-nvram \
@ -34,7 +34,7 @@ PREPARATION:
# #
# grub-install \ # grub-install \
# --boot-directory=/mnt/boot2 \ # --boot-directory=/mnt/boot2 \
# --bootloader-id="Arch" \ # --bootloader-id="Arch (Fallback)" \
# --efi-directory=/mnt/boot2/ \ # --efi-directory=/mnt/boot2/ \
# --target=x86_64-efi \ # --target=x86_64-efi \
# --no-nvram \ # --no-nvram \
@ -46,7 +46,7 @@ PREPARATION:
--create \ --create \
--disk /dev/sdd \ --disk /dev/sdd \
--part 1 \ --part 1 \
--loader /EFI/Arch (Fallback)/grubx64.efi \ --loader /EFI/Arch/grubx64.efi \
--label "Arch (Fallback)" --label "Arch (Fallback)"


efibootmgr \ efibootmgr \