On 18.05.2011 13:41, aelschur...@hotmail.com wrote: > Package: grub-pc > Version: 1.99-2 > Followup-For: Bug #566735 > > I'll add another data point, since I'm seeing the exact same problem. But > since my /boot is not on LVM, I'm only noticing this now that I've tried to > configure a splash image for grub. > Please in future file a separate bugreport. Such kind of things may have multiple possible causes. Try attached patch
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko
=== modified file 'util/grub-mkconfig_lib.in' --- util/grub-mkconfig_lib.in 2011-04-10 13:30:45 +0000 +++ util/grub-mkconfig_lib.in 2011-05-18 12:34:10 +0000 @@ -105,12 +105,6 @@ { device="$1" - # Abstraction modules aren't auto-loaded. - abstraction="`"${grub_probe}" --device "${device}" --target=abstraction`" - for module in ${abstraction} ; do - echo "insmod ${module}" - done - partmap="`"${grub_probe}" --device "${device}" --target=partmap`" for module in ${partmap} ; do case "${module}" in @@ -121,6 +115,12 @@ esac done + # Abstraction modules aren't auto-loaded. + abstraction="`"${grub_probe}" --device "${device}" --target=abstraction`" + for module in ${abstraction} ; do + echo "insmod ${module}" + done + fs="`"${grub_probe}" --device "${device}" --target=fs`" for module in ${fs} ; do echo "insmod ${module}"
signature.asc
Description: OpenPGP digital signature