Gentoo Archives: gentoo-dev

From: Brian Snipes <bsnipes@×××××××××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Gentoo RC3 kernel booting with AMD K6
Date: Tue, 09 Jan 2001 08:48:54
Message-Id: 200101091546.f09Fk3i30297@pink.snsnet.net
In Reply to: Re: [gentoo-dev] Gentoo RC3 kernel booting with AMD K6 by 320095285153-0001@t-online.de (Achim Gottinger)
1 On Tue, 09 Jan 2001 14:32:10 +0100
2 320095285153-0001@××××××××.de (Achim Gottinger) wrote:
3
4 > Achim Gottinger wrote:
5 >
6 > > Achim Gottinger wrote:
7 > >
8 > > > Brian Snipes wrote:
9 > > >
10 > > > > OK. I followed the installation instructions from gentoo.org and my
11 > > > > booting of the bzImage kernel stops at:
12 > > > >
13 > > > > VFS: Mounted root (reiserfs filesystem) readonly.
14 > > > > Freeing unused kernel memory: 220k freed
15 > > > >
16 > > > > And then it pauses forever. Does the kernel support K6 processors or is
17 > > > > it PII+ only or does anyone else have any ideas what might be the problem?
18 > > >
19 > > > Hi Brian,
20 > > >
21 > > > I tested to install on a K6 yesterday too. The bootcd freezes after linuxrc
22 > > > is finished
23 > > > So init gets not started.
24 > > > I compiled everything here with -mpentium not -mpentiumpro, so the
25 > > > optimization can not be the cause
26 > > > for that. The tarnge thing is that older versions of gentoo worked fine on
27 > > > K6/2 machines here.
28 > > >
29 > > > If you have found the bug, please tell me, meanwhile I will try get things
30 > > > working here.
31 > > >
32 > >
33 > > I was unable to fix this bug till now. :-/
34 > > But I found out at which place the system hangs.
35 > > It is definately /sbin/init that does not work.
36 > > I modified /usr/src/linux/init/main.c a bit to output more info what is going
37 > > on at the moment.
38 > > And I found out that the last call in mail.c that succeeds is
39 > > execve(/sbin/init....).
40 > > This function does not return on sucess, so I think /sbin/init can be executed
41 > > but hangs then.
42 > > So I will focus on init now.
43 >
44 > I build an statically linked init with -m486 and replaced the init on my
45 > testsystem with that.
46 >
47 > Now if I boot I see the INIT headline after "Freeing unused memory" then the
48 > system freezes.
49 > I make a -m486 optimized sys.tbz2 now and will try that.
50 >
51
52 Thanks! I am not a C programmer (only PHP, so far) but if there is any testing I can do let me know.
53
54 Brian Snipes