Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
grub --> kernel panic
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
mo-ca
Guru
Guru


Joined: 17 Feb 2003
Posts: 313
Location: Near Dresden, Germany

PostPosted: Mon Feb 17, 2003 10:24 am    Post subject: grub --> kernel panic Reply with quote

also ich habe gentoo (1.4rc2) nach anleitung installiert und auch grub beim einrichten keinerlei fehler gebracht.

trotzdem findet er meine root partition nicht.

Code:

default 0
timeout 5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/sda3



das bzImage existiert da, aber trotzdem erhalte ich eine kernel panic mit der meldung: root= und dass er meine root nicht finden könne.

wo muss ich meinen fehler suchen?
Back to top
View user's profile Send private message
AndiW
n00b
n00b


Joined: 11 Jan 2003
Posts: 65
Location: Vienna - Austria

PostPosted: Mon Feb 17, 2003 10:35 am    Post subject: Reply with quote

Da Du eine Kernel Panic bekommst, nehme ich mal an dass dein Kernel bootet oder?

Wie schaut Dein Partitionschema aus?
_________________
A beginning is the time for taking the most delicate care that balances are correct. -- Princess Irulan, "Manual of Muad'Dib"
Back to top
View user's profile Send private message
mo-ca
Guru
Guru


Joined: 17 Feb 2003
Posts: 313
Location: Near Dresden, Germany

PostPosted: Mon Feb 17, 2003 10:39 am    Post subject: Reply with quote

also ich denke auch, dass der den kernel findet.

meine partitionen:
Code:
 /boot = sda1 --> ext2
/swap = sda2
/ = sda3 --> ext3
Back to top
View user's profile Send private message
photocolor
n00b
n00b


Joined: 17 Feb 2003
Posts: 28

PostPosted: Mon Feb 17, 2003 11:34 am    Post subject: Reply with quote

hi,

du must schon etwas genau deinen kernel-panic-fehler beschreiben!!!

Ich schaetze mal, dass dort etwas mit INIT steht....

das wuerde dann bedeuten, dass das root-fs nicht eingehaengt werden kann.
grund: falsche angabe der root-partrition in der grub - menu.lst

am besten du editierst mit "e" im bootloader und probierst aus, wo die root-partrition wirklich liegt. wenn du es dann gefunden hast, kannst du diese in der menu.lst aendern.

michi
_________________
G'day
Back to top
View user's profile Send private message
mo-ca
Guru
Guru


Joined: 17 Feb 2003
Posts: 313
Location: Near Dresden, Germany

PostPosted: Mon Feb 17, 2003 11:37 am    Post subject: Reply with quote

der genaue fehler heißt:

Code:

Cannot open root device "sda3"
Please append a correct root=

Unable to mount root fs on 08:03
Back to top
View user's profile Send private message
Larde
Guru
Guru


Joined: 07 Jun 2002
Posts: 313
Location: Duesseldorf, Germany

PostPosted: Mon Feb 17, 2003 11:44 am    Post subject: Reply with quote

Hast Du vielleicht vergessen, die SCSI Treiber für Deinen Adapter und SCSI Disc Treiber fest einzukompilieren?

Gruß,
Larde.
_________________
Someday this will be my home... http://moonage.net/
I'll make you a deal
I'll say I came from Earth and my tongue is taped
Back to top
View user's profile Send private message
mo-ca
Guru
Guru


Joined: 17 Feb 2003
Posts: 313
Location: Near Dresden, Germany

PostPosted: Mon Feb 17, 2003 11:58 am    Post subject: Reply with quote

ich bin der meinung, dass ich den scsi treiber mit reinkompiliert habe. Kann ich das im nachhinnein nocheinmal kontrollieren?
Back to top
View user's profile Send private message
Larde
Guru
Guru


Joined: 07 Jun 2002
Posts: 313
Location: Duesseldorf, Germany

PostPosted: Mon Feb 17, 2003 12:15 pm    Post subject: Reply with quote

Kommen denn noch Bootmeldungen vorher? Müßten doch eigentlich, oder? Und wird da SCSI-mäßig nichts ausgespuckt? Bei mir kommen eine ganze Reihe von Meldungen, wenn SCSI initialisiert wird, bevor dann letztendlich root gemountet wird, ungefähr so:
Code:
[...]
SCSI subsystem driver Revision: 1.00
[...]
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.26
        <Adaptec aic7890/91 Ultra2 SCSI adapter>
        aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs
[...]
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi0, channel 0, id 4, lun 0
SCSI device sda: 17916240 512-byte hdwr sectors (9173 MB)
[... und viel später]
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.

Oder kommt Deine Fehlermeldung schon viel früher?

Gruß,
Larde.
_________________
Someday this will be my home... http://moonage.net/
I'll make you a deal
I'll say I came from Earth and my tongue is taped
Back to top
View user's profile Send private message
mo-ca
Guru
Guru


Joined: 17 Feb 2003
Posts: 313
Location: Near Dresden, Germany

PostPosted: Mon Feb 17, 2003 12:24 pm    Post subject: Reply with quote

gut also damit haben wir glaube ich den felher gefunden :?

ich war eigentlich 100%ig überzeugt, dass ich den scsi support im kernel eingebaut habe, aber das SCSI zeug von dir, kommt bei mir nciht. den ide brenner findet er, aber den SCSI kontroller erkennt er nicht so wie bei dir :cry:

na gut, das heißt wohl für mich: zurück zu linux from the scratch :(

danke dir
Back to top
View user's profile Send private message
Larde
Guru
Guru


Joined: 07 Jun 2002
Posts: 313
Location: Duesseldorf, Germany

PostPosted: Mon Feb 17, 2003 12:29 pm    Post subject: Reply with quote

Nana, nicht so schnell. :-)
Boote einfach von der Live CD (da wird SCSI initialisiert, ja?), mounte Dein root irgendwohin, chroote da rein und kompilier notfalls den Kernel neu. Im make menuconfig siehst Du dann ja auch, ob's wirklich die vergessenen SCSI Treiber sind.

Gruß,
Larde.
_________________
Someday this will be my home... http://moonage.net/
I'll make you a deal
I'll say I came from Earth and my tongue is taped
Back to top
View user's profile Send private message
mo-ca
Guru
Guru


Joined: 17 Feb 2003
Posts: 313
Location: Near Dresden, Germany

PostPosted: Mon Feb 17, 2003 1:34 pm    Post subject: Reply with quote

also ich habe die jetzt noch hineinkompiliert und damit gehts

danke dir
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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