All of lore.kernel.org
 help / color / mirror / Atom feed
* can't boot into dom0
@ 2011-06-17 21:13 Mike Wright
  2011-06-18  5:11 ` Todd Deshane
  2011-06-18 20:00 ` can't boot into dom0 - followup Mike Wright
  0 siblings, 2 replies; 10+ messages in thread
From: Mike Wright @ 2011-06-17 21:13 UTC (permalink / raw)
  To: xen-devel

Hi all,

New to this list.

I built xen-4.1.1 successfully and can see that it boots from grub with 
the kernel /xen.gz line.

I'm using the following kernel (3.0.0-rc2):

http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default 
.config file,

which also builds successfully and boots standalone.

When I try to boot it as a dom0 I get a segfault.

There is nothing in any of the logs (probably segfaults very early) and 
I can't even see the tail end of the segfault because the screen blanks 
afterward, even though I specify noreboot on the module "kernel" line.

Here's my boot stanza:

title FedoraXen (4.1.1-3.0.0-rc2)
         root (hd0,0)
         kernel /xen.gz
         module  ### all on one line
           /vmlinuz-3.0.0-rc3
           ro
           root=/dev/mapper/vg_lan51-lv_root
           rd_LVM_LV=vg_lan51/lv_root
           rd_LVM_LV=vg_lan51/lv_swap
           rd_NO_LUKS
           rd_NO_MD
           rd_NO_DM
           LANG=en_US.UTF-8
           SYSFONT=latarcyrheb-sun16
           KEYBOARDTYPE=pc
           KEYTABLE=us
           console=tty0
           xencons=hvc
           console=hvc0
           dom0_mem=752M
           noreboot
         module /initramfs-3.0.0-rc2.img

If anybody can point me in some direction where I can capture additional 
info or give me any pointers I'd be most appreciative.

Thanks,
Mike Wright

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

* Re: can't boot into dom0
  2011-06-17 21:13 can't boot into dom0 Mike Wright
@ 2011-06-18  5:11 ` Todd Deshane
  2011-06-18 20:00 ` can't boot into dom0 - followup Mike Wright
  1 sibling, 0 replies; 10+ messages in thread
From: Todd Deshane @ 2011-06-18  5:11 UTC (permalink / raw)
  To: Mike Wright; +Cc: xen-devel

On Fri, Jun 17, 2011 at 5:13 PM, Mike Wright <mike.wright@mailinator.com> wrote:
> Hi all,
>
> New to this list.
>
> I built xen-4.1.1 successfully and can see that it boots from grub with the
> kernel /xen.gz line.
>
> I'm using the following kernel (3.0.0-rc2):
>
> http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
> .config file,
>
> which also builds successfully and boots standalone.
>
> When I try to boot it as a dom0 I get a segfault.
>

In order to help more, we will need more information.

See:
http://wiki.xensource.com/xenwiki/ReportingBugs
http://wiki.xensource.com/xenwiki/XenParavirtOpsHelp

> There is nothing in any of the logs (probably segfaults very early) and I
> can't even see the tail end of the segfault because the screen blanks
> afterward, even though I specify noreboot on the module "kernel" line.
>
> Here's my boot stanza:
>
> title FedoraXen (4.1.1-3.0.0-rc2)
>        root (hd0,0)
>        kernel /xen.gz
>        module  ### all on one line
>          /vmlinuz-3.0.0-rc3
>          ro
>          root=/dev/mapper/vg_lan51-lv_root
>          rd_LVM_LV=vg_lan51/lv_root
>          rd_LVM_LV=vg_lan51/lv_swap
>          rd_NO_LUKS
>          rd_NO_MD
>          rd_NO_DM
>          LANG=en_US.UTF-8
>          SYSFONT=latarcyrheb-sun16
>          KEYBOARDTYPE=pc
>          KEYTABLE=us
>          console=tty0
>          xencons=hvc
>          console=hvc0
>          dom0_mem=752M
>          noreboot
>        module /initramfs-3.0.0-rc2.img
>
> If anybody can point me in some direction where I can capture additional
> info or give me any pointers I'd be most appreciative.
>
> Thanks,
> Mike Wright
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>



