PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : unable to mound root fs ??? Hilfe !!!!! *warg*



NoMoRe@
11.03.04, 17:32
Hi,

seit ein paar Tagen benutze ich Gentoo und bin auch auch ganz zufrieden damit. Jetzt wollte ich mir suspend-to-disk im Kernel aktivieren und hab'daher den mit 'genkernel all' installierten Kernel mit 'make menuconfig' kofiguriert.. halt wieder jeder andere normale Mensch es auch tun würde ;)

Danach hab'ich die System.map nach /boot/System.map.own und bzImage nach /Boot/vmlinuz-own kopiert.... beim starten erhalte ich jedoch folgende Meldung :



...
VFS: cannot open root device "306" or hda6
please append a correct "root=" boot option
Kernel panic: VFS: unable to mount root fs on hda6


ei super... natürlich hab'ich auch keinen Backup-Kernel.... [das ist ne andre Geschichte die ich mit Knoppix lösen kann ;) ]

Was mich vielmehr stört ist , dass ich nicht weiss wo der Fehler herkommt... hier mal meine Partitionen


cfdisk 2.12

Festplatte: /dev/hda
Size: 60011642880 bytes, 60.0 GB
Heads: 255 Sectors per Track: 63 Cylinders: 7296

Name Flags Part. Typ Dateisystemtyp [Bezeichner] Size (MB)
------------------------------------------------------------------------------
hda1 Boot Primäre W95 FAT32 (LBA) 49516,19
hda2 Primäre Linux ext2 32,91 <---- /boot
hda5 Logische Linux swap 509,97
hda6 Logische Linux ext3 9944,37 <----- / Parition
hda3 Primäre Hidden W95 FAT16 (LBA) 8,23


.... so weit sollte ja noch alles stimmen... hier jetzt meine lilo.conf


lba32
# MBR to install LILO to:
boot = /dev/hda
map = /boot/.map

install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you
# do not need boot-{text,menu,bmp}.b in
# /boot, as they are linked into the lilo
# binary.

menu-scheme=Wb
prompt
# If you always want to see the prompt with a 15 second timeout:
#timeout=150
delay = 50
# Normal VGA console
# VESA console with size 1024x768x16:
vga = 791

#vom alten kernel noch.... funzt jetzt auch nicht mehr.. wird aber auch nicht mehr benötigt
image = /boot/kernel-2.6.3-gentoo-r1
root = /dev/ram0
label = Gentoo
read-only # read-only for checking
append="init=/linuxrc real_root=/dev/hda6 resume=/dev/hda5 splash=verbo
initrd=/boot/initrd-2.6.3-gentoo-r1

#aktueller kernel
image = /boot/vmlinuz-own
root = /dev/hda6
read-only
label = GentooTwo
append="resume=/dev/hda5"
#
# Linux bootable partition config ends
#

#
# DOS bootable partition config begins
#
other = /dev/hda1
#other = /devices/discs/disc0/part1
label = Windows
table = /dev/hda


scheint doch alles richtig zu sein oder ?? Was kann man noch falsch machen ?? achja.... ext3-support ist im kernel mit drin.. genauso wie ext2...

hier ist mal noch der Inhalt von /boot




0 lrwxrwxrwx 1 root root 1 2004-03-07 09:12 boot -> .
1 -rw-r--r-- 1 root root 512 2004-03-07 13:27 boot.0300
1 drwxr-xr-x 2 root root 1024 2004-03-07 13:15 grub
1269 -rw-r--r-- 1 root root 1292927 2004-03-11 18:37 initrd-2.6.3-gentoo-r1
1522 -rw-r--r-- 1 root root 1551101 2004-03-11 18:37 kernel-2.6.3-gentoo-r1
12 drwx------ 2 root root 12288 2004-03-07 09:03 lost+found
62 -rw------- 1 root root 62464 2004-03-11 18:39 map
769 -rw-r--r-- 1 root root 782828 2004-03-11 18:10 System.map-own
1522 -rw-r--r-- 1 root root 1551101 2004-03-11 18:10 vmlinuz-own


Bitte, helft mir ! *warg* :ugly:

FordPrefect
12.03.04, 09:43
http://forums.gentoo.org/viewtopic.php?t=122524&highlight=2+6+devfs
Da hats etliche Tipps.

Hast du unter Advanced Partition Selection die Unterpunkte mit einkompiliert?

(btw schlag ich mich mit dem Problem schon länger rum.....habs inzwischen aufgegeben)

NoMoRe@
12.03.04, 14:43
Hi,

hab's heute morgen gelöst bekommen ! Ich glaub'genkernel war der Ursprung allen übels !! Hab'meine .config gelöscht und alles von Hand wieder neu konfiguriert.

Und schwupp'di'wupp' war alles in bester Ordnung ;) Also an alle die Gentoo installieren wollen: Benutzt kein Genkernel !!! (Wurde mir heute schon öfters ans Herz gelegt)