Comment 4 for bug 997414

Revision history for this message
Bart Cerneels (stecchino) wrote :

Ran dpkg-reconfigure grub-pc and noticed that only /dev/sda1 was selected. Made sure /dev/sda was selected and removed /dev/sda1(/boot) since it's a partition. I think the bug is here, /dev/sda should have been automatically selected to avoid mistakes. In fact, the user should not even be presented with any of these options while upgrading.

root@ubuntu:/# dpkg-reconfigure grub-pc
Installation finished. No error reported.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-24-generic
Found initrd image: /boot/initrd.img-3.2.0-24-generic
Found linux image: /boot/vmlinuz-3.0.0-19-generic
Found initrd image: /boot/initrd.img-3.0.0-19-generic
Found memtest86+ image: /memtest86+.bin
  /var/lock/lvm: mkdir failed: No such file or directory
  File-based locking initialisation failed.
done

I'll reboot now in the hope that the /var/lock/lvm error is not a problem. But it's apearance certainly is a problem as well.