Hi!
I bzr diff on /boot/grub/grub.cfg revealed – but already from last week as I
upgraded to the newer backport initramfs-tools, where booting still worked
okay:
menuentry 'Debian GNU/Linux, mit Linux 3.2.0-4-686-pae' --class debian --
class gnu-linux --class gnu --class os {
load_video
insmod gzio
@@ -67,7 +90,7 @@
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root [UUID]
echo 'Linux 3.2.0-4-686-pae wird geladen …'
- linux /vmlinuz-3.2.0-4-686-pae root=/dev/mapper/mondschein-debian ro
+ linux /vmlinuz-3.2.0-4-686-pae root=UUID=[UUID ro
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd.img-3.2.0-4-686-pae
}
@@ -79,7 +102,7 @@
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root [UUID]
echo 'Linux 3.2.0-4-686-pae wird geladen …'
- linux /vmlinuz-3.2.0-4-686-pae root=/dev/mapper/mondschein-debian ro
single
+ linux /vmlinuz-3.2.0-4-686-pae root=UUID=[UUID] ro single
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd.img-3.2.0-4-686-pae
}
And:
Booting today also failed with 3.2.0 kernel so the issue seems to have
nothing to do with the newer version of the 3.14 backport kernel.
Ciao,
--
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7Attachment:
signature.asc
Description: This is a digitally signed message part.