forcemerge 530357 530927 thanks Am Donnerstag, den 28.05.2009, 21:45 +0200 schrieb Gerrit Jan Baarda:
> After upgrading from grub2_1.96+20090317-1 to 1.96+20090523-1 my system > became unbootable. > > The upgrade changed the following lines in the auto generated grub.cfg: > > 45c45 > < linux /boot/vmlinuz-2.6.29-2-686 > root=UUID=646c28d7-e9d1-45a5-bd1f-efa24c94f844 ro quiet > --- > > linux /boot/vmlinuz-2.6.29-2-686 root=/dev/mapper/linux-root ro > > quiet > 52c52 > < linux /boot/vmlinuz-2.6.29-2-686 > root=UUID=646c28d7-e9d1-45a5-bd1f-efa24c94f844 ro single quiet > --- > > linux /boot/vmlinuz-2.6.29-2-686 root=/dev/mapper/linux-root ro > > single quiet > > I could boot again after manually changing the root=UUID=.... lines back to > root=/dev/mapper/linux-root. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530357 As workaround you can set GRUB_DISABLE_LINUX_UUID=true in /etc/default/grub and then run update-grub again, so that UUIDs won't be used for the root= kernel parameter. Actually this is a bug somewhere in initramfs-tools or somewhere else. -- Felix Zielcke -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

