From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Post Subject: Re: Error: Kernel image does not exist: /usr/lib/xen/boot/hvmloader Date: Wed, 27 Dec 2006 21:28:48 +0800 Message-ID: <1167226128.7667.268.camel@tower> References: Reply-To: tim.post@netkinetics.net Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: Anand Gupta Cc: "xen-devel@lists.xensource.com" , Xen Users List-Id: xen-devel@lists.xenproject.org On Wed, 2006-12-27 at 17:43 +0530, Anand Gupta wrote: > I have installed xen 3.0.4 from > http://xenbits.xensource.com/xen-3.0.4-testing.hg. Now when i want to > setup winxp as a domu on this server. The server is a Intel Core 2 Duo > with 4GB RAM. > > I took the xmexample.hvm as an example for the config. Here is the > edited version. [snip] > > Now when i run "xm create xm1", it gives me the following error: > > Using config file "./xm1". > Error: Kernel image does not exist: /usr/lib/xen/boot/hvmloader > > I checked in the /usr/lib/xen/boot directory and it seems to be empty. > Can anyone please tell me how to get this hvmloader ?? > In 3.0.3, if it failed to compile some of the hvm tools the build would still continue. You may simply just be missing bcc or cpp respectively. I find its handy to redirect make output (nohup or tree is handy for this) to a file so I can review it later to see if something went wrong. I'm not 100% sure that in 3.0.4 the build process won't halt if it can't build some of the qemu / hvm related tools. More than likely you were missing stuff make needed to build it, but it didn't halt .. and just flew by. Best, -Tim > Thanks. > > -- > regards, > > Anand Gupta > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users