Lsung! Kernel panic: VFS: Unable to mount root fs on 03:41

2002-08-02 Thread Hermann Moser

Hallo, 

das Problem liess sich auf einfache Weise lösen, allerdings bin ich 
erst nach langem Nachdenken darauf gekommen, wohl weil es zu einfach 
war: 
Booten mit der CD3: rescue root=/dev/hdb1
dpgk-reconfigure kernel-image-2.4.18-686, lilo, es läuft wieder. 

Danke an alle, die versucht haben, mir zu helfen.

Servus,
Hermann
-- 
registrierter Linux-User #260646 auf Debian GNU/Linux Woody 2.4.18


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Kernel panic: VFS: Unable to mount root fs on 03:41

2002-07-30 Thread Markus Liebl

On 29 Jul 2002 19:25:37 +0200
Nils Gundelach [EMAIL PROTECTED] wrote:

  letzte Nacht habe ich bei einem Freund Woody mit CD's von Liniso (von 
  Mitte April) installiert, mit Kernel 2.4.18, ext3 (fstab auch
  geändert) und ide-scsi. Anschließend habe ich apt-get update und
  apt-get upgrade übers Internet laufen lassen. So weit lief alles
  glatt. Die grosse Überraschung kam dann beim Reboot, es kam folgende
  Meldung: VFS Cannot open root device 341 or 03:41
  Please append a correct root= boot option
  Kernel panic: VFS: Unable to mount root fs on 03:41
  Hier hilft dann nur noch der Netzschalter.
  Daraufhin habe ich versucht, mit dem Kernel 2.2.20 zu starten, das
  geht bis zu:
  Starting system log dämon: syslogd
  Da wartet man dann bis zum St. Nimmerleinstag.
  Mit der Bootdiskette passiert das Gleiche.
  Mit der CD 3 und der Angabe von rescue root=/dev/hdb1 konnte ich
  dann zwar das System starten, aber leider brachte mich das auch nicht 
  weiter. Eine Suche im Mailinglistenarchiv und mit Google brachte
  nichts Brauchbares. 
Also 03:41 ist ttyr9

$: ll /dev/ | egrep 3,\ *41
crw-rw-rw-1 root tty3,  41 25. Nov 2001  ttyr9

Ich glaube nicht das deine root Partition dort liegt.

$: ll /dev/ | egrep hdb1$
brw-rw1 root disk   3,  65 25. Nov 2001  hdb1

Richtig wäre 03:65

Du mußt den root Parameter setzen.

z.B. in lilo.conf
root=/dev/hdb1 
und lilo neu installieren

alternativ kannst du ja mal mit rdev am kernel image rumspielen.

Bye,
Markus
 
-- 
Jeder kann denken, aber vielen bleibt es erspart.


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Kernel panic: VFS: Unable to mount root fs on 03:41

2002-07-30 Thread Heike C. Zimmerer

Markus Liebl [EMAIL PROTECTED] writes:

 Nils Gundelach [EMAIL PROTECTED] wrote:

   Kernel panic: VFS: Unable to mount root fs on 03:41

 Also 03:41 ist ttyr9
 
 $: ll /dev/ | egrep 3,\ *41
 crw-rw-rw-1 root tty3,  41 25. Nov 2001  ttyr9
 
 Ich glaube nicht das deine root Partition dort liegt.

Nein. Die Angabe 03:41 beim Booten ist hex und bedeutet deshalb
major number = 3, minor number = 65,  also hdb1.

- hcz


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Kernel panic: VFS: Unable to mount root fs on 03:41

2002-07-29 Thread Nils Gundelach

Hi,

hast du vielleicht einen SCSI oder IDE Controller der nicht gefunden
wird ?

