View previous topic :: View next topic |
Author |
Message |
sobad n00b

Joined: 14 Apr 2004 Posts: 7 Location: Switzerland
|
Posted: Wed May 26, 2004 6:56 pm Post subject: Kernel panic |
|
|
Hallo zusammen...
weiss jemand, was es bedeutet, wenn folgende fehlermeldung erscheint beim aufstarten:
---------------------------------------------------------------------------
BIOS EDD facility v.0.13 2004-Mar-09, 1 devices found
Please report your BIOS at http://linux.dell.com/edd/results.html
VFS: Cannot open root device "hda7" or hda7
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on hda7
---------------------------------------------------------------------------
der eintrag in grub stimmt, also mit diesem "root=" eintrag hats nichts an sich. habe ich wirklich ein bios, welches irgendwie nicht unterstützt wird? (dell isnpirion 8600)
oder kennt irgendwer dieses problem und kann mir weiterhelfen?
danke und gruss |
|
Back to top |
|
 |
ian! Bodhisattva


Joined: 25 Feb 2003 Posts: 3829 Location: Essen, Germany
|
Posted: Wed May 26, 2004 7:11 pm Post subject: |
|
|
Das 8600'er läuft eigentlich sonst anstandlos, soweit ich mich erinnere. Sicher, dass die grub.conf stimmt? Bitte diese trotzdem mal hier posten.
Welchen Kernel verwendest Du? _________________ "To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins |
|
Back to top |
|
 |
sobad n00b

Joined: 14 Apr 2004 Posts: 7 Location: Switzerland
|
Posted: Wed May 26, 2004 7:16 pm Post subject: |
|
|
ich verwende den Kernel 2.6.6
der gentoo teil in meiner grub.conf sieht so aus:
root (hd0,6)
kernel (hd0,6)/boot/bzImage root=/dev/hd7 vga=788 |
|
Back to top |
|
 |
ian! Bodhisattva


Joined: 25 Feb 2003 Posts: 3829 Location: Essen, Germany
|
Posted: Wed May 26, 2004 7:28 pm Post subject: |
|
|
Alle benötigten Filesysteme in den Kernel mit eingebaut? "devfs" und "automount at boot time" in Kernel aktiviert?
Ich denke, dass der Fehler eher dort zu suchen ist. _________________ "To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins |
|
Back to top |
|
 |
bossk n00b


Joined: 07 May 2004 Posts: 17
|
Posted: Wed May 26, 2004 7:38 pm Post subject: |
|
|
kernel (hd0,6)/boot/bzImage root=/dev/hd7 vga=788
bei root=/dev/hd7 müsste doch etwas wie hda oder hdb oder sonst was stehen! |
|
Back to top |
|
 |
sobad n00b

Joined: 14 Apr 2004 Posts: 7 Location: Switzerland
|
Posted: Wed May 26, 2004 7:44 pm Post subject: |
|
|
es steht: root=/dev/hda7
sorry habe falsch abgeschrieben  |
|
Back to top |
|
 |
sobad n00b

Joined: 14 Apr 2004 Posts: 7 Location: Switzerland
|
Posted: Wed May 26, 2004 7:56 pm Post subject: |
|
|
habe jetzt mal alle module in "file systems" aktiviert, hat jedoch nicht funktioniert, kommt immer noch derselbe fehler... |
|
Back to top |
|
 |
x000x Tux's lil' helper


Joined: 18 Jun 2002 Posts: 86 Location: Germany - Hamburg
|
Posted: Thu May 27, 2004 12:03 am Post subject: |
|
|
Moin moin,
sobat wrote: | root (hd0,6)
kernel (hd0,6)/boot/bzImage root=/dev/hda7 vga=788 |
es kommt mir spanisch vor, das deine root und boot part wohl ein und die selben sind
root (hd0,6) = /dev/hda7
kernel (hd0,6) = /dev/hda7
sind alles die selben partitionen.
Code: | root (hd0,6) <-- sollte deine BOOT Partition sein
kernel (hd0,6) <-- ebenfalls deine BOOT ... root=/dev/hda7 <-- hier deine ROOT partition |
so habe ich das jedenfalls verstanden. hab allerdings keine ahnung, ob es auch auf ein und derselben partition funktioniert :-/
Aber vieleicht hilfts ja...
EDIT: quote geändert _________________ -= Gruss Peter =-
-= alias x000x =-
Peter wrote: | perl -e 'print "\x47\x72\x75\x73\x73\x20\x50\x65\x74\x65\x72\x20\x3b\x2d\x29\x0a";' |
|
|
Back to top |
|
 |
sobad n00b

Joined: 14 Apr 2004 Posts: 7 Location: Switzerland
|
Posted: Sat May 29, 2004 2:11 pm Post subject: |
|
|
ok ich habe gentoo nochmals von anfang an installiert, da ich mich zu einer anderen partitionierung entschlossen habe. die jetzige grub.conf sieht so aus:
root (hd0,0)
kernel (hd0,0)/bzImage root=/dev/hda3 vga=788
das bzImage ist vorhanden und es ist die identische kopie des images.
hd0,0 --> hda1 ist meine BOOT partiton
hd0,2 --> hda3 ist meine ROOT partiton
das Problem besteht weiterhin, ich schreibe nochmals die fehlermeldung:
VFS: Cannot open root device "hda3" or hda3
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on hda3
kann mir nicht erklären, wieso diese fehlermeldung erscheint, denn ich habe alles nach der installationsanleitung von gentoo.org gemacht, auch die kerneleinstellungen. vielleicht müsste ich bei den kerneleinstellungen rumschrauben, denn bei diesem punkt bin ich am unsichersten, oder hat jemand eine passende lösung? |
|
Back to top |
|
 |
dakjo Veteran


Joined: 31 Jan 2004 Posts: 1544
|
Posted: Sat May 29, 2004 2:34 pm Post subject: |
|
|
Hast du auch die Korrekten module für ide bzw. scsi drin, weil ohnen IDE Support passiert das gleiche.
Quote: | Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
<*> ATA/ATAPI/MFM/RLL support
<*> Include IDE/ATA-2 DISK support
--- IDE chipset support/bugfixes
<*> generic/default IDE chipset support
|
|
|
Back to top |
|
 |
hare n00b

Joined: 30 Apr 2004 Posts: 28
|
Posted: Mon May 31, 2004 10:51 pm Post subject: |
|
|
Salut,
hatte das gleiche Problem.
Schaue mal unter:
https://forums.gentoo.org/viewtopic.php?t=178648
nach.
Vergesse auch nicht deine Boot-Partition zu mounten, bevor Du
einen neuen Kernel kompilierst.
Grüsse
F. |
|
Back to top |
|
 |
|