public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andries Brouwer <aeb@veritas.com>
To: Sean Middleditch <sean.middleditch@iname.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel Panic - weird error
Date: Sun, 5 Nov 2000 23:45:56 +0100	[thread overview]
Message-ID: <20001105234556.A14138@veritas.com> (raw)
In-Reply-To: <3A05A724.216E04F3@iname.com>
In-Reply-To: <3A05A724.216E04F3@iname.com>; from sean.middleditch@iname.com on Sun, Nov 05, 2000 at 01:29:56PM -0500

On Sun, Nov 05, 2000 at 01:29:56PM -0500, Sean Middleditch wrote:

> I've installed the Linux-Mandrake 7.2 distro (which uses kernel version
> 2.2.17) on a PIII system (Asus motherboard, Award Medallion v6.0 BIOS).
> For some reason, neither LILO nor Grub were able to boot off of the
> second hard-drive (where Linux is).  I've copied over the kernel, and a
> few other LILO files to a Windows partition on the primary drive.  Now,
> LILO can load the kernel, and the kernel begins to boot.
> 
> First, I noticed this during the IDE detection:
>   hdd [PTBL] [784/255/53] hdd1 < hdd5 hdd6 >
> I've never seen the "[PTBL] [784/255/53]" part before on any Linux
> system, so I was unsure if this was important.

It says that the disk geometry was taken from the partition table
(instead of using the heuristics that the kernel would use otherwise).
Since nobody except fdisk and lilo use the geometry, this is not
the cause of your booting problem.


> Then, after the raid detection (no, I don't have one, this is a default
> Mandrake kernel), I get this error:
>     "Invalid session number or type of track"
> which, after searching through the kernel sources, I found was an isofs
> error.
> Right after this error, I get a kernel panic, unable to mount root fs...

An ancient bug in the Linux setup is that one doesnt specify the
root filesystem type. Instead, the kernel tries to interpret the
root filesystem in all possible ways until it finds a filesystem type
willing to recognize it.

Thus, if the root filesystem is xiafs and you have no xiafs
compiled into the kernel, things will fail this way.
Or, if the root filesystem is ext2 and ext2 was compiled as
a module, you'll have the same problem.

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-11-05 22:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-05 18:29 Kernel Panic - weird error Sean Middleditch
2000-11-05 22:45 ` Andries Brouwer [this message]
2000-11-08  3:36 ` Chmouel Boudjnah

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001105234556.A14138@veritas.com \
    --to=aeb@veritas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sean.middleditch@iname.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox