# # /etc/xen/win_2k3.kvm # # Example config file for running a Windows system as Xen Dom-U # # Maximilian Wilhelm # -- Sun, 07 Oct 2007 05:20:57 +0200 # # Kernel image file. kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' # The domain build function. HVM domain uses 'hvm'. builder='hvm' # Initial memory allocation (in megabytes) for the new domain. memory = 512 # A name for your domain. All domains must have different names. name = "win_2k3" # Ethernet device vif = [ 'type=ioemu, mac=00:de:fa:ce:d0:23, ip=192.168.123.23, bridge=br123' ] # Disk image disk = [ "phy:/dev/vg_xen1/win2k3-disk,hda,w", "file:/data/windows-install.iso,hdc:cdrom,r" ] # boot on floppy (a), hard disk (c) or CD-ROM (d) #boot="c" # use after installation boot="d" # use for installing windows, to boot from cd # enable SDL console sdl=1 # disable VNC console - I've had problems with it... vnc=0 vncviewer=0 # set realtime clock to local time localtime=1 apic=0 acpi=0