From 21acfae10aa7a0287fd6e1fb9059da8a2fb5feb1 Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Thu, 11 Oct 2018 19:36:36 -0700 Subject: [PATCH] Ignore BIOS entirely when installing GRUB for EFI. --- debian/changelog | 6 ++++++ lubuntu/modules/before_bootloader_context.conf | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7b88521..04bf979 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (25) cosmic; urgency=medium + + * Ignore BIOS entirely when installing GRUB for EFI. + + -- Walter Lapchynski Thu, 11 Oct 2018 19:29:20 -0700 + calamares-settings-ubuntu (24) cosmic; urgency=medium [ Wendy Hill ] diff --git a/lubuntu/modules/before_bootloader_context.conf b/lubuntu/modules/before_bootloader_context.conf index 8b54c83..003c0b1 100644 --- a/lubuntu/modules/before_bootloader_context.conf +++ b/lubuntu/modules/before_bootloader_context.conf @@ -1,8 +1,10 @@ # Make sure the correct bootloader package is installed for EFI. # Also pull in shim so secureboot has a chance at working. +# Because of edge cases, we ignore BIOS, and do the same +# procedure for all EFI types. --- firmwareType: - bios: /bin/false + bios: "-/bin/true" "*": - command: apt-cdrom add -m -d=/media/cdrom/ timeout: 10