aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers/platforms/n1sdp/ubuntu/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/platforms/n1sdp/ubuntu/init b/helpers/platforms/n1sdp/ubuntu/init
index bda7657..9fd768c 100644
--- a/helpers/platforms/n1sdp/ubuntu/init
+++ b/helpers/platforms/n1sdp/ubuntu/init
@@ -53,7 +53,7 @@ echo "LABEL=ESP /boot/efi vfat defaults 0 0" >> etc/fstab
mkdir /boot/efi
mount /boot/efi
mount -t efivarfs efivarfs /sys/firmware/efi/efivars/
-grub-install || true
+grub-install --no-uefi-secure-boot || true
[ -e /linux-image-n1sdp.deb ] && dpkg -i /linux-image-n1sdp.deb
[ -e /linux-headers-n1sdp.deb ] && dpkg -i /linux-headers-n1sdp.deb
sed -ie 's/^GRUB_TIMEOUT_STYLE=.*$/GRUB_TIMEOUT_STYLE=menu/; s/^GRUB_TIMEOUT=.*$/GRUB_TIMEOUT=2/; s/GRUB_CMDLINE_LINUX_DEFAULT=.*$/GRUB_CMDLINE_LINUX_DEFAULT="earlycon vfio-pci.ids=10ee:9038"/' /etc/default/grub