Hello all, I have downloaded the XEN (3.0.2) binaries, done the install and created the XEN kernel. I used this Howto: http://www.planetjoel.com/viewarticl... Dapper+Drake After the usual problems with /dev/loop, /var/run/xenstored and /var/run/xend. Domain 0 starts and all seems well. VMT is enabled, I am running with an Intel D 930. As soon as I try to start a DomU (WINXP): xm create winxp everything freezes, no error messages, this needs a reboot. Before I send log excerpts, would anyone have had the same experience?? TIA and regards, JC John Cassidy (Dipl.-Ingr.) Berninastrasse 9 8057 Zuerich Europe Telephone: +41 (0) 43 300 4602 Mobile: +41 (0) 79 207 3268 E-Mail: john.cassidy@europeunited.org http://www.JDCassidy.net http://www.europeunited.org http://en.wikipedia.org/wiki/Europe_United _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
在 Thursday 14 September 2006 09:03,John Cassidy 写道:> Hello all, > > I have downloaded the XEN (3.0.2) binaries, done the install and created > the XEN kernel. > > I used this Howto: http://www.planetjoel.com/viewarticl... Dapper+Drake > > After the usual problems with /dev/loop, /var/run/xenstored and > /var/run/xend. Domain 0 starts and all seems well. > > VMT is enabled, I am running with an Intel D 930. > > As soon as I try to start a DomU (WINXP): xm create winxp > > everything freezes, no error messages, this needs a reboot. > > Before I send log excerpts, would anyone have had the same experience?? >I met this problem too. try using testing version $hg clone http://xenbits.xensource.com/xen-3.0-testing.hg -- _______________________________________________________________ William Hanwoody hanwoody@gmail.com A senior Linux engineer, like system integrate My blog - hanwoody.livejournal.com _______________________________________________________________ 题目:《寓居吴兴》 作者:曾几(1084-1166) 相对真成泣楚囚,遂无末策到神州。 但知绕树如飞鹊,不解营巢似拙鸠。 江北江南犹断绝,秋风秋雨敢淹留? 低回又作荆州梦,落日孤云始欲愁。 _______________________________________________________________ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 09/14/06 12:47, William Hanwoody wrote:> 在 Thursday 14 September 2006 09:03,John Cassidy 写道: >> Hello all, >> >> I have downloaded the XEN (3.0.2) binaries, done the install and created >> the XEN kernel. >> >> I used this Howto: http://www.planetjoel.com/viewarticl... Dapper+Drake >> >> After the usual problems with /dev/loop, /var/run/xenstored and >> /var/run/xend. Domain 0 starts and all seems well. >> >> VMT is enabled, I am running with an Intel D 930. >> >> As soon as I try to start a DomU (WINXP): xm create winxp >> >> everything freezes, no error messages, this needs a reboot. >> >> Before I send log excerpts, would anyone have had the same experience?? >> > I met this problem too. > try using testing version > $hg clone http://xenbits.xensource.com/xen-3.0-testing.hgI''ve seen this problem too. I would also suggest using testing, and you MUST make sure enough memory is available for the guest to use. Many times I would forget to run a xm mem-set command to reduce dom0''s memory, and the system would restart or freeze. I use the following script to prepare Xen for use... #!/bin/sh mkdir /var/run/xend mkdir /var/run/xenstored /etc/init.d/xend restart xm mem-set 0 1G modprobe loop _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>As soon as I try to start a DomU (WINXP): xm create winxp > >everything freezes, no error messages, this needs a reboot. > >Before I send log excerpts, would anyone have had the same experience??I had some problems with Dapper Drake but never dom0 freezing; I had a broken dd, some missing or broken packages, a missing hvmloader binary in Xen 3.0 binaries and a hvmloader makefile issue in Xen 3.0.2 sources; the hvmloader problems were solved compiling Xen testing and all problems concerning WinXP domU were related to missing sdl packages or domU configuration. I was running Xen on a AMD X2 with 2 GB RAM, 1 GB for dom0 and 512 MB for WinXP domU. I wrote all what I did step by step here: http://computingart.freehostia.com/index.cgi/linux/Z24.xen3-ubuntu-amd64.html Where are you trying to install WinXP? To a disk partition, to an image file? Maybe the partition is already mounted in dom0? -- Z24 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Z24 wrote:> I had some problems with Dapper Drake but never dom0 freezing; I had a > broken dd, some missing or broken packages, a missing hvmloader binary > in Xen 3.0 binaries and a hvmloader makefile issue in Xen 3.0.2 > sources; the hvmloader problems were solved compiling Xen testing and > all problems concerning WinXP domU were related to missing sdl > packages or domU configuration. > > I was running Xen on a AMD X2 with 2 GB RAM, 1 GB for dom0 and 512 MB > for WinXP domU. I wrote all what I did step by step here: > http://computingart.freehostia.com/index.cgi/linux/Z24.xen3-ubuntu-amd64.html > > Where are you trying to install WinXP? To a disk partition, to an > image file? Maybe the partition is already mounted in dom0? > >Your instructions look really great and will hopefully trying it out soon. I have a few questions related to the XP install. 1. If I use Ubuntu-server, how do you install XP since there is no window that will popup, since X11 isn''t installed on DOM0? 2. How much RAM does DOM0 really need? If all it is going to do is be host for all the DOMU, what is the require minimum? Thanks, Greg _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gregory Gee wrote:> Your instructions look really great and will hopefully trying it out > soon. I have a few questions related to the XP install. > > 1. If I use Ubuntu-server, how do you install XP since there is no > window that will popup, since X11 isn''t installed on DOM0?VNC> > 2. How much RAM does DOM0 really need? If all it is going to do is be > host for all the DOMU, what is the require minimum? >This depends on a number of factors, in particular disk I/O, if your domUs are doing a lot of I/O, you''ll need more RAM in dom0. That said, less than 256MB is probably not a great idea... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users