From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Cannot boot 2.6.24 kernel as PV guest. Date: Fri, 22 Feb 2008 08:42:36 -0800 Message-ID: <47BEFB7C.90202@goop.org> References: <6bc632150802010057j4f37c513w3722761764ce75d0@mail.gmail.com> <47A377B3.30501@goop.org> <6bc632150802032031h2056bbf0nd07d3ab215909e87@mail.gmail.com> <47A69A47.5030502@goop.org> <6bc632150802040100o44081d8qa7cdbff446d7de2b@mail.gmail.com> <1202119196.8853.7.camel@localhost.localdomain> <6bc632150802040214y731438fdxc716c2af3bdd4d3e@mail.gmail.com> <6bc632150802040336o699033d0x3473d6d0ddbad7dc@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6bc632150802040336o699033d0x3473d6d0ddbad7dc@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: pradeep singh rautela Cc: xen-devel , Ian Campbell List-Id: xen-devel@lists.xenproject.org pradeep singh rautela wrote: > Hi Ian, > On 04/02/2008, pradeep singh rautela wrote: > [...] > >>> I think you need to select M686 for Xen support to be available as an >>> option. >>> >> Thanks Ian that solved my problem. >> > > It solved the problem of booting. > xm list shows the domU state to be running(r). > > But the system appears to be responding very slow to operations.Plus a > xm console PV-domainU-name does not gives me anything.It appears to > just hang there waiting for something. > Also starting with xm create pvdomain.cfg -c does not give me > anything but an endless wait with terminal completely frozen. > > Looks like a still a lot of stuff need to be added into upstream kernel.yes/no? > You should be getting further than this. Does xm list show the domain is running ('-'), blocked ('b') or crashed ('c')? If you put "console=hvc0 earlyprintk=xen" on the kernel command line, and start it with "xm create -c PV-domainU-name", what - if anything - appears? Are you running on a 64-bit Xen? J