From 29338995f63c0c58ef2a2c738b1ac6591e086917 Mon Sep 17 00:00:00 2001 From: kroy Date: Mon, 13 Jan 2020 15:09:00 -0600 Subject: install: T1940, fix unbootable EFI, 4kn compatibility --- scripts/install/install-postinst-new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index 85eba45f..3a20cac3 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -140,9 +140,9 @@ install_grub () { bootloader_name="VyOS (RAID disk $I)" ((I++)) fi - mkdosfs -F 32 -n EFI /dev/$part >&/dev/null + mkdosfs -F 32 -s 1 -n EFI /dev/$part >&/dev/null mount /dev/$part $grub_root/boot/efi - output=$(grub-install --no-floppy --recheck --target=x86_64-efi --force-extra-removable --root-directory=$grub_root --efi-directory=$grub_root/boot/efi --bootloader-id="$bootloader_name" 2>&1) + output=$(grub-install --no-floppy --recheck --target=x86_64-efi --force-extra-removable --root-directory=$grub_root --efi-directory=$grub_root/boot/efi --bootloader-id="$bootloader_name" --no-uefi-secure-boot 2>&1) umount $grub_root/boot/efi ##TODO DO we need these to be in fstab?? # -- cgit v1.2.3