Gentoo Archives: gentoo-ppc-user

From: John Gilger <bjgilger@×××××××××.net>
To: Calum Selkirk <cselkirk@g.o>
Cc: gentooppc-user@g.o
Subject: Re: [gentooppc-user] Re: Kernel Panic on new install
Date: Mon, 28 Oct 2002 23:46:20
Message-Id: 3DBE20C2.5080706@earthlink.net
In Reply to: [gentooppc-user] Re: Kernel Panic on new install by Calum Selkirk
1 Calum Selkirk wrote:
2
3 >* John Gilger [bjgilger@×××××××××.net] [2002-10-24 21:18 -0700]:
4 >
5 >
6 >
7 >>I just did my first Gentoo install on my Ti PowerBook G4 from a TuxCDs
8 >>stage1 cd. It only took a little over 6 hours, including an emerge of
9 >>gcc because the source on the CD would not compile. I just followed
10 >>the instructions and everything went quite smoothly. I had a mistake
11 >>to clear up in yaboot.conf and /etc/fstab that prevented reboot while
12 >>I was at work an hooked up to a T-1 line.
13 >>
14 >>
15 >
16 >couple of questions:
17 >
18 >which TiBook is this? I assume an older version as AFAIK the 1.2 will
19 >not boot with the newer as there are some kernel issues (these have
20 >since been resolved in the benh kernel tree
21 >
22 >Which filesystem are you using?
23 >
24 >Did you run "ybin -v" from the chroot after editing yaboot.conf?
25 >
26 >
27 >
28 >>I fixed the config errors at home (just a dial-up) and when I tried to
29 >>boot gentoo, I got a kernel panic right after the NET4: portion of the
30 >>init process.
31 >>
32 >>
33 >
34 >Right after NET4.0 in the init process is kswapd, which will start the
35 >block device driver, it's possible something is missing from your kernel
36 >or that there is somethig askew in your yaboot.conf .. it's very
37 >difficult for me to tell without further info.
38 >
39 >
40 >
41 >>It said it wanted 33 and the limit=28 and something about over
42 >>reaching and 03:03
43 >>
44 >>
45 >
46 >nothing here that i recognize. greping through the kernel tree i can't
47 >see anything that might resemble this error.
48 >
49 >
50 >
51 >>Did the kernel panic because I wasn't connected to the 'net? Or????
52 >>
53 >>
54 >
55 >certainly an "or" ;)
56 >
57 >best
58 >
59 >cal
60 >
61 >
62 It's Machine ID is 406; the processor is a PowerPC G4 500MHz according
63 to the Apple System Profiler. It was bought in late Oct or early Nov
64 2001 as a Christmas gift for me last year.
65 I had Debian Woody with the 2.4.19 kernel running before I decided to
66 try Gentoo. I tried using the BenH kernel 2 or 3 months ago, but figured
67 I may have not configured it properly since I couldn't get it to run. I
68 just went back to the "stock" Debian kernel.
69
70 I am using the ext3 file system.
71
72 I ran "ybin".
73
74 Additional info from boot messages:
75 NET4: Unix domain sockets 1.0/SMP for Linux NET4.0
76 attempt to access beyond end of device
77 03:03: rw=0, want=33, limit=28
78 isofs_read_super: bread failed, dev=03:03, iso_blknum=16, block=32
79 XFS: bad magic number
80 XFS: SB validation failed
81 Kernel panic: VFS: unable to mount rootfs on 03:03
82 <0> rebooting in 180 seconds...
83
84 from this I gather that something wanted to mount the root filesystem in
85 the wrong place but maybe I'm wrong.
86
87 It also seems to be trying to Mount the file system as XFS instead of
88 ext3, if I understand these messages right. An error in /etc/fstab?
89
90 My partitions are: hda9=Apple Boot Partition; hda10=swap; hda11=/;
91 hda12=macosx
92
93 Is this fixable? Or do I reformat the partitions and re-do the install?
94 Gentoo or Debian? Ext3 or the old standby ext2?
95
96 TIA
97
98 John

Replies

Subject Author
[gentooppc-user] Re: Kernel Panic on new install Calum Selkirk <cselkirk@g.o>