Thanks for your response.
I'm looked at qemu-dm-xx.log, and it's sounds like a network problem:
Watching /local/domain/0/device-model/6/logdirty/next-active
Watching /local/domain/0/device-model/6/command
-c config qemu network with xen bridge for
tap0 xenbr0
bridge xenbr0 does not exist!
/etc/xen/scripts/qemu-ifup: could not launch network script
Could not initialize device 'tap'
But apparently, the network configs it's ok:
vi xend-config.sxp
(network-script network-bridge)
(vif-script vif-bridge)
Mounting the iso file like you suggested keeps the same errors.
How can I config this properly?
Thanks,
Thu, 9 Jul 2009 12:49:31 -0400, Keith Coleman <list.keith@xxxxxxxxxxx> escreveu:
> On Thu, Jul 9, 2009 at 12:12 PM, Gustavo<gustavo@xxxxxxxxxxx> wrote:
> > I'm tried to create an HVM with Windows XP on Debian Lenny, but it doesn't
> > work properly. Apparently, HVM started:
> >
> > # xm create windowsxp.cfg
> >
> > Using config file "./windowsxp.cfg".
> > VNC= 1
> > Started domain windowsxp
> >
> > But nothing happens, no boot and no vnc windows:
> >
> > # xm list
> >
> > Name ID Mem VCPUs State
> > Time(s)
> > Domain-0 0 894 2 r-----
> > 188.3
> > windowsxp 4 1024 1 ------
> > 0.0
> >
>
> Your version of xen may not be able to properly mount the iso.Check
> your qemu logs for clues (/var/log/xen/qemu-dm-...)
>
> > disk = [ 'phy:/dev/sda3,ioemu:hda,w',
> > 'file:/root/windows.iso,ioemu:hdc:cdrom,r' ]
>
> You could try mounting the iso and changing the disk line of your config.
>
> # losetup -r /dev/loop0 /root/windows.iso
> disk = [ 'phy:/dev/sda3,ioemu:hda,w', 'phy:/dev/loop0,ioemu:hdc:cdrom,r' ]
>
>
>
> Keith Coleman
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
>
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|