Changes between Version 4 and Version 5 of InvirtSetupNotes
- Timestamp:
- Mar 24, 2013, 8:09:04 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InvirtSetupNotes
v4 v5 30 30 31 31 - Xen: if you create a hypervisor VM with virt-install or friends, you'll need to go back in afterwards and turn all the virtio devices back to emulated ones. Xen straight up cannot deal with them and will fail in mysterious ways. 32 - Xen: Just installing the Xen system and rebooting into it will break serial console in several ways. You need: 33 34 in /etc/default/grub: 35 {{{ 36 GRUB_CMDLINE_XEN="loglvl=all guest_loglvl=all com1=38400,8n1 console=com1" 37 GRUB_CMDLINE_LINUX="console=hvc0 earlyprintk=xen" 38 }}} 39 in /etc/init/ttyS0.conf: change 'ttyS0' to 'hvc0' and restart ttyS0 40 41 - Xen: Also, disable the splash screen, quiet-boot, and kernel modesetting, or you'll go mad trying to debug boot problems 42