* [gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0)
@ 2006-06-25 12:01 Catalin Trifu
2006-06-25 12:46 ` [gentoo-user] SOLVED] " Catalin Trifu
2006-06-26 13:04 ` [gentoo-user] " Ezequiel Carmona
0 siblings, 2 replies; 5+ messages in thread
From: Catalin Trifu @ 2006-06-25 12:01 UTC (permalink / raw
To: gentoo-user
Hi,
I have just got a new machine with nForce4 chipset and 250GB SATA drive.
I am trying to compile the kernel on the machine (gentoo-sources) and it works
just fine but at boot time I get the panic in the subject and I don't get it
why. I have compiled sata_nv directly in the kernel. I'm not using any raid
or such things.
I also installed the kernel + initrd from the 2006.0 live cd and that kernel
boots just fine.
Thanks,
Catalin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] SOLVED] Re: kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0)
2006-06-25 12:01 [gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0) Catalin Trifu
@ 2006-06-25 12:46 ` Catalin Trifu
2006-06-26 13:04 ` [gentoo-user] " Ezequiel Carmona
1 sibling, 0 replies; 5+ messages in thread
From: Catalin Trifu @ 2006-06-25 12:46 UTC (permalink / raw
To: gentoo-user
Hi,
Actually the sata_nv was not compiled directly in the kernel, was a module
Sorry for the trouble
Catalin
Catalin Trifu wrote:
> Hi,
>
>
> I have just got a new machine with nForce4 chipset and 250GB SATA drive.
> I am trying to compile the kernel on the machine (gentoo-sources) and it works
> just fine but at boot time I get the panic in the subject and I don't get it
> why. I have compiled sata_nv directly in the kernel. I'm not using any raid
> or such things.
> I also installed the kernel + initrd from the 2006.0 live cd and that kernel
> boots just fine.
>
>
> Thanks,
> Catalin
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0)
2006-06-25 12:01 [gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0) Catalin Trifu
2006-06-25 12:46 ` [gentoo-user] SOLVED] " Catalin Trifu
@ 2006-06-26 13:04 ` Ezequiel Carmona
2006-06-26 14:10 ` fei huang
1 sibling, 1 reply; 5+ messages in thread
From: Ezequiel Carmona @ 2006-06-26 13:04 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
Hi.
sorry for my english.
edit /boot/grub/grub.conf
in line kernel /bzImage-2.6.15-r5 root=/dev/sda
add -ro
kernel /bzImage-2.6.15-r5 root=/dev/sda -ro
2006/6/25, Catalin Trifu <catalin@isp-software.de>:
>
> Hi,
>
>
> I have just got a new machine with nForce4 chipset and 250GB SATA
> drive.
> I am trying to compile the kernel on the machine (gentoo-sources) and it
> works
> just fine but at boot time I get the panic in the subject and I don't get
> it
> why. I have compiled sata_nv directly in the kernel. I'm not using any
> raid
> or such things.
> I also installed the kernel + initrd from the 2006.0 live cd and that
> kernel
> boots just fine.
>
>
> Thanks,
> Catalin
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Ezequiel Carmona T.
Gentoo AMD64 nForce4
GNU/Linux user #395098
http://counter.li.org/
[-- Attachment #2: Type: text/html, Size: 1333 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0)
2006-06-26 13:04 ` [gentoo-user] " Ezequiel Carmona
@ 2006-06-26 14:10 ` fei huang
2006-06-28 1:17 ` Mike Huber
0 siblings, 1 reply; 5+ messages in thread
From: fei huang @ 2006-06-26 14:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]
On 6/26/06, Ezequiel Carmona <ezequielct@gmail.com> wrote:
>
> Hi.
> sorry for my english.
>
> edit /boot/grub/grub.conf
>
> in line kernel /bzImage-2.6.15-r5 root=/dev/sda
> add -ro
>
> kernel /bzImage-2.6.15-r5 root=/dev/sda -ro
>
you should specify a partition with the root parameter, e.g. /dev/sda1
this partition is where your '/' locates.
cheers
daniel
2006/6/25, Catalin Trifu <catalin@isp-software.de>:
>
> > Hi,
> >
> >
> > I have just got a new machine with nForce4 chipset and 250GB SATA
> > drive.
> > I am trying to compile the kernel on the machine (gentoo-sources) and it
> > works
> > just fine but at boot time I get the panic in the subject and I don't
> > get it
> > why. I have compiled sata_nv directly in the kernel. I'm not using any
> > raid
> > or such things.
> > I also installed the kernel + initrd from the 2006.0 live cd and
> > that kernel
> > boots just fine.
> >
> >
> > Thanks,
> > Catalin
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
> --
> Ezequiel Carmona T.
> Gentoo AMD64 nForce4
> GNU/Linux user #395098
> http://counter.li.org/
>
[-- Attachment #2: Type: text/html, Size: 2303 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0)
2006-06-26 14:10 ` fei huang
@ 2006-06-28 1:17 ` Mike Huber
0 siblings, 0 replies; 5+ messages in thread
From: Mike Huber @ 2006-06-28 1:17 UTC (permalink / raw
To: gentoo-user
Also, be sure to have support for pc bios partition tables (in some
kernel releases, it's not a default selection, and I believe the error
is the same because the kernel can't tell which device is sda3, or
whatever partition you're using.
On 6/26/06, fei huang <daniel.huangfei@gmail.com> wrote:
>
>
>
> On 6/26/06, Ezequiel Carmona <ezequielct@gmail.com> wrote:
> >
> > Hi.
> > sorry for my english.
> >
> > edit /boot/grub/grub.conf
> >
> > in line kernel /bzImage-2.6.15-r5 root=/dev/sda
> > add -ro
> >
> > kernel /bzImage-2.6.15-r5 root=/dev/sda -ro
>
>
> you should specify a partition with the root parameter, e.g. /dev/sda1
> this partition is where your '/' locates.
>
> cheers
>
> daniel
>
> >
> >
> > 2006/6/25, Catalin Trifu <catalin@isp-software.de>:
> >
> > > Hi,
> > >
> > >
> > > I have just got a new machine with nForce4 chipset and 250GB SATA
> drive.
> > > I am trying to compile the kernel on the machine (gentoo-sources) and it
> works
> > > just fine but at boot time I get the panic in the subject and I don't
> get it
> > > why. I have compiled sata_nv directly in the kernel. I'm not using any
> raid
> > > or such things.
> > > I also installed the kernel + initrd from the 2006.0 live cd and
> that kernel
> > > boots just fine.
> > >
> > >
> > > Thanks,
> > > Catalin
> > >
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > >
> >
> >
> >
> >
> >
> > --
> > Ezequiel Carmona T.
> > Gentoo AMD64 nForce4
> > GNU/Linux user #395098
> > http://counter.li.org/
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-28 1:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-25 12:01 [gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0) Catalin Trifu
2006-06-25 12:46 ` [gentoo-user] SOLVED] " Catalin Trifu
2006-06-26 13:04 ` [gentoo-user] " Ezequiel Carmona
2006-06-26 14:10 ` fei huang
2006-06-28 1:17 ` Mike Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox