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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/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/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Jun-20 13:15 UTC
Re: [Xen-devel] can''t boot into dom0 - followup
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_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Jun-20 13:31 UTC
Re: [Xen-devel] can''t boot into dom0 - followup
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/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 > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/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 > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/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.0what''s difference between master and next-3.0? which one would you suggest to people to use? Thanks, Kevin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Jun-21 13:19 UTC
Re: [Xen-devel] can''t boot into dom0 - followup
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. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel