Hi,
what I did (Debian etch):
- Converted my System to xen-dom0: Installed xen-hypervisor-3.2-1-i386 and linux-*-2.6.18-6-xen-686 plus utils. After reboot the hypervisor runs and the installation is the dom0 now.
- Created a xen-domU and installed a Debian etch plus ctvdr-packages
- passed the two pci-cards through to this domU:
- /boot/grub/menu.lst:
- /etc/xen/vdr.athome.local.cfg:
Pretty straightforward, no magic.
Eckebrecht
Quote from: keynet on July 02, 2008, 16:28:00
What documentation did you use to get Xen working with vdr as a virtual machine? Any hints?
what I did (Debian etch):
- Converted my System to xen-dom0: Installed xen-hypervisor-3.2-1-i386 and linux-*-2.6.18-6-xen-686 plus utils. After reboot the hypervisor runs and the installation is the dom0 now.
- Created a xen-domU and installed a Debian etch plus ctvdr-packages
- passed the two pci-cards through to this domU:
- /boot/grub/menu.lst:
Code Select
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0 pciback.hide=(00:0a.0)(00:0c.0) noirqdebug
- /etc/xen/vdr.athome.local.cfg:
Code Select
pci=['00:0a.0','00:0c.0']
Pretty straightforward, no magic.
Eckebrecht