Montervino, Mariano
2007-Oct-26 18:30 UTC
[Xen-users] Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows enviroment. We follow this instruccion http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm create win_2k.hvm" the windows installation pop up never appear. HVM file config: kernel = "/usr/lib/xen/boot/hvmloader" device_model=''/usr/lib/xen/bin/qemu-dm'' builder=''hvm'' memory = 256 name = "win2k" vif = [ ''type=ioemu, mac=aa:00:b0:00:00:11, ip=172.x.x.x, bridge=xenbr0'' ] disk = [ ''phy:/dev/vg_guest/w2k-001,ioemu:hda,w'' ] cdrom="/temp/win2k.iso" boot="d" # use for installing windows, to boot from cd sdl=1 vnc=0 vncviewer=0 localtime=1 acpi=1 acpi=1 The HVM seem up but not working Name ID Mem VCPUs State Time(s) Domain-0 0 216 2 r----- 73.1 win2k 19 256 1 ------ 0.0 xend-debug.log show these error Xend started at Fri Oct 26 11:28:50 2007. Nothing to flush. /usr/lib/xen/bin/qemu-dm: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory Any ideas? Kind regards _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Maximilian Wilhelm
2007-Oct-26 18:38 UTC
Re: [Xen-users] Dont start windows XP/2k installation
Am Friday, den 26 October hub Montervino, Mariano folgendes in die Tasten: Hi!> we have a linux box Debian with Xen install on it for vitualizate windows > enviroment. > We follow this instruccion > http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm > create win_2k.hvm" the windows installation pop up never appear.> HVM file config: > kernel = "/usr/lib/xen/boot/hvmloader" > device_model=''/usr/lib/xen/bin/qemu-dm''[...] On Debian this is: kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' Check: http://rfc2324.org/howto/xen-windows HTH Ciao Max -- Follow the white penguin. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Montervino, Mariano
2007-Oct-29 12:50 UTC
RE: [Xen-users] Dont start windows XP/2k installation
I dont have kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' directories, only kernel = "/usr/lib/xen/boot/hvmloader" device_model=''/usr/lib/xen/bin/qemu-dm'' The strange thing is both domian (domain0 and domainU) run!! But the windows installation never begin. I´m running version 3.1 of xen Regards -----Mensaje original----- De: Maximilian Wilhelm [mailto:max@rfc2324.org] Enviado el: Viernes, 26 de Octubre de 2007 15:39 Para: xen-users@lists.xensource.com Asunto: Re: [Xen-users] Dont start windows XP/2k installation Am Friday, den 26 October hub Montervino, Mariano folgendes in die Tasten: Hi!> we have a linux box Debian with Xen install on it for vitualizate windows > enviroment. > We follow this instruccion > http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm > create win_2k.hvm" the windows installation pop up never appear.> HVM file config: > kernel = "/usr/lib/xen/boot/hvmloader" > device_model=''/usr/lib/xen/bin/qemu-dm''[...] On Debian this is: kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' Check: http://rfc2324.org/howto/xen-windows HTH Ciao Max -- Follow the white penguin. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 29/10/2007, Montervino, Mariano <mmontervino@cabal.coop> wrote:> > I dont have > kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > directories, only > kernel = "/usr/lib/xen/boot/hvmloader" > device_model=''/usr/lib/xen/bin/qemu-dm''These directories are part of xen-ioemu-3.0.3-1, have you got it installed? The strange thing is both domian (domain0 and domainU) run!!> But the windows installation never begin. > I´m running version 3.1 of xenIn similar situation (Debian Etch but Xen 3.0.3, Windows XP Pro or Windows 2003) I got over the "missing console" problem by turning SDL on: sdl=1 vnc=0 I''m not sure whether the ioemu package is available/required for 3.1, didn''t get an answer for this question. --Amos _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 30/10/2007, Amos Shapira <amos.shapira@gmail.com> wrote:> > On 29/10/2007, Montervino, Mariano <mmontervino@cabal.coop> wrote: > > > > I dont have > > kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" > > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > > directories, only > > kernel = "/usr/lib/xen/boot/hvmloader" > > device_model=''/usr/lib/xen/bin/qemu-dm'' > > > These directories are part of xen-ioemu-3.0.3-1, have you got it > installed? > > The strange thing is both domian (domain0 and domainU) run!! > > But the windows installation never begin. > > I´m running version 3.1 of xen > > > In similar situation (Debian Etch but Xen 3.0.3, Windows XP Pro or Windows > 2003) I got over the "missing console" problem by turning SDL on: > sdl=1 > vnc=0 > > I''m not sure whether the ioemu package is available/required for 3.1, > didn''t get an answer for this question. >Oops. Just noticed you aleady use SDL. The missing library is in libsdl1.2debian-alsa (you could find it using apt-file, BTW). --Amos _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Montervino, Mariano
2007-Oct-30 20:10 UTC
RE: [Xen-users] Dont start windows XP/2k installation
Amos, thanks for your help!! I install the libsdl1.2debian-alsa file With the sdl=1 parameter in the configuration file recive the following error: # more qemu-dm.4827.log domid: 6 qemu: the number of cpus is 1 Watching /local/domain/6/logdirty/next-active qemu_map_cache_init nr_buckets = 4000 shared page at pfn ffff buffered io page at pfn fffd Time offset set 0 xs_read(): vncpasswd get error. /vm/1c921e19-2893-af1e-2469-ea5c1f8c6020/vncpasswd. ---------------------- DirectFB v0.9.25 --------------------- (c) 2000-2002 convergence integrated media GmbH (c) 2002-2004 convergence GmbH ----------------------------------------------------------- (*) DirectFB/Core: Single Application Core. (2006-12-04 07:00) (*) Direct/Memcpy: Using libc memcpy() (!) Direct/Util: opening ''/dev/fb0'' and ''/dev/fb/0'' failed --> No such file or directory (!) DirectFB/FBDev: Error opening framebuffer device! (!) DirectFB/FBDev: Use ''fbdev'' option or set FRAMEBUFFER environment variable. (!) DirectFB/Core: Could not initialize ''system'' core! --> Initialization error! Could not initialize SDL - exiting #xm list (Noticed the domU is not running) Name ID Mem VCPUs State Time(s) Domain-0 0 125 2 r----- 49.9 win2k 6 256 1 ------ 0.0 And with sdl=0 parameter in the configuration file: # more qemu-dm.5204.log domid: 7 qemu: the number of cpus is 1 Watching /local/domain/7/logdirty/next-active qemu_map_cache_init nr_buckets = 4000 shared page at pfn ffff buffered io page at pfn fffd Time offset set 0 xs_read(): vncpasswd get error. /vm/63fdc601-7cf1-7454-3c11-b783c066c9a5/vncpasswd. I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0 Triggered log-dirty buffer switch #xm list #xm list (Noticed the domU is running but nothing happend, Im missing something?) Name ID Mem VCPUs State Time(s) Domain-0 0 125 2 r----- 60.9 win2k 7 256 1 r----- 38.2 Kind regards -----Mensaje original----- De: Amos Shapira [mailto:amos.shapira@gmail.com] Enviado el: Martes, 30 de Octubre de 2007 00:23 Para: xen-users@lists.xensource.com Asunto: Re: [Xen-users] Dont start windows XP/2k installation On 30/10/2007, Amos Shapira < <mailto:amos.shapira@gmail.com> amos.shapira@gmail.com> wrote: On 29/10/2007, Montervino, Mariano < <mailto:mmontervino@cabal.coop> mmontervino@cabal.coop > wrote: I dont have kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader" device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' directories, only kernel = "/usr/lib/xen/boot/hvmloader" device_model=''/usr/lib/xen/bin/qemu-dm'' These directories are part of xen-ioemu-3.0.3-1, have you got it installed? The strange thing is both domian (domain0 and domainU) run!! But the windows installation never begin. I´m running version 3.1 of xen In similar situation (Debian Etch but Xen 3.0.3, Windows XP Pro or Windows 2003) I got over the "missing console" problem by turning SDL on: sdl=1 vnc=0 I''m not sure whether the ioemu package is available/required for 3.1, didn''t get an answer for this question. Oops. Just noticed you aleady use SDL. The missing library is in libsdl1.2debian-alsa (you could find it using apt-file, BTW). --Amos _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 30/10/2007, Montervino, Mariano <mmontervino@cabal.coop> wrote:> > Amos, thanks for your help!! > I install the libsdl1.2debian-alsa file > With the sdl=1 parameter in the configuration file recive the following > error: > > # more qemu-dm.4827.log > domid: 6 > qemu: the number of cpus is 1 > Watching /local/domain/6/logdirty/next-active > qemu_map_cache_init nr_buckets = 4000 > shared page at pfn ffff > buffered io page at pfn fffd > Time offset set 0 > xs_read(): vncpasswd get error. > /vm/1c921e19-2893-af1e-2469-ea5c1f8c6020/vncpasswd. > > ---------------------- DirectFB v0.9.25 --------------------- > (c) 2000-2002 convergence integrated media GmbH > (c) 2002-2004 convergence GmbH > ----------------------------------------------------------- > > (*) DirectFB/Core: Single Application Core. (2006-12-04 07:00) > (*) Direct/Memcpy: Using libc memcpy() > (!) Direct/Util: opening ''/dev/fb0'' and ''/dev/fb/0'' failed > --> No such file or directory > (!) DirectFB/FBDev: Error opening framebuffer device! > (!) DirectFB/FBDev: Use ''fbdev'' option or set FRAMEBUFFER environment > variable. > (!) DirectFB/Core: Could not initialize ''system'' core! > --> Initialization error! > Could not initialize SDL - exiting > #xm list (Noticed the domU is not running) > Name ID Mem VCPUs State > Time(s) > Domain-0 0 125 2 r----- > 49.9 > win2k 6 256 1 ------ > 0.0 > And with sdl=0 parameter in the configuration file: > # more qemu-dm.5204.log > domid: 7 > qemu: the number of cpus is 1 > Watching /local/domain/7/logdirty/next-active > qemu_map_cache_init nr_buckets = 4000 > shared page at pfn ffff > buffered io page at pfn fffd > Time offset set 0 > xs_read(): vncpasswd get error. > /vm/63fdc601-7cf1-7454-3c11-b783c066c9a5/vncpasswd. > I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0 > Triggered log-dirty buffer switch > > #xm list #xm list (Noticed the domU is running but nothing happend, Im > missing something?) > Name ID Mem VCPUs State > Time(s) > Domain-0 0 125 2 r----- > 60.9 > win2k 7 256 1 r----- > 38.2 > Kind regards >Sorry, you got me stumped here. Have you got X11 running? How do you expect SDL to open the display? A quick grep for DirectFB in all the files under /var/log/xen doesn''t come up with any results. The error logs have some resemblance to X-server logs, and the "Could not initialize SDL" error would send me Googl''ing for this string and snooping around SDL documentation. --Amos _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users