less /etc/fstab | grep boot UUID=ed910c93-d465-4fad-a95f-ea7361326f57 /boot/ ext3 defaults,errors=remount-ro,relatime 0 1
Checking the UUID: ls /dev/disk/by-uuid/ed910c93-d465-4fad-a95f-ea7361326f57 -l lrwxrwxrwx 1 root root 10 2009-01-14 12:17 /dev/disk/by-uuid/ed910c93-d465-4fad-a95f-ea7361326f57 -> ../../sda4 It is also mounted: mount | grep boot /dev/sda4 on /boot type ext3 (rw,relatime,errors=remount-ro) Most of the time update-grub writes the path-names correctly, it is only after editing (for example), the default kernel command line when I get the prompt running update-grub. -- Incorrect paths in menu.lst with separate boot partition https://bugs.launchpad.net/bugs/317085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
