Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel Panic - not syncing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
KuroRyu
Tux's lil' helper
Tux's lil' helper


Joined: 11 Mar 2004
Posts: 95
Location: Phoenix, AZ, USA

PostPosted: Sat Oct 23, 2004 8:05 pm    Post subject: Kernel Panic - not syncing Reply with quote

i just installed linux on my G3 iBook 2, and i get this error message when i boot up:

Code:
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,3)


in my fstab:

Code:
/dev/hda4     /     ext2    noatime    0 0


in my yaboot.conf:

Code:
boot=/dev/hda2
device=hd:
partition=4
delay=10
timeout=40
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
image=/boot/kernel-2.6.9-gentoo-r1
   label=Gentoo Linux 2.6.9-gentoo-r1
   root=/dev/hda3
   sysmap=/boot/System.map-2.6.9-gentoo-r1
   read-only
enablecdboot
enableofboot

_________________
I'm ready to rock out with my Glock out!
Back to top
View user's profile Send private message
pindar
Apprentice
Apprentice


Joined: 30 Apr 2004
Posts: 220

PostPosted: Sat Oct 23, 2004 10:07 pm    Post subject: Reply with quote

Not sure if this is the problem, but you have inconsistent data in your yaboot.conf:
Code:
device=hd:
partition=4
means your vmlinux will be on hda4, while
Code:
root=/dev/hda3
indicates that it's on hda3 (which is probably your swap partition).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum