XenServer by default boots without a serial console (buggy hardware reasons) and dom0 displays a splash screen. Unfortunately, having Xen writing to the vga text area looks ugly whilst dom0 is trying to set up non-text mode and display the splash screen. We have been using "console=" to prevent this behavior for a while, but presented herewith is a patch to fix the problem correctly. ~Andrew