Disable BLS config style in grub

Fedora use "Boot Loader Specification" config style by default. This is
available only in Fedora-patched grub, so it's incompatible with vanilla
grub shipped by dom0.
Disable it, to generate normal boot entries.

QubesOS/qubes-issues#5212

(cherry picked from commit bd55c1efe4)
release4.0
Marek Marczykowski-Górecki 5 years ago
parent 4a28ab6e3d
commit 484f67a618
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -5,4 +5,4 @@ if [ -r /usr/share/qubes/marker-vm ] &&
[ "$(cat /var/lib/qubes/initramfs-updated 2>/dev/null || echo 0)" -ge 1 ]; then
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX xen_scrub_pages=0"
fi
GRUB_ENABLE_BLSCFG=false

Loading…
Cancel
Save