fixed! no more messages about missing UUID
This commit is contained in:
@@ -7,50 +7,50 @@ PREPARATION:
|
||||
|
||||
2.) Install GRUB2 to *each ESP*. See sample.config.xml for context for the below examples.
|
||||
|
||||
grub-install \
|
||||
--boot-directory=/mnt/boot1 \
|
||||
--bootloader-id=Arch \
|
||||
--efi-directory=/mnt/boot1/ \
|
||||
--target=x86_64-efi \
|
||||
--no-nvram \
|
||||
--recheck
|
||||
grub-install \
|
||||
--boot-directory=/mnt/boot1 \
|
||||
--bootloader-id=Arch \
|
||||
--efi-directory=/mnt/boot1/ \
|
||||
--target=x86_64-efi \
|
||||
--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/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 \
|
||||
--efi-directory=/mnt/boot2/ \
|
||||
--target=x86_64-efi \
|
||||
--no-nvram \
|
||||
--recheck
|
||||
grub-install \
|
||||
--boot-directory=/mnt/boot2 \
|
||||
--bootloader-id=Arch \
|
||||
--efi-directory=/mnt/boot2/ \
|
||||
--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
|
||||
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.
|
||||
|
||||
efibootmgr \
|
||||
--create \
|
||||
--disk /dev/sdd \
|
||||
--part 1 \
|
||||
--loader /EFI/Arch/grubx64.efi \
|
||||
--label "Arch (Fallback)"
|
||||
efibootmgr \
|
||||
--create \
|
||||
--disk /dev/sdd \
|
||||
--part 1 \
|
||||
--loader /EFI/Arch/grubx64.efi \
|
||||
--label "Arch (Fallback)"
|
||||
|
||||
efibootmgr \
|
||||
--create \
|
||||
--disk /dev/sdb \
|
||||
--part 1 \
|
||||
--loader /EFI/Arch/grubx64.efi \
|
||||
--label "Arch"
|
||||
efibootmgr \
|
||||
--create \
|
||||
--disk /dev/sdb \
|
||||
--part 1 \
|
||||
--loader /EFI/Arch/grubx64.efi \
|
||||
--label "Arch"
|
||||
|
||||
Reference in New Issue
Block a user