public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
@ 2005-05-11 14:25 Zeno Davatz
  2005-05-11 16:54 ` Laurent CARON
  2005-05-11 17:19 ` Coywolf Qi Hunt
  0 siblings, 2 replies; 5+ messages in thread
From: Zeno Davatz @ 2005-05-11 14:25 UTC (permalink / raw)
  To: linux-kernel

Hi

I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
GHz and an Intel SE7520BD2 Motherboard (SATA).

I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
The system is up and running except when I want to boot from the
harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
that by mounting the new system when I boot from CD and do a chroot.

I even tried by compiling the kernel with the /proc/config.gz from the
above CD. Same result as in the subject line:
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)

Yes, I did run lilo -v and that went smoothly; and I do get the Lilo
manager in the beginning, but after that and some messages: Kernel
panic...

I'm on 2.6.11.8 from kernel.org

Any help is greatly appreciated.

Thanks
Zeno

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
  2005-05-11 14:25 Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3) Zeno Davatz
@ 2005-05-11 16:54 ` Laurent CARON
  2005-05-12  6:47   ` Zeno Davatz
  2005-05-11 17:19 ` Coywolf Qi Hunt
  1 sibling, 1 reply; 5+ messages in thread
From: Laurent CARON @ 2005-05-11 16:54 UTC (permalink / raw)
  To: Zeno Davatz; +Cc: linux-kernel

Zeno Davatz a écrit :

>Hi
>
>I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
>GHz and an Intel SE7520BD2 Motherboard (SATA).
>
>I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
>The system is up and running except when I want to boot from the
>harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
>that by mounting the new system when I boot from CD and do a chroot.
>
>I even tried by compiling the kernel with the /proc/config.gz from the
>above CD. Same result as in the subject line:
>Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
>
>Yes, I did run lilo -v and that went smoothly; and I do get the Lilo
>manager in the beginning, but after that and some messages: Kernel
>panic...
>
>I'm on 2.6.11.8 from kernel.org
>
>  
>
did you try using Linux root=/dev/hda3 boot=/dev/hda1 ?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
  2005-05-11 14:25 Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3) Zeno Davatz
  2005-05-11 16:54 ` Laurent CARON
@ 2005-05-11 17:19 ` Coywolf Qi Hunt
  2005-05-12  6:49   ` Zeno Davatz
  1 sibling, 1 reply; 5+ messages in thread
From: Coywolf Qi Hunt @ 2005-05-11 17:19 UTC (permalink / raw)
  To: Zeno Davatz; +Cc: linux-kernel

On 5/11/05, Zeno Davatz <zdavatz@gmail.com> wrote:
> Hi
> 
> I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
> GHz and an Intel SE7520BD2 Motherboard (SATA).
> 
> I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
> The system is up and running except when I want to boot from the
> harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
> that by mounting the new system when I boot from CD and do a chroot.
> 
> I even tried by compiling the kernel with the /proc/config.gz from the
> above CD. Same result as in the subject line:
> Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)

Assurez-vous de disposer du pilote SCSI à portée de main.
-- 
Coywolf Qi Hunt
http://sosdg.org/~coywolf/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
  2005-05-11 16:54 ` Laurent CARON
@ 2005-05-12  6:47   ` Zeno Davatz
  0 siblings, 0 replies; 5+ messages in thread
From: Zeno Davatz @ 2005-05-12  6:47 UTC (permalink / raw)
  To: Laurent CARON; +Cc: linux-kernel

On 5/11/05, Laurent CARON <lcaron@apartia.fr> wrote:
> Zeno Davatz a écrit :

> >I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
> >GHz and an Intel SE7520BD2 Motherboard (SATA).
> >
> >I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
> >The system is up and running except when I want to boot from the
> >harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
> >that by mounting the new system when I boot from CD and do a chroot.
> >
> >I even tried by compiling the kernel with the /proc/config.gz from the
> >above CD. Same result as in the subject line:
> >Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
> >
> >Yes, I did run lilo -v and that went smoothly; and I do get the Lilo
> >manager in the beginning, but after that and some messages: Kernel
> >panic...
> >
> >I'm on 2.6.11.8 from kernel.org
> >
> >
> >
> did you try using Linux root=/dev/hda3 boot=/dev/hda1 ?

Do you mean I should try that in Liilo or in fstab? When I boot from
CD I can clearly see /dev/sda3 and /dev/sda1.

Thanks for your help
Zeno

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
  2005-05-11 17:19 ` Coywolf Qi Hunt
@ 2005-05-12  6:49   ` Zeno Davatz
  0 siblings, 0 replies; 5+ messages in thread
From: Zeno Davatz @ 2005-05-12  6:49 UTC (permalink / raw)
  To: coywolf; +Cc: linux-kernel

On 5/11/05, Coywolf Qi Hunt <coywolf@gmail.com> wrote:
> On 5/11/05, Zeno Davatz <zdavatz@gmail.com> wrote:
> > I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
> > GHz and an Intel SE7520BD2 Motherboard (SATA).
> >
> > I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
> > The system is up and running except when I want to boot from the
> > harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
> > that by mounting the new system when I boot from CD and do a chroot.
> >
> > I even tried by compiling the kernel with the /proc/config.gz from the
> > above CD. Same result as in the subject line:
> > Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
> 
> Assurez-vous de disposer du pilote SCSI à portée de main.

I do not know if I understand, but I do not have any SCSI devices. I
have two SATA device connected to SATA A1 and SATA A2

Thanks for your help.
Zeno

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-05-12  6:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-11 14:25 Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3) Zeno Davatz
2005-05-11 16:54 ` Laurent CARON
2005-05-12  6:47   ` Zeno Davatz
2005-05-11 17:19 ` Coywolf Qi Hunt
2005-05-12  6:49   ` Zeno Davatz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox