WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Win2k3 cdrom is not an ElTorito, install boot fail
From: "Antoine Boegli" <edomaur@xxxxxxxxx>
Date: Fri, 23 Feb 2007 11:18:11 +0100
Delivery-date: Fri, 23 Feb 2007 02:17:42 -0800
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=W46IViPbOAMBErJDd7tHukcKHY3f6Ehb5QvdGOekGw5bpA0jYmeisYM2G9PGdKlsuhk8dU5idQicsvclkdp3Si8k3BVCXXoR+9OFgsmo9NaHNHUaoUtKyWBTLXSflZB8ukjLb0TNuwKHgmxKVmIDOujCLBizh2Q7RGxUlXfwNcc=
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=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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
<Prev in Thread] Current Thread [Next in Thread>