- Code: Select all
Instellen van linux-image-2.6.32-5-amd64 (2.6.32-15) ...
Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.32-5-amd64
initrd.img(/boot/initrd.img-2.6.32-5-amd64
) points to /boot/initrd.img-2.6.32-5-amd64
(/boot/initrd.img-2.6.32-5-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.32-5-amd64.postinst line 400.
vmlinuz(/boot/vmlinuz-2.6.32-5-amd64
) points to /boot/vmlinuz-2.6.32-5-amd64
(/boot/vmlinuz-2.6.32-5-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.32-5-amd64.postinst line 400.
Running update-grub.
/usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).
User postinst hook script [update-grub] exited with value 1
Some grub probe results:
- Code: Select all
# grub-probe /boot
ext2
# grub-probe /
grub-probe: error: cannot find a device for / (is /dev mounted?).
# grub-probe /home
grub-probe: error: cannot find a device for /home (is /dev mounted?).
My /etc/fstab:
- Code: Select all
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/mapper/r-root / ext3 errors=remount-ro 0 1
# /dev/sda1 /boot ext2 defaults 0 2
UUID=f75bcedf-83fc-4b2d-905d-1053524bbdc4 /boot ext2 defaults 0 2
/dev/mapper/r-home /home ext3 defaults 0 2
/dev/mapper/r-swap none swap sw 0 0
# /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/cdrom1 /media/cdrom0 udf,iso9660 user,noauto 0 0
none /proc/bus/usb usbfs rw,user.devgid=116,devmode=0666 0 0
The problem is probably not having a UUID for my root and home partition. How can I fix this?