Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme beim Boote: Kernel panic: [gelöst]
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
mildi
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2005
Posts: 121

PostPosted: Mon Apr 21, 2008 2:46 pm    Post subject: Probleme beim Boote: Kernel panic: [gelöst] Reply with quote

Hi leute...ich will gentoo auf mein Dell Vostro 1500 istallieren.

Bin nach der Gentoo Anleitung gegangen. Jetzt klappt es aber beim einrichten von Grub nicht.
Wenn ich denn laptop starte komm ich in die Grub-shell. Und wenn ich da von Hand den Kernel boote bekomme ich eine Kernel Panic Meldung, folgende:

Code:


#VFS: Cannot open root Device "<NULL>" or unknown-block(8,8)
#Please append a correct "root=" boot option; here are the available partitions
#0300 4194302 hda driver:ide-cdrom
#Kernel panic - not syncing VFS: Unable tu mount root fs on unknown-block(8,8)



hier meine Grub einstellung:
Code:

#default 0
#timeout 30
#root (hd0,5)
#titel=Gentoo
#kernel /boot/2.6.gentoo root=/dev/sda8 


#title=Windows XP
#rootnoverify (hd0,0)
#makeactive
#chainloader +1



Noch ein paar Infos zu meiner Partitionen
/dev/sda1 ist die Windows Platte
/dev/sda6 ist die Boot - Platte, wo auch der Kernel liegt.
/dev/sda8 ist die Root - Platte.

Hab schon einiges probiert und auch schon im Netz nach Lösungengeschaut aber ich bekomm das nich nicht.
Hoffe einer von euch kann mir helfen.


Last edited by mildi on Mon Apr 21, 2008 9:18 pm; edited 2 times in total
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Apr 21, 2008 2:48 pm    Post subject: Reply with quote

Klingt so als ob du die Treiber für deine Festplattencontroller vergessen hast.
Diese müssen fest im Kernel einkompiliert sein (nicht als Modul).
Das Gleiche gilt auch für das Root Filesystem.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
mildi
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2005
Posts: 121

PostPosted: Mon Apr 21, 2008 2:53 pm    Post subject: Reply with quote

danke für die schnelle Antwort...

also das mit dem treiber hab ich mir auch schon gedacht und hab daher denn kernel neu gemacht, half aber nichts.
Weist du zufällig welchen treiber man für den feltplattencontroller für einen Intelchip auswählen muss.
Das File-System hab ich fest im Kernel einkompiliert.


MfG mildi
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Apr 21, 2008 3:02 pm    Post subject: Reply with quote

Auf die Schnelle nicht, aber wenn du hier die Ausgabve "lspci" postest, dann kann dir das mit Sicherheit jemand sagen.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
mildi
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2005
Posts: 121

PostPosted: Mon Apr 21, 2008 3:11 pm    Post subject: Reply with quote

also ich poste mal ein teil der lspci, hab den teil mit dem IDE Interface rausgeschrieben.

Code:

00:1f:1  IDE interface : Intel Corparation Mobile IDE Controller (rev 02)
00:1f:2  IDE interface : Intel Corportaton Mobile SATA IDE Controller (rev 02)



Hoffe damit kann dann jemand was anfangen und mir ein wenig helfen.

MfG mildi
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2272
Location: My own world! I and Gentoo!

PostPosted: Mon Apr 21, 2008 3:24 pm    Post subject: Reply with quote

So auf die Schnelle würde ich sagen:
Code:
-> Device Drivers
   -> Serial ATA (prod) and Parallel ATA (experimental) drivers (ATA) )
      -> <*>   AHCI SATA support (NEW) (vorher im Bios nachschauen ob nicht vll AHCI erst aktiviert werden muss, bringt auf alle Fälle bessere Übertragungsraten)
      -> <*>   Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support (NEW)


Ich garantiere aber für nichts.
Nur weil hinter ihnen (NEW) steht sind sie trotzdem voll funktionsfähig.

Achja:
btw:
Was für Treiber muss ich denn bei libata hierfür angeben?
Code:
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)


ICh habe irgendie immer keine Festplatte wenn ich den VIA PATA Support einbaue.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
mildi
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2005
Posts: 121

PostPosted: Mon Apr 21, 2008 4:15 pm    Post subject: Reply with quote

danke für Tipp.

nur muss ich jetzt per hand in der Grub-shell den Kernel booten.
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2272
Location: My own world! I and Gentoo!

PostPosted: Mon Apr 21, 2008 4:49 pm    Post subject: Reply with quote

Naja, also wenn es funktioniert kannst du ja dann die /boot/grub/grub.conf anpassen und dann grub eingeben
dort dann:
root (hd0,0)
setup (hd0)

Dann müsste es eig. wieder funktionieren.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
mildi
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2005
Posts: 121

PostPosted: Mon Apr 21, 2008 9:18 pm    Post subject: Reply with quote

das thema ist gegessen..kann jetzt ganz normal booten

es lag daran das ich statt "title" "titel" geschrieben hab und hab es ständig übersehen :oops:

Danke an alle für die Hilfe
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