Dienstag, 25. November 2008

Windows Server 2003 x64 config für xen3.3

kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = 1024
device_model = '/usr/lib/xen/bin/qemu-dm'

name = 'asd'

vif = [ 'type=ioemu, bridge=eth0' ]

# This is for using an LVM volume as a virtual disk
disk = [ 'phy:/dev/vg0/lvm-disk,hda,w', 'file:/home/images/Microsoft/Windows/2003_x64/EN_CD_01.iso,hdc:cdrom,r' ]
boot='cd'

# the number of cpus guest platform has, default=1
#vcpus=1
# enable/disable HVM guest ACPI, default=0 (disabled)
acpi=1
# enable/disable HVM guest APIC, default=0 (disabled)
apic=1
# enable SDL library for graphics, default = 0
#sdl=0
# enable VNC library for graphics, default = 0
#vnc=1
#vnclisten='0.0.0.0'

on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'

Keine Kommentare: