[Bug 1208584] GRUB_DISABLE_OS_PROBER trashes windows entries on automatic system rollback
https://bugzilla.suse.com/show_bug.cgi?id=1208584 https://bugzilla.suse.com/show_bug.cgi?id=1208584#c13 --- Comment #13 from Michael Chang <mchang@suse.com> --- (In reply to Lubos Kocman from comment #7)
Not sure if our distribution default for systems where we expect snapper should change this, or if we should install some extra config for grub that would override the default or simply add this to %post in snapper
# ensure that we do not drop entries from os-prober on rollback if [ -f /etc/default/grub ]; then sed -i 's/^GRUB_DISABLE_OS_PROBER="true"/GRUB_DISABLE_OS_PROBER="false"/' /etc/default/grub fi
Thoughts?
IMHO we basically have no clue why people disabled os-prober, so hardly come up with a justification needing to do that for them. One of the design principle of system rollback is the capability to walking back (potentially broken) boot config (grub.cfg) so long as it is unmodified. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com