[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Win2k3 cdrom is not an ElTorito, install boot fail
Hello, I am trying to install a Windows 2003 Enterprise server in a Xen guest, but the process is failing on the boot phase of the installer. Qemu return the 0x04 error code (the cdrom is not seen as an El Torito one) and the iso file has been created with dd Can someone help me or point my little self to the right direction ? The computer is an HP BL460C blade, running under Debian Etch edition of Xen. This is the config file : ----------------------------------------------------------------------------------- import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel = '/usr/lib/xen/boot/hvmloader' builder='hvm' memory = 512 pae=1 name = 'w2k3-001' vif = [ 'type=ioemu, ip=10.0.20.103, mac=00:06:5B:66:A3:E8, bridge=xenbr0' ] disk = [ 'phy:/dev/vg0/w2k3-001,ioemu:hda,w', 'file:/root/WINDOWS_2003_ENTERPRISE.ISO,hdc:cdrom,r' ] cdrom='/root/WINDOWS_2003_ENTERPRISE.ISO' device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' boot='cd' sdl=1 vnc=0 vncviewer=0 ne2000=0 ----------------------------------------------------------------------------------- -- Antoine Boegli _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |