Krysan, Susan
2006-Dec-22 19:17 UTC
[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@lists.xensource.com
http://lists.xensource.com/xen-devel
Krysan, Susan
2006-Dec-22 19:20 UTC
RE: [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@lists.xensource.com
[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Krysan,
Susan
Sent: Friday, December 22, 2006 2:18 PM
To: xen-devel@lists.xensource.com
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@lists.xensource.com
http://lists.xensource.com/xen-devel
Keir Fraser
2006-Dec-23 09:28 UTC
Re: [Xen-devel] unable to install vmx domain from iso or cdrom
Probably the same issue as Thomas Woller reported. Looks like at least some non-network boot devices were broken by a checkin to add support for network boot devices. -- Keir On 22/12/06 7:20 pm, "Krysan, Susan" <KRYSANS@unisys.com> wrote:> I get: > > Booting from CD-ROM > FATAL: No bootable device > > > Thanks, > Sue Krysan > Linux Systems Group > Unisys Corporation > > > > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Krysan, Susan > Sent: Friday, December 22, 2006 2:18 PM > To: xen-devel@lists.xensource.com > 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@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Woller, Thomas
2006-Dec-27 21:20 UTC
RE: [Xen-devel] unable to install vmx domain from iso or cdrom
fyi, with c/s 13161 i have been able to boot some HVM guests on AMD-V
and VT, although some problems booting windows on VT. simple boot
testing of 32bit guests only -
AMD-V 64b hv:
32bit SUSE10 boots, 32bit Winxpsp2 (memory = 4Gig) boots, 32bit
win2003ServerEE (13Gig) boots
VT 32bit hv:
32bit SUSE10 boots, unable to boot 32bit Winxpsp2 or win2003server
(512meg memory) - not sure reason. when failing loads the last driver
mup.sys, then hangs, although looks like vmrun/exit loop is running.
have not tried any hvm guest installs..
-- Tom
________________________________
From: xen-devel-bounces@lists.xensource.com
[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Keir Fraser
Sent: Saturday, December 23, 2006 3:28 AM
To: Krysan, Susan; xen-devel@lists.xensource.com
Subject: Re: [Xen-devel] unable to install vmx domain from iso
or cdrom
Probably the same issue as Thomas Woller reported. Looks like at
least some non-network boot devices were broken by a checkin to add
support for network boot devices.
-- Keir
On 22/12/06 7:20 pm, "Krysan, Susan" <KRYSANS@unisys.com>
wrote:
I get:
Booting from CD-ROM...
FATAL: No bootable device
Thanks,
Sue Krysan
Linux Systems Group
Unisys Corporation
________________________________
From: xen-devel-bounces@lists.xensource.com
[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Krysan,
Susan
Sent: Friday, December 22, 2006 2:18 PM
To: xen-devel@lists.xensource.com
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@lists.xensource.com
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel