public inbox for gentoo-alpha@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-alpha] LiveCD refuses to boot on Takara
@ 2004-02-07 14:08 Jay Maynard
  2004-02-10 16:07 ` Marc Giger
  0 siblings, 1 reply; 12+ messages in thread
From: Jay Maynard @ 2004-02-07 14:08 UTC (permalink / raw
  To: gentoo-alpha

In my neverending quest to set up at least one running system with
Gentoo/Alpha, I've gotten a Takara (DMCC PICMG 21164/500) fixed and running.
The LiveCDs, both 1.4-test1 and 1.4RC1-test4, refuse to boot on it. The
kernel panics, claiming a kernel paging error. I can boot the Debian 3.0r2
install CD on the box, but it doesn't have enough smarts to install Gentoo:
I can get the networking running fine, and (after un-bzipping the stage
tarball elsewhere) have the hard disk initialized and loaded, but I can't
bind-mount /dev (which is required, since no devfs), and chroot complains
"FATAL: kernel too old". The Debian install CD uses a 2.2.20 kernel.

Now what do I do? Am I going to have to do something really kludgey like
build my own LiveCD with whichever option is missing that keeps the current
one from booting on Takara?...or, worse, have to patch it first?

--
gentoo-alpha@gentoo.org mailing list


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

* RE: [gentoo-alpha] LiveCD refuses to boot on Takara
@ 2004-02-10 15:27 Donsbach, Jeff
  2004-02-10 16:25 ` Marc Giger
  0 siblings, 1 reply; 12+ messages in thread
From: Donsbach, Jeff @ 2004-02-10 15:27 UTC (permalink / raw
  To: gentoo-alpha

Hi all,

Time to come out of the closet so to speak. I've been fiddling with
Gentoo on my XLT (XL366).
I was having some moderate success with the 1.4rc1 stage1 but it
encountered some build errors along the way. Q: Is there a log file
where all the output of "emerge sync" goes?

So, then I poked around and saw that the 1.4 experimental stages were a
bit newer, so, I decided to try those. I didn't get as far. I also got
the "FATAL: kernel too old" error when I tried to do a "chroot" . Oh by
the way, I am currently running RH 6.2 with a 2.2.19 kernel (yes, old I
know).

So, it would seem there is something incompatible with the Stage1/LiveCD
and a running 2.2 kernel.
What would folks recommend using for a kernel to boot from instead?

I had one other problem with the 1.4rc1 install in that I couldn't do a
"mount --bind" . It said the operation wasn't supported by the kernel
(or something to that effect). How important is that? I just skipped it.

Looking forward to a running Gentoo system...
Jeff D


--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-07 14:08 Jay Maynard
@ 2004-02-10 16:07 ` Marc Giger
  2004-02-18 13:27   ` Tavis Ormandy
  0 siblings, 1 reply; 12+ messages in thread
From: Marc Giger @ 2004-02-10 16:07 UTC (permalink / raw
  To: gentoo-alpha; +Cc: Jay Maynard

Hi,

On Sat, 7 Feb 2004 08:08:19 -0600
Jay Maynard <jmaynard@conmicro.cx> wrote:

> In my neverending quest to set up at least one running system with
> Gentoo/Alpha, I've gotten a Takara (DMCC PICMG 21164/500) fixed and
> running. The LiveCDs, both 1.4-test1 and 1.4RC1-test4, refuse to boot
> on it. The kernel panics, claiming a kernel paging error. I can boot
> the Debian 3.0r2 install CD on the box, but it doesn't have enough
> smarts to install Gentoo: I can get the networking running fine, and
> (after un-bzipping the stage tarball elsewhere) have the hard disk
> initialized and loaded, but I can't bind-mount /dev (which is
> required, since no devfs), and chroot complains"FATAL: kernel too
> old". The Debian install CD uses a 2.2.20 kernel.
> 
> Now what do I do? Am I going to have to do something really kludgey
> like build my own LiveCD with whichever option is missing that keeps
> the current one from booting on Takara?...or, worse, have to patch it
> first?

As you already noticed, you need a 2.4 kernel to be able to do a
"mount -o bind".

I remember that I had problems with the newer Gentoo-Live CD's. Search
for the oldest one (1.4-test1 should be ok).

To the paging error:

We can't help because you provided to less informations. Where occures
the problem? What was the last message?

If you are able to identify the subsystem where it panics, try to
disable the subsystem with boot parameters.
The Documentation/kernel-parameters.txt in the kernel-source-tree gives
you some insight in the options.

greets

Marc

--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-10 15:27 Donsbach, Jeff
@ 2004-02-10 16:25 ` Marc Giger
  0 siblings, 0 replies; 12+ messages in thread
From: Marc Giger @ 2004-02-10 16:25 UTC (permalink / raw
  To: gentoo-alpha; +Cc: Donsbach, Jeff

Hi,

On Tue, 10 Feb 2004 10:27:17 -0500
"Donsbach, Jeff" <jeff.donsbach@hp.com> wrote:

> Hi all,
> 
> Time to come out of the closet so to speak. I've been fiddling with

:-)

> Gentoo on my XLT (XL366).
> I was having some moderate success with the 1.4rc1 stage1 but it
> encountered some build errors along the way. Q: Is there a log file
> where all the output of "emerge sync" goes?
AFAIK not. Why not redirect the ouptut?

> 
> So, then I poked around and saw that the 1.4 experimental stages were
> a bit newer, so, I decided to try those. I didn't get as far. I also
> got the "FATAL: kernel too old" error when I tried to do a "chroot" .
> Oh by the way, I am currently running RH 6.2 with a 2.2.19 kernel
> (yes, old I know).
> 
> So, it would seem there is something incompatible with the
> Stage1/LiveCD and a running 2.2 kernel.
> What would folks recommend using for a kernel to boot from instead?
2.4.x. The LiveCD's boots from a 2.4 kernel.

> 
> I had one other problem with the 1.4rc1 install in that I couldn't do
> a"mount --bind" . It said the operation wasn't supported by the kernel
> (or something to that effect). How important is that? I just skipped
> it.
mount -o bind doesn't work with a 2.2 kernel. 

Why don't you boot from the LiveCD? Problems too?

greets

Marc

--
gentoo-alpha@gentoo.org mailing list


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

* RE: [gentoo-alpha] LiveCD refuses to boot on Takara
@ 2004-02-10 16:57 Donsbach, Jeff
  2004-02-10 18:23 ` Marc Giger
  0 siblings, 1 reply; 12+ messages in thread
From: Donsbach, Jeff @ 2004-02-10 16:57 UTC (permalink / raw
  To: Marc Giger, gentoo-alpha



> Why don't you boot from the LiveCD? Problems too?

> greets

> Marc

Didn't try it. The Stage1 tarball was a smaller download. ;-)

I'll try the LiveCD and see what happens. Which one is better to try at
this point; RC1 or "Experimental"?


--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-10 16:57 Donsbach, Jeff
@ 2004-02-10 18:23 ` Marc Giger
  0 siblings, 0 replies; 12+ messages in thread
From: Marc Giger @ 2004-02-10 18:23 UTC (permalink / raw
  To: Donsbach, Jeff; +Cc: gentoo-alpha

On Tue, 10 Feb 2004 11:57:46 -0500
"Donsbach, Jeff" <jeff.donsbach@hp.com> wrote:

> 
> 
> > Why don't you boot from the LiveCD? Problems too?
> 
> > greets
> 
> > Marc
> 
> Didn't try it. The Stage1 tarball was a smaller download. ;-)
> 
> I'll try the LiveCD and see what happens. Which one is better to try
> at this point; RC1 or "Experimental"?

definitively RC1. (I had some troubles with the newer ones in the
past).

greets

Marc

--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-10 16:07 ` Marc Giger
@ 2004-02-18 13:27   ` Tavis Ormandy
  2004-02-18 13:38     ` Jay Maynard
  2004-02-18 14:15     ` Marc Giger
  0 siblings, 2 replies; 12+ messages in thread
From: Tavis Ormandy @ 2004-02-18 13:27 UTC (permalink / raw
  To: Marc Giger; +Cc: gentoo-alpha, Jay Maynard

On Tue, Feb 10, 2004 at 05:07:40PM +0100, Marc Giger wrote:
> As you already noticed, you need a 2.4 kernel to be able to do a
> "mount -o bind".

I dont think this step is essential to get a working system, but it is
advisable (some configure scripts use information from /proc, but they
usually have sane defaults). 

I think you can get around this by using mount -t proc proc
/mnt/gentoo/proc, it doesnt make any difference which one you use,
except the latter should be supported on older kernels. I should update 
the guide :)

-- 
-------------------------------------
taviso@sdf.lonestar.org | finger me for my gpg key.
-------------------------------------------------------

--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-18 13:27   ` Tavis Ormandy
@ 2004-02-18 13:38     ` Jay Maynard
  2004-02-18 14:28       ` Marc Giger
  2004-02-18 14:15     ` Marc Giger
  1 sibling, 1 reply; 12+ messages in thread
From: Jay Maynard @ 2004-02-18 13:38 UTC (permalink / raw
  To: gentoo-alpha

On Wed, Feb 18, 2004 at 01:27:50PM +0000, Tavis Ormandy wrote:
> On Tue, Feb 10, 2004 at 05:07:40PM +0100, Marc Giger wrote:
> > As you already noticed, you need a 2.4 kernel to be able to do a
> > "mount -o bind".
> I dont think this step is essential to get a working system, but it is
> advisable (some configure scripts use information from /proc, but they
> usually have sane defaults). 

The "mount -o bind" was what I ran across when trying to run off of a Debian
install CD. That effort foundered on "kernel too old" when trying to chroot.
Note that a bind-mount is necessary for /dev in such an instance.
> 
> I think you can get around this by using mount -t proc proc
> /mnt/gentoo/proc, it doesnt make any difference which one you use,
> except the latter should be supported on older kernels. I should update 
> the guide :)

The guide already says to do that for /mnt/gentoo/proc.

--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-18 13:27   ` Tavis Ormandy
  2004-02-18 13:38     ` Jay Maynard
@ 2004-02-18 14:15     ` Marc Giger
  1 sibling, 0 replies; 12+ messages in thread
From: Marc Giger @ 2004-02-18 14:15 UTC (permalink / raw
  To: gentoo-alpha

On Wed, 18 Feb 2004 13:27:50 +0000
Tavis Ormandy <taviso@gentoo.org> wrote:

> On Tue, Feb 10, 2004 at 05:07:40PM +0100, Marc Giger wrote:
> > As you already noticed, you need a 2.4 kernel to be able to do a
> > "mount -o bind".
> 
> I dont think this step is essential to get a working system, but it is
> advisable (some configure scripts use information from /proc, but they
> usually have sane defaults). 

Agreed. I referred only to the error message and not to the
installation. I should have mentioned what you wrote:

> 
> I think you can get around this by using mount -t proc proc
> /mnt/gentoo/proc, it doesnt make any difference which one you use,
> except the latter should be supported on older kernels. I should
> update the guide :)

Yep, you should:-)

Perhaps, the following should be in the doc. What do you think?

What's about the installation on a new harddisk without a bsd disklabel?

Software RAID with disklabels (autodetection, kernel-params etc.)
Currently I run this configuration and can provide some infos if wanted.

greets

Marc

--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-18 13:38     ` Jay Maynard
@ 2004-02-18 14:28       ` Marc Giger
  2004-02-18 15:02         ` Jay Maynard
  0 siblings, 1 reply; 12+ messages in thread
From: Marc Giger @ 2004-02-18 14:28 UTC (permalink / raw
  To: gentoo-alpha

On Wed, 18 Feb 2004 07:38:42 -0600
Jay Maynard <jmaynard@conmicro.cx> wrote:

> On Wed, Feb 18, 2004 at 01:27:50PM +0000, Tavis Ormandy wrote:
> > On Tue, Feb 10, 2004 at 05:07:40PM +0100, Marc Giger wrote:
> > > As you already noticed, you need a 2.4 kernel to be able to do a
> > > "mount -o bind".
> > I dont think this step is essential to get a working system, but it
> > is advisable (some configure scripts use information from /proc, but
> > they usually have sane defaults). 
> 
> The "mount -o bind" was what I ran across when trying to run off of a
> Debian install CD. That effort foundered on "kernel too old" when
> trying to chroot. Note that a bind-mount is necessary for /dev in such
> an instance.

Next time I should read the whole thread again before answering.
/dev is the problem not /proc :-)

Why not just cp -a /dev/* /mnt/gentoo/dev/ ? Never tried myself but I
think it should work for installing gentoo.

What's about the paging error? Do you have more infos or gave up?:-)

greets

Marc

--
gentoo-alpha@gentoo.org mailing list


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

* Re: [gentoo-alpha] LiveCD refuses to boot on Takara
  2004-02-18 14:28       ` Marc Giger
@ 2004-02-18 15:02         ` Jay Maynard
  0 siblings, 0 replies; 12+ messages in thread
From: Jay Maynard @ 2004-02-18 15:02 UTC (permalink / raw
  To: gentoo-alpha

On Wed, Feb 18, 2004 at 03:28:11PM +0100, Marc Giger wrote:
> Why not just cp -a /dev/* /mnt/gentoo/dev/ ? Never tried myself but I
> think it should work for installing gentoo.

I did that. That's what got me far enough to get the "fatal: kernel too old"
error.

> What's about the paging error? Do you have more infos or gave up?:-)

It appears to be a problem either in the vector the SRM firmware hands the
kernel, or else a problem in the kernel itself: the takara_swizzle routine
is trying to dereference a null pointer. This is, as you might guess,
specific to takara. Unfortunately, I had to give back the memory I borrowed
to get that machine running, and haven't purchased more yet - and have since
gotten my AS 1000A 5/333 running again (and have a 5/500 CPU board on the
way), so that project has been pushed to the back burner.

--
gentoo-alpha@gentoo.org mailing list


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

* RE: [gentoo-alpha] LiveCD refuses to boot on Takara
@ 2004-02-20 14:11 Donsbach, Jeff
  0 siblings, 0 replies; 12+ messages in thread
From: Donsbach, Jeff @ 2004-02-20 14:11 UTC (permalink / raw
  To: gentoo-alpha


Well, I got past my "kernel too old" problem.

As a refresher, I was trying to install from an already running RH 6.2
system running a 2.2.19 kernel. When attempting to "chroot", I was
getting a "kernel too old" error message.

I ended up going to kernel.org and grabbing and building the latest
2.4.25 . Rebooting using that with the rest of the current Red Hat
install went without a hitch (well mostly, but nothing to do with the
new kernel).

Went through unpacking Stage1 and chrooting . Bootstrapping Stage1 went
fine. I'm in the middle of the Stage2 "emerge system" right now. Should
be done by the time I get home tonight ready to configure the kernel.

Jeff D

--
gentoo-alpha@gentoo.org mailing list


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

end of thread, other threads:[~2004-02-20 14:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-20 14:11 [gentoo-alpha] LiveCD refuses to boot on Takara Donsbach, Jeff
  -- strict thread matches above, loose matches on Subject: below --
2004-02-10 16:57 Donsbach, Jeff
2004-02-10 18:23 ` Marc Giger
2004-02-10 15:27 Donsbach, Jeff
2004-02-10 16:25 ` Marc Giger
2004-02-07 14:08 Jay Maynard
2004-02-10 16:07 ` Marc Giger
2004-02-18 13:27   ` Tavis Ormandy
2004-02-18 13:38     ` Jay Maynard
2004-02-18 14:28       ` Marc Giger
2004-02-18 15:02         ` Jay Maynard
2004-02-18 14:15     ` Marc Giger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox