View previous topic :: View next topic |
Author |
Message |
jash n00b
Joined: 16 May 2006 Posts: 7
|
Posted: Tue Jun 06, 2006 12:28 am Post subject: Kernel oops while booting from live CD (Power Macintosh G3) |
|
|
I have a blue and white Power Macintosh G3. I downloaded and burned the 2006.0 minimal ISO onto a CD, and when I boot from it, I get
* Coldplugging pci devices
Oops: kernel access of bad area, sig: 11 [#1]
SMP NR_CPUS=8
NIP: C004B460 LR: C004B45C SP: CDC13E90 REGS: cdc13de0 TRAP: 0300 Not tainted
(etc., I'll write all these hex codes when I know someone who knows what they mean would read them)
I've tried looking around on the web, but I can't find a mention of a kernel oops at this particular time. I can't find anyone who has a problem booting from the install CD, but oopses are common enough later, apparently.
Anyway, does anyone know what I can do about this particular oops?
Thanks,
Ash |
|
Back to top |
|
|
mark_alec Bodhisattva
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Tue Jun 06, 2006 2:56 am Post subject: |
|
|
Moved from Installing Gentoo to Gentoo on PPC. |
|
Back to top |
|
|
JoseJX Retired Dev
Joined: 28 Apr 2002 Posts: 2774
|
Posted: Tue Jun 06, 2006 3:52 am Post subject: |
|
|
We can't really help you without the trace. But you could try using the nodetect option to prevent it from loading modules. _________________ Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml |
|
Back to top |
|
|
tetsujin n00b
Joined: 05 Jun 2006 Posts: 24
|
Posted: Tue Jun 06, 2006 5:25 am Post subject: |
|
|
yes, use the nodetect option is pretty much the only way i could work around it...it did this to me with the install cd...are you running an ATI card possibly? |
|
Back to top |
|
|
jash n00b
Joined: 16 May 2006 Posts: 7
|
Posted: Tue Jun 06, 2006 1:27 pm Post subject: |
|
|
OK, the whole thing goes:
Code: | * Coldplugging pci devices ...
Oops: kernel access of bad area, sig: 11 [#1]
SMP NR_CPUS=8
NIP: C004B460 LR: C004B45C SP: CDCCDE90 REGS: cdccdde0 TRAP: 0300 Not tainted
MSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
DAR: 00000000, DSISR: 40000000
TASK = ce9ea1d0[5012] 'lsmod' THREAD: cdccc000
Last syscall: 3 CPU: 0
GPR00: C004B45C CDCCDE90 CE9EA1D0 00000000 FFFFFFF8 C031D9A3 CDCCDE70 0000000A
GPR08: FFFFFFFF 00001000 FFFFFFFF 00000002 00000000 1001923C 00000048 100DBF78
GPR16: 100DBFF8 FFFFFFFF FFFFFFFF 00000000 00000000 00000000 00000000 CDCCDF20
GPR24: CFF60860 00000000 CEC04880 00000400 00000001 CEC04860 D1055140 00000000
NIP [c004b460] m_show+0x74/0x168
LR [c004b460] m_show+0x70/0x168
Call trace:
[c009c804] seq_read+0x2d0/0x474
[c007556c] vfs_read+0xcc/0x14c
[c0075774] sys_read+0x4c/0x8c
[c000476c] ret_from_syscall+0x0/0x4c
|
I'm going to try my hand at the nodetect option now. |
|
Back to top |
|
|
jash n00b
Joined: 16 May 2006 Posts: 7
|
Posted: Tue Jun 06, 2006 1:32 pm Post subject: |
|
|
I have booted using the nodetect option successfully, though I hope I can figure out how to make the network work.
Oh, and yes, I've got the ATI Rage 128 installed that came with this thing. |
|
Back to top |
|
|
tetsujin n00b
Joined: 05 Jun 2006 Posts: 24
|
Posted: Tue Jun 06, 2006 3:26 pm Post subject: |
|
|
to get the network to work just type modprobe bmac
also to look at your hard drive you might have to type modprobe cmd64x
Cameron |
|
Back to top |
|
|
jash n00b
Joined: 16 May 2006 Posts: 7
|
Posted: Wed Jun 07, 2006 9:05 pm Post subject: |
|
|
You forgot one must also type /etc/init.d/eth0 restart |
|
Back to top |
|
|
turtles Veteran
Joined: 31 Dec 2004 Posts: 1698
|
|
Back to top |
|
|
WhiteSpade Tux's lil' helper
Joined: 16 Apr 2005 Posts: 89
|
Posted: Wed Jul 12, 2006 10:23 pm Post subject: |
|
|
All you have to do is, at the boot line, type:I had to use the video=ofonly option since the the display stopped displaying after I tried to boot the kernel, so the full line I used was Code: | ppc32 video=ofonly nodetect | Let me know if you have any more questions. I hope this helps.
---Alex |
|
Back to top |
|
|
|