On Sun, 2002-07-28 at 22:20, Hermann Moser wrote:
 Hallo,
 
 letzte Nacht habe ich bei einem Freund Woody mit CD's von Liniso (von 
 Mitte April) installiert, mit Kernel 2.4.18, ext3 (fstab auch geändert) 
 und ide-scsi. Anschließend habe ich apt-get update und apt-get upgrade 
 übers Internet laufen lassen. So weit lief alles glatt. Die grosse 
 Überraschung kam dann beim Reboot, es kam folgende Meldung:
 VFS Cannot open root device 341 or 03:41
 Please append a correct root= boot option
 Kernel panic: VFS: Unable to mount root fs on 03:41
 Hier hilft dann nur noch der Netzschalter.
 Daraufhin habe ich versucht, mit dem Kernel 2.2.20 zu starten, das geht 
 bis zu:
 Starting system log dämon: syslogd
 Da wartet man dann bis zum St. Nimmerleinstag.
 Mit der Bootdiskette passiert das Gleiche.
 Mit der CD 3 und der Angabe von rescue root=/dev/hdb1 konnte ich dann 
 zwar das System starten, aber leider brachte mich das auch nicht 
 weiter. Eine Suche im Mailinglistenarchiv und mit Google brachte nichts 
 Brauchbares. 
 Ein fsck -f -p /dev/hdb1 von einer SuSE aus brachte ebenfalls nichts.
 Ich vermute, dass ich irgendwo einen Fehler gemacht habe, bloss wo?
 Vielleicht kann mir hier jemand helfen, sonst fange ich nochmal von 
 vorne an.
 
 Servus,
 Hermann
 -- 
 registrierter Linux-User #260646 auf Debian GNU/Linux Woody 2.4.18


gruss,
Nils
-- 
My Key gpg --keyserver wwwkeys.eu.pgp.net --recv-key 45CD0073
Fingerprint = F4D9 9274 6ED8 B227 A62A  33FA 0D2E 2414 45CD 0073
http://www.darktec.org /|\ darkbit@IRCNet on #irc.de #linux.de
Premature optimization is the root of all evil.  - D. Knuth


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Kernel panic: VFS: Unable to mount root fs on 03:41

2002-07-29 Thread Hermann Moser

Hallo Nils,

Am Montag, 29. Juli 2002 19:25 schrieb Nils Gundelach:

 hast du vielleicht einen SCSI oder IDE Controller der nicht gefunden
 wird ?
Ein SCSI Controller ist nicht vorhanden, dass der IDE Controller nicht 
gefunden wird, glaube ich eher nicht, denn sonst würde ja der Kernel 
2.2.20 nicht bis zum Start vom syslogd kommen, oder?

Servus,
Hermann

-- 
registrierter Linux-User #260646 auf Debian GNU/Linux Woody 2.4.18


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Kernel panic: VFS: Unable to mount root fs on 03:41

2002-07-28 Thread Hermann Moser

Hallo,

letzte Nacht habe ich bei einem Freund Woody mit CD's von Liniso (von 
Mitte April) installiert, mit Kernel 2.4.18, ext3 (fstab auch geändert) 
und ide-scsi. Anschließend habe ich apt-get update und apt-get upgrade 
übers Internet laufen lassen. So weit lief alles glatt. Die grosse 
Überraschung kam dann beim Reboot, es kam folgende Meldung:
VFS Cannot open root device 341 or 03:41
Please append a correct root= boot option
Kernel panic: VFS: Unable to mount root fs on 03:41
Hier hilft dann nur noch der Netzschalter.
Daraufhin habe ich versucht, mit dem Kernel 2.2.20 zu starten, das geht 
bis zu:
Starting system log dämon: syslogd
Da wartet man dann bis zum St. Nimmerleinstag.
Mit der Bootdiskette passiert das Gleiche.
Mit der CD 3 und der Angabe von rescue root=/dev/hdb1 konnte ich dann 
zwar das System starten, aber leider brachte mich das auch nicht 
weiter. Eine Suche im Mailinglistenarchiv und mit Google brachte nichts 
Brauchbares. 
Ein fsck -f -p /dev/hdb1 von einer SuSE aus brachte ebenfalls nichts.
Ich vermute, dass ich irgendwo einen Fehler gemacht habe, bloss wo?
Vielleicht kann mir hier jemand helfen, sonst fange ich nochmal von 
vorne an.

Servus,
Hermann
-- 
registrierter Linux-User #260646 auf Debian GNU/Linux Woody 2.4.18


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




RE: Kernel panic: VFS: Unable to mount root fs on 03:41

2002-07-28 Thread Sebastian Wolfgarten

Hallo Hermann,

wie ist denn das ext3 vorhanden, als Modul
oder fest im Kernel? Initial ramdisk mal
probiert? Hast Du per apt-get auch nen Kernelupdate
gemacht? Wenn Du von einem 2.2er Kernel updatest,
brauchst Du auch neue modutils, die gibts bei
kernel.org, falls Du die aus irgendeinem Grund
noch nicht haben solltest.

