You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(module2 as a Xen hypervisor is being loaded, but that's irrelevant to the actual functionality of Grub)
The only things that need to be ensured are having
insmod mdraid1x
insmod lvm
in grub.cfg. Debian 11 just natively supports this and doesn't require any special configuration here, that's the output from a stock update-grub.
So I would recommend just removing that snippet entirely, since if Debian can do it, I guess everything can; or, if this is supposd to be a foot penetration safety measure, at least allow disabling it with a command line flag.
The text was updated successfully, but these errors were encountered:
I've had a couple of installs where I needed to patch installimage by removing
installimage/functions.sh
Lines 1118 to 1139 in cc14774
A totally working Debian 11 setup has this truncated
lsblk
output:And following snippet from
grub.cfg
:(
module2
as a Xen hypervisor is being loaded, but that's irrelevant to the actual functionality of Grub)The only things that need to be ensured are having
in
grub.cfg
. Debian 11 just natively supports this and doesn't require any special configuration here, that's the output from a stockupdate-grub
.So I would recommend just removing that snippet entirely, since if Debian can do it, I guess everything can; or, if this is supposd to be a foot penetration safety measure, at least allow disabling it with a command line flag.
The text was updated successfully, but these errors were encountered: