-
First, we need to modify the default settings for virtual machines in
/etc/xen-tools/xen-tools.conf, which in this case concerns a Debian installation. Adjust the file as follows:
|
-
Now we can create our guest domain called
cs2-xene.g.:
|
-
While creating the guest system, you will be prompted for the root password. After providing that, add the PCI device to the guest, that we isolated from dom0 before, by adding the following line to the configuration file
/etc/xen/cs2-xen.cfg:
|
-
Start the guest system:
|
You can list all running virtual machines with the following command:
|
-
First, log onto the guest system using the Xen console:
|
And prepare it for SSH:
|
Add the following line into /etc/fstab:
|
-
Now, find out the DHCP assigned IP address running the command
ifconfigand log onto the guest machine using SSH:
|
-
Check if the correct PCI(e) device is passed through to the guest system:
|