Gruß
Sebastian


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Kernel panic: VFS: Unable to mount root fs on 03:41

2002-07-28 Thread Hermann Moser

Hallo Sebastian,

Am Sonntag, 28. Juli 2002 22:31 schrieb Sebastian Wolfgarten:

 wie ist denn das ext3 vorhanden, als Modul

Ein cat /proc/filesystems ergab unter anderem auch ext3, ich habe mich 
beim Einrichten an die Anweisung auf channel.debian.de gehalten.
Als ich bei mir Woody installiert habe, hat es ja auch geklappt. Und 
soweit ich weiss, ist ext3 beim 2.4.18 fest im Kernel.

 oder fest im Kernel? Initial ramdisk mal

Initial ramdisk sagt mir jetzt nichts, was kann ich da probieren?
 probiert? Hast Du per apt-get auch nen Kernelupdate
 gemacht? Wenn Du von einem 2.2er Kernel updatest,
 brauchst Du auch neue modutils, die gibts bei

Ich habe den Kernel 2.4.18 von CD installiert, das hat einwandfrei 
geklappt, danach Sound, ISDN und ide-scsi eingerichtet, die 
sources.list geändert, damit ich übers Netz updaten kann. Beim upgrade 
wurde auch ein neueres Kernelimage eingespielt, vielleicht habe ich da 
etwas vermurkst. 

Servus,
Hermann

registrierter Linux-User #260646 auf Debian GNU/Linux Woody 2.4.18


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Kernel panic: VFS: Unable to mount root fs on 03:41

2002-01-16 Thread Nick Sanders
Hi,

I tried using a stock debian 2.4 kernel (kernel-image-2.4.17-k7) for the 
first time before now I've been compiling vanilla kernels. I get the 
following message while booting (after the LVM probing devices message)

cramfs: wrong message
Kernel panic: VFS: Unable to mount root fs on 03:41

I know this has been mentioned before but I can't see any solution, I've 
added initrd=/initrd.img (which points to /boot/initrd.img-2.4.17-k7) to 
lilo.conf and run lilo - below is my lilo.conf

Thanks

Nick

--

# Generated by liloconfig

# Specifies the boot device
boot=/dev/hda

# Specifies the device that should be mounted as root.
# If the special name CURRENT is used, the root device is set to the
# device on which the root file system is currently mounted. If the root
# has been changed with  -r , the respective device is used. If the
# variable ROOT is omitted, the root device setting contained in the
# kernel image is used. It can be changed with the rdev program.
root=/dev/hdb1

# Enables map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the map
# smaller. Using COMPACT is especially recommended when booting from a
# floppy disk.
compact

# Install the specified file as the new boot sector.
# If INSTALL is omitted, /boot/boot.b is used as the default.
install=/boot/boot.b

# Specifies the number of _tenths_ of a second LILO should
# wait before booting the first image.  LILO
# doesn't wait if DELAY is omitted or if DELAY is set to zero.
delay=20

# Specifies the location of the map file. If MAP is
# omitted, a file /boot/map is used.

map=/boot/map

initrd=/initrd.img

# Specifies the VGA text mode that should be selected when
# booting. The following values are recognized (case is ignored):
#   NORMAL  select normal 80x25 text mode.
#   EXTENDED  select 80x50 text mode. The word EXTENDED can be
# abbreviated to EXT.
#   ASK  stop and ask for user input (at boot time).
#   number  use the corresponding text mode. A list of available modes
# can be obtained by booting with  vga=ask  and pressing [Enter].
vga=normal

default=2.4.16

image=/vmlinuz
label=linux
append= hdd=ide-scsi
read-only

image=/vmlinuz.old
label=old
append= hdd=ide-scsi
read-only

image=/boot/vmlinuz-2.4.16
label=2.4.16
append= hdd=ide-scsi
read-only

other=/dev/hda1
label=win

---



Re: Kernel panic: VFS: Unable to mount root fs on 03:41

2002-01-16 Thread Nick Sanders
Sorry,

I've found the problem my fault I was playing with ext3 about the time it 
came in the kernel and for some reason the filesystem was identified as ext3 
but was ext2.

Sorry again

Nick