-- 
Todd Deshane
http://www.linkedin.com/in/deshantm
http://www.xen.org/products/cloudxen.html
http://runningxen.com/

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

* Re: can't boot into dom0 - followup
  2011-06-17 21:13 can't boot into dom0 Mike Wright
  2011-06-18  5:11 ` Todd Deshane
@ 2011-06-18 20:00 ` Mike Wright
  2011-06-20 13:15   ` Konrad Rzeszutek Wilk
  1 sibling, 1 reply; 10+ messages in thread
From: Mike Wright @ 2011-06-18 20:00 UTC (permalink / raw)
  Cc: xen-devel

On 06/17/2011 02:13 PM, Mike Wright wrote:
> Hi all,
>
> New to this list.
>
> I built xen-4.1.1 successfully and can see that it boots from grub with
> the kernel /xen.gz line.
>
> I'm using the following kernel (3.0.0-rc2):
>
> http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
> .config file,
>
> which also builds successfully and boots standalone.
>
> When I try to boot it as a dom0 I get a segfault.

I added vga=ask,keep to the kernel /xen.gz line and chose 363 for the 
mode, and *it boots*.

When using runlevel 3 it seems to perform as if it were bare metal; 
however, runlevel 5 runs extremely slow, desktop fonts don't render but 
application fonts do.

It took about 5 minutes to load Thunderbird so I could send this email.

So it does seem to be vga related.

Thanks, all,
Mike Wright

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

* Re: can't boot into dom0 - followup
  2011-06-18 20:00 ` can't boot into dom0 - followup Mike Wright
@ 2011-06-20 13:15   ` Konrad Rzeszutek Wilk
  2011-06-20 13:31     ` Konrad Rzeszutek Wilk
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-06-20 13:15 UTC (permalink / raw)
  To: Mike Wright; +Cc: xen-devel

On Sat, Jun 18, 2011 at 01:00:22PM -0700, Mike Wright wrote:
> On 06/17/2011 02:13 PM, Mike Wright wrote:
> >Hi all,
> >
> >New to this list.
> >
> >I built xen-4.1.1 successfully and can see that it boots from grub with
> >the kernel /xen.gz line.
> >
> >I'm using the following kernel (3.0.0-rc2):
> >
> >http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
> >.config file,

