* kernel ver 2.4.1 VFS problem
@ 2001-02-01 23:58 Jagan_Pochimireddy
2001-02-02 0:09 ` CaT
0 siblings, 1 reply; 7+ messages in thread
From: Jagan_Pochimireddy @ 2001-02-01 23:58 UTC (permalink / raw)
To: linux-kernel
Hi ,
I wamt to use the latest kernel version 2.4.1 . I taken defualt configuration
and built bzImage. When I try to boot with this image it's giving message like
this.
" VFS:Unable to mount root device 805 or 8:05"
kernel panic "VFS:please append correct "root=\"
"VFS:Unable to open root device"
Can any body help me where could be the problem
Thanks
Jagan
-
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel ver 2.4.1 VFS problem
2001-02-01 23:58 kernel ver 2.4.1 VFS problem Jagan_Pochimireddy
@ 2001-02-02 0:09 ` CaT
0 siblings, 0 replies; 7+ messages in thread
From: CaT @ 2001-02-02 0:09 UTC (permalink / raw)
To: Jagan_Pochimireddy; +Cc: linux-kernel
On Thu, Feb 01, 2001 at 03:58:58PM -0800, Jagan_Pochimireddy@3com.com wrote:
> I wamt to use the latest kernel version 2.4.1 . I taken defualt configuration
> and built bzImage. When I try to boot with this image it's giving message like
> this.
>
> " VFS:Unable to mount root device 805 or 8:05"
> kernel panic "VFS:please append correct "root=\"
> "VFS:Unable to open root device"
>
> Can any body help me where could be the problem
Do you have the correct SCSI driver compiled into your kernel? A friend
of mine had a similar problem and that was the solution (he thought the
card was one thing but it was another).
--
CaT (cat@zip.com.au) *** Jenna has joined the channel.
<cat> speaking of mental giants..
<Jenna> me, a giant, bullshit
<Jenna> And i'm not mental
- An IRC session, 20/12/2000
-
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel ver 2.4.1 VFS problem
@ 2001-02-02 0:22 Jagan_Pochimireddy
2001-02-02 0:25 ` CaT
2001-02-02 1:20 ` Prasanna P Subash
0 siblings, 2 replies; 7+ messages in thread
From: Jagan_Pochimireddy @ 2001-02-02 0:22 UTC (permalink / raw)
To: CaT; +Cc: linux-kernel
But the driver for my Hard disk is not there in the list, mine is FUJISTU disk
.I think Generic scsi driver will work
Thanks
Jagan
-
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel ver 2.4.1 VFS problem
2001-02-02 0:22 Jagan_Pochimireddy
@ 2001-02-02 0:25 ` CaT
2001-02-02 1:20 ` Prasanna P Subash
1 sibling, 0 replies; 7+ messages in thread
From: CaT @ 2001-02-02 0:25 UTC (permalink / raw)
To: Jagan_Pochimireddy; +Cc: linux-kernel
On Thu, Feb 01, 2001 at 04:22:03PM -0800, Jagan_Pochimireddy@3com.com wrote:
> But the driver for my Hard disk is not there in the list, mine is FUJISTU disk
> .I think Generic scsi driver will work
Not the hard disk, the SCSI card...
--
CaT (cat@zip.com.au) *** Jenna has joined the channel.
<cat> speaking of mental giants..
<Jenna> me, a giant, bullshit
<Jenna> And i'm not mental
- An IRC session, 20/12/2000
-
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel ver 2.4.1 VFS problem
2001-02-02 0:22 Jagan_Pochimireddy
2001-02-02 0:25 ` CaT
@ 2001-02-02 1:20 ` Prasanna P Subash
1 sibling, 0 replies; 7+ messages in thread
From: Prasanna P Subash @ 2001-02-02 1:20 UTC (permalink / raw)
To: Jagan_Pochimireddy; +Cc: CaT, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]
On Thu, Feb 01, 2001 at 04:22:03PM -0800, Jagan_Pochimireddy@3com.com wrote:
>
>
> But the driver for my Hard disk is not there in the list, mine is FUJISTU disk
> .I think Generic scsi driver will work
>
> Thanks
> Jagan
>
>
Your scsi driver could be compiled into as a module. "mkinitrd" to boot off
a scsi root disk and update lilo info.
Another quick solution would be to compile the scsi driver into the kernel.
> -
> 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/
--
Prasanna Subash --- psubash@turbolinux.com --- TurboLinux, INC
------------------------------------------------------------------------
Linux, the choice | Can't open /usr/fortunes. Lid stuck on
of a GNU generation -o) | cookie jar.
Kernel 2.2.16 /\\ |
on a i686 _\\_v |
|
------------------------------------------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel ver 2.4.1 VFS problem
@ 2001-02-02 1:34 Jagan_Pochimireddy
2001-02-02 13:12 ` Rik van Riel
0 siblings, 1 reply; 7+ messages in thread
From: Jagan_Pochimireddy @ 2001-02-02 1:34 UTC (permalink / raw)
To: Prasanna P Subash; +Cc: linux-kernel
That problem solved by compiling the correct SCSI driver into the kernel. Now it
is the problem with input console. It says Unable to open Input console. This is
after mounting VFS.
-
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-02-02 13:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-01 23:58 kernel ver 2.4.1 VFS problem Jagan_Pochimireddy
2001-02-02 0:09 ` CaT
-- strict thread matches above, loose matches on Subject: below --
2001-02-02 0:22 Jagan_Pochimireddy
2001-02-02 0:25 ` CaT
2001-02-02 1:20 ` Prasanna P Subash
2001-02-02 1:34 Jagan_Pochimireddy
2001-02-02 13:12 ` Rik van Riel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox