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.
less /etc/fstab | grep boot d465-4fad- a95f-ea7361326f 57 /boot/ ext3 defaults, errors= remount- ro,relatime 0 1
UUID=ed910c93-
Checking the UUID:
ls /dev/disk/ by-uuid/ ed910c93- d465-4fad- a95f-ea7361326f 57 -l by-uuid/ ed910c93- d465-4fad- a95f-ea7361326f 57 -> ../../sda4
lrwxrwxrwx 1 root root 10 2009-01-14 12:17 /dev/disk/
It is also mounted: errors= remount- ro)
mount | grep boot
/dev/sda4 on /boot type ext3 (rw,relatime,
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.