Sysop:XEN
Zur Navigation springen
Zur Suche springen
domU time/date
make the time independent:
echo 1 > /proc/sys/xen/independent_wallclock
different approaches:
Update Problems domU Debian
grub-probe: error: Cannot find a GRUB drive for /dev/xvda1. Check your device.map.
But /dev/xvda1 is listed in device.map. Acutally the problem is, that grub is looking for /dev/xvda, which does not exist.
Solution create a node, so that it exists:
# cd /dev && mknod xvda b 202 0
Rerun upgrade