Skip to content

Commit

Permalink
Disable BLS config style in grub
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marmarek committed Sep 20, 2019
1 parent ba6be8d commit bd55c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub/grub.qubes-kernel-vm-support
Expand Up @@ -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

0 comments on commit bd55c1e

Please sign in to comment.