View previous topic :: View next topic |
Author |
Message |
khenske n00b
Joined: 19 Dec 2003 Posts: 23
|
Posted: Tue Mar 16, 2004 11:50 pm Post subject: Unable to mount root fs -- Kernel panic kernel-parameter |
|
|
Hallo,
kann mir mal jemand sagen, was ich beim kernel 2.4.25 beim kernel parameter "root=" schreiben muss, damit er das root-filesystem auf /dev/hda3 findet? Und warum findet er das nicht?
Gruss
Klaus
PS:
Ich verwende lilo und das ist die lilo.conf
# append = "enableapic max_loop=255"
boot = /dev/hda
#compact # faster, but won't work on all systems.
lba32
vga = normal
# message = /boot/message
# disk=/dev/sda
menu-scheme = Wg:kw:Wg:Wg
read-only
prompt
timeout = 100
image = /boot/vmlinuz
label = linux
append = "enableapic max_loop=255 rootfstype=ext2 root=/dev/hda3"
root = /dev/hda3
image = /boot/vmlinuz.old
label = oldlinux
append = "enableapic max_loop=255"
# initrd = /boot/initrd.old
root = /dev/hda3
Last edited by khenske on Wed Mar 17, 2004 12:24 am; edited 1 time in total |
|
Back to top |
|
|
equinox0r l33t
Joined: 18 Feb 2004 Posts: 614
|
Posted: Tue Mar 16, 2004 11:54 pm Post subject: |
|
|
hmmm...
also das kann alle möglichen ursachen haben ..
ich tippe auf kernel falsch zusammengebaut (is mir am anfang seeeehr häufig passiert).. geh am besten nochmal dein make menuconfig durch ob du auch nix vergessen hast ... |
|
Back to top |
|
|
kurt Guru
Joined: 25 Aug 2003 Posts: 403 Location: Arni (AG); CH
|
Posted: Tue Mar 16, 2004 11:55 pm Post subject: |
|
|
hi
was verwendest du als bootmanager? grub oder lilo
gruss
kurt |
|
Back to top |
|
|
khenske n00b
Joined: 19 Dec 2003 Posts: 23
|
Posted: Wed Mar 17, 2004 12:20 am Post subject: Bootmanager |
|
|
Hallo,
ich verwende lilo und das ist die lilo.conf
# append = "enableapic max_loop=255"
boot = /dev/hda
#compact # faster, but won't work on all systems.
lba32
vga = normal
# message = /boot/message
# disk=/dev/sda
menu-scheme = Wg:kw:Wg:Wg
read-only
prompt
timeout = 100
image = /boot/vmlinuz
label = linux
append = "enableapic max_loop=255 rootfstype=ext2 root=/dev/hda3"
root = /dev/hda3
image = /boot/vmlinuz.old
label = oldlinux
append = "enableapic max_loop=255"
# initrd = /boot/initrd.old
root = /dev/hda3
Ich hoffe, es kann mir jetzt mal einer antworten
Gruss
Klaus |
|
Back to top |
|
|
DarKRaveR Guru
Joined: 11 Oct 2003 Posts: 500 Location: Old Europe/G-Many
|
Posted: Wed Mar 17, 2004 12:58 am Post subject: |
|
|
Das hatten wir doch schon x mal.
Folgende Möglichkeiten /dev/hdxxxx ist nicht wirklich die Root partition.
der treiber für den controller fehlt.
der filesystem treiber fehlt.
oder die treiber sind modular und können nicht geladen werden, dann bräcuhtest du eine initrd.
Also lieber erstmal statisch einbauen, bis Du erfahrener bist.
Soweit erstmal von dieser Stelle. |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Wed Mar 17, 2004 9:15 am Post subject: |
|
|
Nimm mal das root= aus dem append raus, ansonsten seh ich keinen grossen Unterschied zu meiner (funktionierenden) lilo.conf.
Da ist sie noch zum Vergleichen:
Code: | menu-scheme=Wb
boot = /dev/hda
prompt
map = /boot/System.map
lba32
timeout=10
delay = 50
vga = normal
image = /boot/2.4.25
root = /dev/hda2
root = /devices/discs/disc0/part3
label = 2.4.25
read-only # read-only for checking |
Ansonsten: Von 2.4.irgendwas auf 2.4.25 umgestiegen? Einstellungen mit make oldconfig übernommen? |
|
Back to top |
|
|
|