[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Win2k3 cdrom is not an ElTorito, install boot fail


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: "Antoine Boegli" <edomaur@xxxxxxxxx>
  • Date: Fri, 23 Feb 2007 11:18:11 +0100
  • Delivery-date: Fri, 23 Feb 2007 02:17:42 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OdVLomdsABjL9+LZ0tvqm8Tn/QcCFeGaXf5925W3/sAcLDs5CTpqLHHs7EejXYA/B0WOYZdwlkBBGLO2mYAKUVYnCkM+gmQiJA7upF/KSKJVuvz7ItHBThHDO0KBJRJIV/melawLj8L80o+Yz1Xwi9CaRk5r3Q+bTsyKxL0rajQ=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.