You might want to refresh it (this is #master tree and #next-3.0).
> >
> >which also builds successfully and boots standalone.
> >
> >When I try to boot it as a dom0 I get a segfault.

what was the segfault?
> 
> I added vga=ask,keep to the kernel /xen.gz line and chose 363 for
> the mode, and *it boots*.
> 
> When using runlevel 3 it seems to perform as if it were bare metal;
> however, runlevel 5 runs extremely slow, desktop fonts don't render
> but application fonts do.

Hm, what is the graphic adapter you have?
> 
> It took about 5 minutes to load Thunderbird so I could send this email.

Yikes!
> 
> So it does seem to be vga related.

Were there zillions of WARN in your serial console/ /var/log/messages
when Xorg was starting?
> 
> Thanks, all,
> Mike Wright
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

* Re: can't boot into dom0 - followup
  2011-06-20 13:15   ` Konrad Rzeszutek Wilk
@ 2011-06-20 13:31     ` Konrad Rzeszutek Wilk
  2011-06-21  2:29       ` Tian, Kevin
  2011-06-20 19:34     ` Mike Wright
  2011-06-20 19:41     ` Mike Wright
  2 siblings, 1 reply; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-06-20 13:31 UTC (permalink / raw)
  To: Mike Wright; +Cc: xen-devel

On Mon, Jun 20, 2011 at 09:15:02AM -0400, Konrad Rzeszutek Wilk wrote:
> On Sat, Jun 18, 2011 at 01:00:22PM -0700, Mike Wright wrote:
> > On 06/17/2011 02:13 PM, Mike Wright wrote:
> > >Hi all,
> > >
> > >New to this list.
> > >
> > >I built xen-4.1.1 successfully and can see that it boots from grub with
> > >the kernel /xen.gz line.
> > >
> > >I'm using the following kernel (3.0.0-rc2):
> > >
> > >http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
> > >.config file,
> 
> You might want to refresh it (this is #master tree and #next-3.0).

.. meaning I've updated the #master and #devel/next-3.0

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

* Re: can't boot into dom0 - followup
  2011-06-20 13:15   ` Konrad Rzeszutek Wilk
  2011-06-20 13:31     ` Konrad Rzeszutek Wilk
@ 2011-06-20 19:34     ` Mike Wright
  2011-06-20 19:41     ` Mike Wright
  2 siblings, 0 replies; 10+ messages in thread
From: Mike Wright @ 2011-06-20 19:34 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel

On 06/20/2011 06:15 AM, Konrad Rzeszutek Wilk wrote:
> On Sat, Jun 18, 2011 at 01:00:22PM -0700, Mike Wright wrote:
>> On 06/17/2011 02:13 PM, Mike Wright wrote:
>>> Hi all,
>>>
>>> New to this list.
>>>
>>> I built xen-4.1.1 successfully and can see that it boots from grub with
>>> the kernel /xen.gz line.
>>>
>>> I'm using the following kernel (3.0.0-rc2):
>>>
>>> http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
>>> .config file,
>
> You might want to refresh it (this is #master tree and #next-3.0).

Will try that next

>>>
>>> which also builds successfully and boots standalone.
>>>
>>> When I try to boot it as a dom0 I get a segfault.
>
> what was the segfault?

Can't tell, scrolls off screen.  Currnently trying to figure out how to 
capture the serial output.

>>
>> I added vga=ask,keep to the kernel /xen.gz line and chose 363 for
>> the mode, and *it boots*.
>>
>> When using runlevel 3 it seems to perform as if it were bare metal;
>> however, runlevel 5 runs extremely slow, desktop fonts don't render
>> but application fonts do.
>
> Hm, what is the graphic adapter you have?

Built-in:
VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4290]

>>
>> It took about 5 minutes to load Thunderbird so I could send this email.
>
> Yikes!
>>
>> So it does seem to be vga related.
>
> Were there zillions of WARN in your serial console/ /var/log/messages
> when Xorg was starting?

Xorg.log.0 showed no errors at all

>>
>> Thanks, all,
>> Mike Wright
>>
>> _______________________________________________
>> 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
>
>

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

* Re: can't boot into dom0 - followup
  2011-06-20 13:15   ` Konrad Rzeszutek Wilk
  2011-06-20 13:31     ` Konrad Rzeszutek Wilk
  2011-06-20 19:34     ` Mike Wright
@ 2011-06-20 19:41     ` Mike Wright
  2011-06-21  1:46       ` Todd Deshane
  2 siblings, 1 reply; 10+ messages in thread
From: Mike Wright @ 2011-06-20 19:41 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel

On 06/20/2011 06:15 AM, Konrad Rzeszutek Wilk wrote:
> On Sat, Jun 18, 2011 at 01:00:22PM -0700, Mike Wright wrote:
>> On 06/17/2011 02:13 PM, Mike Wright wrote:
>>> Hi all,
>>>
>>> New to this list.
>>>
>>> I built xen-4.1.1 successfully and can see that it boots from grub with
>>> the kernel /xen.gz line.
>>>
>>> I'm using the following kernel (3.0.0-rc2):
>>>
>>> http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
>>> .config file,
>
> You might want to refresh it (this is #master tree and #next-3.0).

Will try that next

>>>
>>> which also builds successfully and boots standalone.
>>>
>>> When I try to boot it as a dom0 I get a segfault.
>
> what was the segfault?

Can't tell, scrolls off screen.  Currnently trying to figure out how to 
capture the serial output.

>>
>> I added vga=ask,keep to the kernel /xen.gz line and chose 363 for
>> the mode, and *it boots*.
>>
>> When using runlevel 3 it seems to perform as if it were bare metal;
>> however, runlevel 5 runs extremely slow, desktop fonts don't render
>> but application fonts do.
>
> Hm, what is the graphic adapter you have?

Built-in:
VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4290]

>>
>> It took about 5 minutes to load Thunderbird so I could send this email.
>
> Yikes!
>>
>> So it does seem to be vga related.
>
> Were there zillions of WARN in your serial console/ /var/log/messages
> when Xorg was starting?

Xorg.log.0 showed no errors at all

>>
>> Thanks, all,
>> Mike Wright
>>
>> _______________________________________________
>> 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
>
>

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

* Re: can't boot into dom0 - followup
  2011-06-20 19:41     ` Mike Wright
@ 2011-06-21  1:46       ` Todd Deshane
  0 siblings, 0 replies; 10+ messages in thread
From: Todd Deshane @ 2011-06-21  1:46 UTC (permalink / raw)
  To: Mike Wright; +Cc: xen-devel

On Mon, Jun 20, 2011 at 3:41 PM, Mike Wright <mike.wright@mailinator.com> wrote:

> Can't tell, scrolls off screen.  Currnently trying to figure out how to
> capture the serial output.
>

http://wiki.xensource.com/xenwiki/XenSerialConsole

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

* RE: can't boot into dom0 - followup
  2011-06-20 13:31     ` Konrad Rzeszutek Wilk
@ 2011-06-21  2:29       ` Tian, Kevin
  2011-06-21 13:19         ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 10+ messages in thread
From: Tian, Kevin @ 2011-06-21  2:29 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Mike Wright; +Cc: xen-devel

> From: Konrad Rzeszutek Wilk
> Sent: Monday, June 20, 2011 9:31 PM
> 
> On Mon, Jun 20, 2011 at 09:15:02AM -0400, Konrad Rzeszutek Wilk wrote:
> > On Sat, Jun 18, 2011 at 01:00:22PM -0700, Mike Wright wrote:
> > > On 06/17/2011 02:13 PM, Mike Wright wrote:
> > > >Hi all,
> > > >
> > > >New to this list.
> > > >
> > > >I built xen-4.1.1 successfully and can see that it boots from grub with
> > > >the kernel /xen.gz line.
> > > >
> > > >I'm using the following kernel (3.0.0-rc2):
> > > >
> > > >http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
> > > >.config file,
> >
> > You might want to refresh it (this is #master tree and #next-3.0).
> 
> .. meaning I've updated the #master and #devel/next-3.0

what's difference between master and next-3.0? which one would you suggest
to people to use?

Thanks,
Kevin

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

* Re: can't boot into dom0 - followup
  2011-06-21  2:29       ` Tian, Kevin
@ 2011-06-21 13:19         ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-06-21 13:19 UTC (permalink / raw)
  To: Tian, Kevin; +Cc: xen-devel, Mike Wright

On Tue, Jun 21, 2011 at 10:29:35AM +0800, Tian, Kevin wrote:
> > From: Konrad Rzeszutek Wilk
> > Sent: Monday, June 20, 2011 9:31 PM
> > 
> > On Mon, Jun 20, 2011 at 09:15:02AM -0400, Konrad Rzeszutek Wilk wrote:
> > > On Sat, Jun 18, 2011 at 01:00:22PM -0700, Mike Wright wrote:
> > > > On 06/17/2011 02:13 PM, Mike Wright wrote:
> > > > >Hi all,
> > > > >
> > > > >New to this list.
> > > > >
> > > > >I built xen-4.1.1 successfully and can see that it boots from grub with
> > > > >the kernel /xen.gz line.
> > > > >
> > > > >I'm using the following kernel (3.0.0-rc2):
> > > > >
> > > > >http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git and its default
> > > > >.config file,
> > >
> > > You might want to refresh it (this is #master tree and #next-3.0).
> > 
> > .. meaning I've updated the #master and #devel/next-3.0
> 
> what's difference between master and next-3.0? which one would you suggest
> to people to use?

#master. The next-3.0 is a kitchensink of things that are still being
developed.

Also the master has the VGA support so folks like Mike can see what
is not working.

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

end of thread, other threads:[~2011-06-21 13:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-17 21:13 can't boot into dom0 Mike Wright
2011-06-18  5:11 ` Todd Deshane
2011-06-18 20:00 ` can't boot into dom0 - followup Mike Wright
2011-06-20 13:15   ` Konrad Rzeszutek Wilk
2011-06-20 13:31     ` Konrad Rzeszutek Wilk
2011-06-21  2:29       ` Tian, Kevin
2011-06-21 13:19         ` Konrad Rzeszutek Wilk
2011-06-20 19:34     ` Mike Wright
2011-06-20 19:41     ` Mike Wright
2011-06-21  1:46       ` Todd Deshane

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.