Sysop:XEN
Version vom 24. Januar 2014, 22:10 Uhr von Muri (Diskussion | Beiträge) (Muri verschob Seite XEN nach Sysop:XEN, ohne dabei eine Weiterleitung anzulegen: articles referring to sysop stuff should be in the sysop namespace)
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