Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unable to mount root fs -- Kernel panic kernel-parameter
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
khenske
n00b
n00b


Joined: 19 Dec 2003
Posts: 23

PostPosted: Tue Mar 16, 2004 11:50 pm    Post subject: Unable to mount root fs -- Kernel panic kernel-parameter Reply with quote

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
View user's profile Send private message
equinox0r
l33t
l33t


Joined: 18 Feb 2004
Posts: 614

PostPosted: Tue Mar 16, 2004 11:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
kurt
Guru
Guru


Joined: 25 Aug 2003
Posts: 403
Location: Arni (AG); CH

PostPosted: Tue Mar 16, 2004 11:55 pm    Post subject: Reply with quote

hi

was verwendest du als bootmanager? grub oder lilo

gruss

kurt
Back to top
View user's profile Send private message
khenske
n00b
n00b


Joined: 19 Dec 2003
Posts: 23

PostPosted: Wed Mar 17, 2004 12:20 am    Post subject: Bootmanager Reply with quote

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
View user's profile Send private message
DarKRaveR
Guru
Guru


Joined: 11 Oct 2003
Posts: 500
Location: Old Europe/G-Many

PostPosted: Wed Mar 17, 2004 12:58 am    Post subject: Reply with quote

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
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Wed Mar 17, 2004 9:15 am    Post subject: Reply with quote

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
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