[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] domu hvm doesn't boot under debian lenny
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |