reassign 549627 grub-common thanks Am Montag, den 05.10.2009, 04:18 +0200 schrieb Arnt Karlsen:
> ...disk setup: > a16:~# df -h > Filesystem Size Used Avail Use% Mounted on > /dev/dm-0 71G 17G 51G 25% / > tmpfs 1014M 8.0K 1014M 1% /lib/init/rw > udev 10M 160K 9.9M 2% /dev > tmpfs 1014M 168K 1014M 1% /dev/shm > /dev/hda1 236M 42M 182M 19% /boot > a16:~# grub-probe -d /dev/dm-0 > grub-probe: error: Cannot find a GRUB drive for /dev/dm-0. Check your > device.map. > This was caused by a change in dmsetup, which was luckly reverted in the next upload. Your problem is that the initrd of the kernel which you booted was created with the broken dmsetup. Run echo change > /sys/block/dm-0/uevent that should fix it until the next reboot. update-initramfs -c -t -k all should fix it permanetly -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

