Hi. I am trying get use xen vmx, it shows only black window. I attach my
config and logs.
config:
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
else:
kernel = "/usr/lib/xen/boot/vmxloader"
builder=''vmx''
memory = 128
name = "bluszcz"
vif = [ ''type=ioemu, bridge=xenbr0'' ]
disk = [ ''file:/tmp/hd.img,ioemu:hda,w'' ]
device_model = ''/usr/'' + arch_libdir +
''/xen/bin/qemu-dm''
cdrom=''/dev/cdrom''
boot=''d''
sdl=1
vnc=0
vncviewer=0
ne2000=0
localtime=1
log
[2006-03-01 21:32:37 xend] INFO (image:352) spawning device
models: /usr/lib64/xen/bin/qemu-dm
[''/usr/lib64/xen/bin/qemu-dm'', ''-d'',
''24'',
''-p'', ''3'', ''-m'',
''128'', ''-cdrom'',
''/dev/cdrom'', ''-boot'',
''d'', ''-localtime'',
''-vcpus'', ''1'',
''-domain-name'', ''bluszcz'',
''-hda'', ''/tmp/hd.img'',
''-macaddr'',
''00:16:3e:29:98:03'', ''-bridge'',
''xenbr0'', ''-nics'', ''1'']
[2006-03-01 21:32:37 xend] INFO (image:354) device model pid: 11018
[2006-03-01 21:32:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:663) Storing
VM details: {''ssidref'': ''0'',
''uuid'':
''a0982f00-f1ce-55e2-1752-28f065954e48'',
''on_reboot'': ''restart'',
''start_time'': ''1141245157.34'',
''on_poweroff'':
''destroy'', ''name'':
''bluszcz'', ''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'':
''128'', ''on_crash'':
''restart'', ''image'': ''(vmx
(kernel /usr/lib/xen/boot/vmxloader)
(device_model /usr/lib64/xen/bin/qemu-dm) (vcpus 1) (cdrom /dev/cdrom) (boot
d) (localtime 1) (sdl 1) (display :0.0))'', ''maxmem'':
''128''}
[2006-03-01 21:32:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:688) Storing
domain details: {''console/port'': ''2'',
''name'': ''bluszcz'',
''console/limit'':
''1048576'', ''vm'':
''/vm/a0982f00-f1ce-55e2-1752-28f065954e48'',
''domid'': ''24'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'':
''308812'', ''store/port'':
''1''}
[2006-03-01 21:32:37 xend] DEBUG (image:432) vmx_shutdown fired, shutdown
reason=None
[2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices vif.
[2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices usb.
[2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices vbd.
[2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices pci.
[2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices
ioports.
[2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices vtpm.
--
Rafał つた Zawadzki
Release/Deploy Manager
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Puthiyaparambil, Aravindh
2006-Mar-01 21:23 UTC
RE: [Xen-users] vmx problem - no booting from cd
Try using the hvmloader. kernel = "/usr/lib/xen/boot/hvmloader" I have also noticed that using "/dev/cdrom" sometimes does not work. "/dev/cdrom" will point to something like "/dev/hdc". Try using that instead. Aravindh> -----Original Message----- > From: Rafal Zawadzki [mailto:rafal.zawadzki@eo.pl] > Sent: Wednesday, March 01, 2006 3:38 PM > To: xen-users@lists.xensource.com > Subject: [Xen-users] vmx problem - no booting from cd > > Hi. I am trying get use xen vmx, it shows only black window. I attach my > config and logs. > > config: > > import os, re > arch = os.uname()[4] > if re.search(''64'', arch): > else: > kernel = "/usr/lib/xen/boot/vmxloader" > builder=''vmx'' > memory = 128 > name = "bluszcz" > vif = [ ''type=ioemu, bridge=xenbr0'' ] > disk = [ ''file:/tmp/hd.img,ioemu:hda,w'' ] > device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' > cdrom=''/dev/cdrom'' > boot=''d'' > sdl=1 > vnc=0 > vncviewer=0 > ne2000=0 > localtime=1 > > log > > > [2006-03-01 21:32:37 xend] INFO (image:352) spawning device > models: /usr/lib64/xen/bin/qemu-dm [''/usr/lib64/xen/bin/qemu-dm'', ''-d'', > ''24'', > ''-p'', ''3'', ''-m'', ''128'', ''-cdrom'', ''/dev/cdrom'', ''-boot'', ''d'', ''- > localtime'', > ''-vcpus'', ''1'', ''-domain-name'', ''bluszcz'', ''-hda'', ''/tmp/hd.img'', ''- > macaddr'', > ''00:16:3e:29:98:03'', ''-bridge'', ''xenbr0'', ''-nics'', ''1''] > [2006-03-01 21:32:37 xend] INFO (image:354) device model pid: 11018 > [2006-03-01 21:32:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:663) > Storing > VM details: {''ssidref'': ''0'', ''uuid'': ''a0982f00-f1ce-55e2-1752- > 28f065954e48'', > ''on_reboot'': ''restart'', ''start_time'': ''1141245157.34'', ''on_poweroff'': > ''destroy'', ''name'': ''bluszcz'', ''vcpus'': ''1'', ''vcpu_avail'': ''1'', ''memory'': > ''128'', ''on_crash'': ''restart'', ''image'': ''(vmx > (kernel /usr/lib/xen/boot/vmxloader) > (device_model /usr/lib64/xen/bin/qemu-dm) (vcpus 1) (cdrom /dev/cdrom) > (boot > d) (localtime 1) (sdl 1) (display :0.0))'', ''maxmem'': ''128''} > [2006-03-01 21:32:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:688) > Storing > domain details: {''console/port'': ''2'', ''name'': ''bluszcz'', ''console/limit'': > ''1048576'', ''vm'': ''/vm/a0982f00-f1ce-55e2-1752-28f065954e48'', ''domid'': > ''24'', > ''cpu/0/availability'': ''online'', ''memory/target'': ''131072'', ''store/ring- > ref'': > ''308812'', ''store/port'': ''1''} > [2006-03-01 21:32:37 xend] DEBUG (image:432) vmx_shutdown fired, shutdown > reason=None > [2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices > vif. > [2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices > usb. > [2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices > vbd. > [2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices > pci. > [2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices > ioports. > [2006-03-01 21:32:37 xend] DEBUG (DevController:132) Waiting for devices > vtpm. > > > > > > -- > Rafał つた Zawadzki > Release/Deploy Manager >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dnia środa, 1 marca 2006 22:23, Puthiyaparambil, Aravindh napisał:> /usr/lib/xen/boot/hvmloaderWhere I can find this? -- Rafał つた Zawadzki Release/Deploy Manager _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>-----Original Message----- >From: xen-users-bounces@lists.xensource.com >[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Rafal Zawadzki >Sent: 2006年3月2日 5:52 >To: xen-users@lists.xensource.com >Subject: Re: [Xen-users] vmx problem - no booting from cd > >Dnia środa, 1 marca 2006 22:23, Puthiyaparambil, Aravindh napisał: >> /usr/lib/xen/boot/hvmloader > >Where I can find this?Do you use the latest Xen unstable? Now the Xen source using hvmloader to instead of vmxloader. You should install Dev86 to make out it from xen source.> >-- >Rafał つた Zawadzki >Release/Deploy ManagerBest Regards, Yongkang (Kangkang) 永康 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Puthiyaparambil, Aravindh
2006-Mar-02 02:11 UTC
RE: [Xen-users] vmx problem - no booting from cd
This should be created automatically if you are compiling from sources. If you are using an RPM, then I guess the RPM is at a changeset where HVM has not made it in yet. Aravindh> -----Original Message----- > From: Rafal Zawadzki [mailto:rafal.zawadzki@eo.pl] > Sent: Wednesday, March 01, 2006 4:52 PM > To: xen-users@lists.xensource.com > Subject: Re: [Xen-users] vmx problem - no booting from cd > > Dnia środa, 1 marca 2006 22:23, Puthiyaparambil, Aravindh napisał: > > /usr/lib/xen/boot/hvmloader > > Where I can find this? > > -- > Rafał つた Zawadzki > Release/Deploy Manager >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dnia czwartek, 2 marca 2006 03:11, Puthiyaparambil, Aravindh napisał:> This should be created automatically if you are compiling from sources. If > you are using an RPM, then I guess the RPM is at a changeset where HVM has > not made it in yet.I used 3.0.1 sources to create vmxloader. -- Rafał つた Zawadzki Release/Deploy Manager _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users