Ok great! I think I have a solution. For me this reduces the bug from 1 in 5 times, to around 1 in 1000. I still see the bug but this helps a bunch:
======== My Almost 100% Solution!! ========
Edit /etc/inittab. Comment out all of the normal tty's (they are unused in PV mode). For example:
Code:
#1:2345:respawn:/sbin/mingetty --noclear tty1
#2:2345:respawn:/sbin/mingetty tty2
#3:2345:respawn:/sbin/mingetty tty3
#4:2345:respawn:/sbin/mingetty tty4
#5:2345:respawn:/sbin/mingetty tty5
#6:2345:respawn:/sbin/mingetty tty6
Near the end of the file, there (may) should be a cons entry. Comment it out as well
Code:
#cons:12345:respawn:/sbin/smart_agetty -L 42 console
add this line to the end of inittab:
Code:
co:2345:respawn:/sbin/agetty xvc0 9600 vt102
From XenCenter: Right click on the VM, click Startup Options. Replace all the text in OS Boot Parameters with this:
Code:
xencons=xvc console=xvc0