-
First, install the required packages:
|
-
Now adjust the corresponding part of
/etc/inittabto enable the serial console additionally to the VGA output:
|
-
Also edit the file
/etc/xen/xend-config.sxpas follows to adjust the network configuration for Xen:
|
-
After the Xen installation, there should be a new entry in
/boot/grub/menu.lstfor Xen, which causes booting into the modified Xen kernel. -
For passing through the PCI(e) slot to the quest system, which we are about to create later, it must be hidden from the host system first. List the PCI(e) devices by invoking the command
lspci:
|
-
Note the number right before the description of the device, which is 03:07.0 in this case and modify the following Xen entry in
/boot/grub/menu.lst:
|
-
Reboot the system and check the current kernel by entering
uname rthereafter:
|
For more information on the Xen Hypervisor software please visit the official Xen Hypervisor web site on Hypervisor | Xen Project.