All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen kernel not booting after showing msg "Xen is relinquishing VGA console"
@ 2008-05-28 18:21 Abhinav Srivastava
  2008-05-28 18:31 ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Abhinav Srivastava @ 2008-05-28 18:21 UTC (permalink / raw)
  To: xen-devel


Hi there,

I am trying to install Xen 3.2 on my desktop. After the installation when I boot my Xen kernel, it hangs after showing the message "Xen is relinquishing VGA console".

My host machine is running 32 bit Fedora Kernel 2.6.22.14-72.fc6 and Xen 3.2 comes with dom0 kernel 2.6.18.8.

My grub.conf looks like this (it is relative to /boot/:

title Fedora (Xen-3.2)
   root (hd0,2)
   kernel /xen-3.2.gz
   module /vmlinuz-2.6.18.8-xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
   module /initrd-2.6.18.8-xen.img


Then i tried Xen 3.1 and it also came with dom0 kernel 2.6.18.8 but I found the same problem during the boot.

The output of lspci on my machine shows the following info related to card and display:

00:02.0 VGA compatible controller: Intel Corporation Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation Integrated Graphics Controller (rev 02)


Could you please let me know what could be the problem?

I look forward hearing from you soon.

Thanks,
Abhinav


      Share files, take polls, and make new friends - all under one roof. Go to http://in.promos.yahoo.com/groups/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Xen kernel not booting after showing msg "Xen is relinquishing VGA console"
  2008-05-28 18:21 Xen kernel not booting after showing msg "Xen is relinquishing VGA console" Abhinav Srivastava
@ 2008-05-28 18:31 ` Keir Fraser
  2008-05-28 19:13   ` Abhinav Srivastava
  0 siblings, 1 reply; 3+ messages in thread
From: Keir Fraser @ 2008-05-28 18:31 UTC (permalink / raw)
  To: abhinavs_iitkgp, xen-devel

You could try appending console=tty0 to the 'module /vmlinuz...' menu line.

 -- Keir

On 28/5/08 19:21, "Abhinav Srivastava" <abhinavs_iitkgp@yahoo.co.in> wrote:

> 
> Hi there,
> 
> I am trying to install Xen 3.2 on my desktop. After the installation when I
> boot my Xen kernel, it hangs after showing the message "Xen is relinquishing
> VGA console".
> 
> My host machine is running 32 bit Fedora Kernel 2.6.22.14-72.fc6 and Xen 3.2
> comes with dom0 kernel 2.6.18.8.
> 
> My grub.conf looks like this (it is relative to /boot/:
> 
> title Fedora (Xen-3.2)
>    root (hd0,2)
>    kernel /xen-3.2.gz
>    module /vmlinuz-2.6.18.8-xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
>    module /initrd-2.6.18.8-xen.img
> 
> 
> Then i tried Xen 3.1 and it also came with dom0 kernel 2.6.18.8 but I found
> the same problem during the boot.
> 
> The output of lspci on my machine shows the following info related to card and
> display:
> 
> 00:02.0 VGA compatible controller: Intel Corporation Integrated Graphics
> Controller (rev 02)
> 00:02.1 Display controller: Intel Corporation Integrated Graphics Controller
> (rev 02)
> 
> 
> Could you please let me know what could be the problem?
> 
> I look forward hearing from you soon.
> 
> Thanks,
> Abhinav
> 
> 
>       Share files, take polls, and make new friends - all under one roof. Go
> to http://in.promos.yahoo.com/groups/
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Xen kernel not booting after showing msg "Xen is relinquishing VGA console"
  2008-05-28 18:31 ` Keir Fraser
@ 2008-05-28 19:13   ` Abhinav Srivastava
  0 siblings, 0 replies; 3+ messages in thread
From: Abhinav Srivastava @ 2008-05-28 19:13 UTC (permalink / raw)
  To: xen-devel, Keir Fraser


Hi Keir,

Thanks for the prompt reply. It tried console=tty0 but it did not work. I am getting the same problem. 

Any other suggestions or pointers?

Thanks,
Abhinav

--- On Thu, 29/5/08, Keir Fraser <keir.fraser@eu.citrix.com> wrote:

> From: Keir Fraser <keir.fraser@eu.citrix.com>
> Subject: Re: [Xen-devel] Xen kernel not booting after showing msg "Xen is relinquishing VGA console"
> To: abhinavs_iitkgp@yahoo.co.in, xen-devel@lists.xensource.com
> Date: Thursday, 29 May, 2008, 12:01 AM
> You could try appending console=tty0 to the 'module
> /vmlinuz...' menu line.
> 
>  -- Keir
> 
> On 28/5/08 19:21, "Abhinav Srivastava"
> <abhinavs_iitkgp@yahoo.co.in> wrote:
> 
> > 
> > Hi there,
> > 
> > I am trying to install Xen 3.2 on my desktop. After
> the installation when I
> > boot my Xen kernel, it hangs after showing the message
> "Xen is relinquishing
> > VGA console".
> > 
> > My host machine is running 32 bit Fedora Kernel
> 2.6.22.14-72.fc6 and Xen 3.2
> > comes with dom0 kernel 2.6.18.8.
> > 
> > My grub.conf looks like this (it is relative to
> /boot/:
> > 
> > title Fedora (Xen-3.2)
> >    root (hd0,2)
> >    kernel /xen-3.2.gz
> >    module /vmlinuz-2.6.18.8-xen ro
> root=/dev/VolGroup00/LogVol00 rhgb quiet
> >    module /initrd-2.6.18.8-xen.img
> > 
> > 
> > Then i tried Xen 3.1 and it also came with dom0 kernel
> 2.6.18.8 but I found
> > the same problem during the boot.
> > 
> > The output of lspci on my machine shows the following
> info related to card and
> > display:
> > 
> > 00:02.0 VGA compatible controller: Intel Corporation
> Integrated Graphics
> > Controller (rev 02)
> > 00:02.1 Display controller: Intel Corporation
> Integrated Graphics Controller
> > (rev 02)
> > 
> > 
> > Could you please let me know what could be the
> problem?
> > 
> > I look forward hearing from you soon.
> > 
> > Thanks,
> > Abhinav
> > 
> > 
> >       Share files, take polls, and make new friends -
> all under one roof. Go
> > to http://in.promos.yahoo.com/groups/
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel


      Best Jokes, Best Friends, Best Food and more. Go to http://in.promos.yahoo.com/groups/bestofyahoo/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-28 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-28 18:21 Xen kernel not booting after showing msg "Xen is relinquishing VGA console" Abhinav Srivastava
2008-05-28 18:31 ` Keir Fraser
2008-05-28 19:13   ` Abhinav Srivastava

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.