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-devel

RE: [Xen-devel] unable to install vmx domain from iso or cdrom

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] unable to install vmx domain from iso or cdrom
From: "Krysan, Susan" <KRYSANS@xxxxxxxxxx>
Date: Fri, 22 Dec 2006 14:20:24 -0500
Delivery-date: Fri, 22 Dec 2006 11:20:22 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <EF8D308BE33AF54D8934DF26520252D30350463F@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Accl/dRnPICMgA0bTcOgORpZEQEsRQAADjVQ
Thread-topic: [Xen-devel] unable to install vmx domain from iso or cdrom

I get: 

 

Booting from CD-ROM…

FATAL:  No bootable device

 

Thanks,

Sue Krysan

Linux Systems Group

Unisys Corporation

 


From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Krysan, Susan
Sent: Friday, December 22, 2006 2:18 PM
To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] unable to install vmx domain from iso or cdrom

 

I’m running with changeset 13110:f58b0c778b90 and I cannot install a vmx windows domain.  I’ve tried using the physical media and also an iso.

 

Here is the config used when attempting to boot from iso:

 

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 = 2048

name = "win2003std-smp"

vcpus=4

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

disk = [ 'file:/mnt/xenlsg/xenimages/domvt/win2003std-smp.vmg,hda,w' , 'file:/home/unisys/win2003std.ISO,hdc:cdrom,r' ]

device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'

boot='d'

sdl=1

vnc=0

vncviewer=0

stdvga=0

serial='pty'

 

Any help would be appreciated.

 

Thanks,

Sue Krysan

Linux Systems Group

Unisys Corporation

 

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>