Bill Baird
2006-Oct-26 18:21 UTC
Re: [Xen-users] "xm create winxp" causes my machine to hard reboot
I too had a lot of problems with Xen 3.0.2 & MS Windows. I would suggest installing 3.0.3 and see if the problems continue...that fixed most of mine. On 10/26/06, Richard Connon <richard.connon@gmail.com> wrote:> > When I run > "xm create winxp" > my computer hard reboots. > > I am using the xen-sources, xen and xen-tools packages from gentoo > ~amd64 (version 3.0.2) > > My virtual machine config is the following: > > kernel = "/usr/lib/xen/boot/hvmloader" > builder = ''hvm'' > memory = 512 > name = "winxp" > vcpus = 1 > vif = [ ''type=ioemu, bridge=xenbr0'' ] > disk = [ ''file:/var/xen/images/WinXP.img,ioemu:hda,w'' ] > device_model = ''/usr/lib/xen/bin/qemu-dm'' > cdrom=''/dev/sr0'' > ne2000=0 > boot=''d'' > > Can anyone suggest what the problem might be? > > > > _______________________________________________ > 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
Richard Connon
2006-Oct-26 19:10 UTC
[Xen-users] "xm create winxp" causes my machine to hard reboot
When I run "xm create winxp" my computer hard reboots. I am using the xen-sources, xen and xen-tools packages from gentoo ~amd64 (version 3.0.2) My virtual machine config is the following: kernel = "/usr/lib/xen/boot/hvmloader" builder = ''hvm'' memory = 512 name = "winxp" vcpus = 1 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file:/var/xen/images/WinXP.img,ioemu:hda,w'' ] device_model = ''/usr/lib/xen/bin/qemu-dm'' cdrom=''/dev/sr0'' ne2000=0 boot=''d'' Can anyone suggest what the problem might be? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Richard Connon
2006-Oct-26 19:13 UTC
[Xen-users] "xm create winxp" causes my machine to hard reboot
When I run "xm create winxp" my computer hard reboots. I am using the xen-sources, xen and xen-tools packages from gentoo ~amd64 (version 3.0.2) My virtual machine config is the following: kernel = "/usr/lib/xen/boot/hvmloader" builder = ''hvm'' memory = 512 name = "winxp" vcpus = 1 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file:/var/xen/images/WinXP.img,ioemu:hda,w'' ] device_model = ''/usr/lib/xen/bin/qemu-dm'' cdrom=''/dev/sr0'' ne2000=0 boot=''d'' Can anyone suggest what the problem might be? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2006-Oct-27 08:27 UTC
RE: [Xen-users] "xm create winxp" causes my machine to hard reboot
I would also suggest that you chang the path to qemu-dm to be the one for the 64-bit version, so /usr/lib64/... instead of /usr/lib/... - Having the wrong path to qemu-dm will either load a 32-bit qemu-dm (which isn''t compatible with the 64-bit version) or it will not run qemu at all... -- Mats ________________________________ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Bill Baird Sent: 26 October 2006 19:21 To: xen-users@lists.xensource.com Subject: Re: [Xen-users] "xm create winxp" causes my machine to hard reboot I too had a lot of problems with Xen 3.0.2 & MS Windows. I would suggest installing 3.0.3 and see if the problems continue...that fixed most of mine. On 10/26/06, Richard Connon <richard.connon@gmail.com> wrote: When I run "xm create winxp" my computer hard reboots. I am using the xen-sources, xen and xen-tools packages from gentoo ~amd64 (version 3.0.2) My virtual machine config is the following: kernel = "/usr/lib/xen/boot/hvmloader" builder = ''hvm'' memory = 512 name = "winxp" vcpus = 1 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file:/var/xen/images/WinXP.img,ioemu:hda,w'' ] device_model = ''/usr/lib/xen/bin/qemu-dm'' cdrom=''/dev/sr0'' ne2000=0 boot=''d'' Can anyone suggest what the problem might be? _______________________________________________ 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
Richard Connon
2006-Oct-27 09:50 UTC
Re: [Xen-users] "xm create winxp" causes my machine to hard reboot
/usr/lib is a symlink to /usr/lib64 anyway the 32 bit libraries are kept in /usr/lib32 Petersson, Mats wrote:> I would also suggest that you chang the path to qemu-dm to be the one > for the 64-bit version, so /usr/lib64/... instead of /usr/lib/... - > Having the wrong path to qemu-dm will either load a 32-bit qemu-dm > (which isn''t compatible with the 64-bit version) or it will not run > qemu at all... > > -- > Mats > > ------------------------------------------------------------------------ > *From:* xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] *On Behalf Of *Bill > Baird > *Sent:* 26 October 2006 19:21 > *To:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] "xm create winxp" causes my machine to > hard reboot > > I too had a lot of problems with Xen 3.0.2 & MS Windows. I would > suggest installing 3.0.3 and see if the problems continue...that > fixed most of mine. > > On 10/26/06, *Richard Connon* <richard.connon@gmail.com > <mailto:richard.connon@gmail.com>> wrote: > > When I run > "xm create winxp" > my computer hard reboots. > > I am using the xen-sources, xen and xen-tools packages from gentoo > ~amd64 (version 3.0.2) > > My virtual machine config is the following: > > kernel = "/usr/lib/xen/boot/hvmloader" > builder = ''hvm'' > memory = 512 > name = "winxp" > vcpus = 1 > vif = [ ''type=ioemu, bridge=xenbr0'' ] > disk = [ ''file:/var/xen/images/WinXP.img,ioemu:hda,w'' ] > device_model = ''/usr/lib/xen/bin/qemu-dm'' > cdrom=''/dev/sr0'' > ne2000=0 > boot=''d'' > > Can anyone suggest what the problem might be? > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > <mailto: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_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Albert Hopkins
2006-Oct-27 11:02 UTC
Re: [Xen-users] "xm create winxp" causes my machine to hard reboot
On Fri, 2006-10-27 at 10:50 +0100, Richard Connon wrote:> /usr/lib is a symlink to /usr/lib64 anyway > the 32 bit libraries are kept in /usr/lib32 > > Petersson, Mats wrote: > > I would also suggest that you chang the path to qemu-dm to be the one > > for the 64-bit version, so /usr/lib64/... instead of /usr/lib/... - > > Having the wrong path to qemu-dm will either load a 32-bit qemu-dm > > (which isn''t compatible with the 64-bit version) or it will not run > > qemu at all... > > > > -- > > Mats > >I had this problem too. I tried both 32- and 64-bit versions of qemu-dm. The only way I was able to work around the problem was to re-install Gentoo with x86 binaries instead of 64-bit ones. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Martin Hierling
2006-Oct-29 17:13 UTC
Re: [Xen-users] "xm create winxp" causes my machine to hard reboot
Hi, am having the same problem, Opteron (Sun Galaxy 2200M), 64 Bit Gentoo and hard reset when starting WinXY (probably any hvm stuff). Am interrested in any solution or suggestion to fix that. 3.0.3 is no option at the moment because i want to use only ebuilds (Gentoo Packages), and at the moment there is none. regards Martin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users