* [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)
@ 2006-08-18 17:45 Rafael Fernández López
2006-08-18 17:54 ` Andrew Frink
2006-08-18 19:02 ` Dale
0 siblings, 2 replies; 5+ messages in thread
From: Rafael Fernández López @ 2006-08-18 17:45 UTC (permalink / raw
To: gentoo-user
Hi,
I've googled and I haven't got any successfull results. I've my hard disk
as follows:
/dev/hda1 - ext2 (here will go /boot)
/dev/hda2 - swap
/dev/hda3 - ext3 (here will go /)
I've compiled gentoo-sources with NO genkernel, but manually. I've no
filesystem as modules, everything is included in kernel (as asterisk (*)).
I am getting the next error when booting:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown
block(0,0)
And my bootloader is grub, here is grub.conf:
default 0
hiddenmenu
timeout 5
title=Gentoo GNU/Linux
root (hd0,0)
kernel /vmlinuz-2.6.17-gentoo-r5 root=/dev/hda3
I can't figure out what's going wrong... because I think that I don't need
initram because I've nothing compiled as a module.
Thank you very much,
Rafael Fernández López.
--
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)
2006-08-18 17:45 [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0) Rafael Fernández López
@ 2006-08-18 17:54 ` Andrew Frink
2006-08-18 18:31 ` Rafael Fernández López
2006-08-18 19:02 ` Dale
1 sibling, 1 reply; 5+ messages in thread
From: Andrew Frink @ 2006-08-18 17:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]
Rafael,
Did you compile in support for your IDE "controller"?
Andrew
On 8/18/06, Rafael Fernández López <info@maestroprogramador.com> wrote:
>
> Hi,
>
> I've googled and I haven't got any successfull results. I've my hard disk
> as follows:
>
> /dev/hda1 - ext2 (here will go /boot)
> /dev/hda2 - swap
> /dev/hda3 - ext3 (here will go /)
>
> I've compiled gentoo-sources with NO genkernel, but manually. I've no
> filesystem as modules, everything is included in kernel (as asterisk (*)).
>
> I am getting the next error when booting:
>
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown
> block(0,0)
>
> And my bootloader is grub, here is grub.conf:
>
> default 0
> hiddenmenu
> timeout 5
>
> title=Gentoo GNU/Linux
> root (hd0,0)
> kernel /vmlinuz-2.6.17-gentoo-r5 root=/dev/hda3
>
> I can't figure out what's going wrong... because I think that I don't need
> initram because I've nothing compiled as a module.
>
> Thank you very much,
> Rafael Fernández López.
>
> --
> "A la vista de suficientes ojos todos los errores resultan evidentes" -
> Linus Torvalds
>
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1548 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)
2006-08-18 17:54 ` Andrew Frink
@ 2006-08-18 18:31 ` Rafael Fernández López
0 siblings, 0 replies; 5+ messages in thread
From: Rafael Fernández López @ 2006-08-18 18:31 UTC (permalink / raw
To: gentoo-user
> Rafael,
> Did you compile in support for your IDE "controller"?
Well, I think so... is not a SCSI drive or similar. It is just an IDE hard
drive, no special support is required.
Anyway it doesn't matter I've re-formatted with:
/dev/hda1 ext3 (here will go /)
/dev/hda1 swap
As I have my others computers.
Thank you,
Rafael Fernández López.
--
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)
2006-08-18 17:45 [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0) Rafael Fernández López
2006-08-18 17:54 ` Andrew Frink
@ 2006-08-18 19:02 ` Dale
[not found] ` <8146fc8a0608181216i8a7d446rb0a0e8eb08af691b@mail.gmail.com>
1 sibling, 1 reply; 5+ messages in thread
From: Dale @ 2006-08-18 19:02 UTC (permalink / raw
To: gentoo-user
Rafael Fernández López wrote:
> Hi,
>
> I've googled and I haven't got any successfull results. I've my hard disk
> as follows:
>
> /dev/hda1 - ext2 (here will go /boot)
> /dev/hda2 - swap
> /dev/hda3 - ext3 (here will go /)
>
> I've compiled gentoo-sources with NO genkernel, but manually. I've no
> filesystem as modules, everything is included in kernel (as asterisk (*)).
>
> I am getting the next error when booting:
>
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown
> block(0,0)
>
> And my bootloader is grub, here is grub.conf:
>
> default 0
> hiddenmenu
> timeout 5
>
> title=Gentoo GNU/Linux
> root (hd0,0)
> kernel /vmlinuz-2.6.17-gentoo-r5 root=/dev/hda3
>
> I can't figure out what's going wrong... because I think that I don't need
> initram because I've nothing compiled as a module.
>
> Thank you very much,
> Rafael Fernández López.
>
>
What ever file system you use for /boot and for / must be included IN
the kernel, not as modules. It has to be able to read it for it to load
the modules.
That should help.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)
[not found] ` <8146fc8a0608181216i8a7d446rb0a0e8eb08af691b@mail.gmail.com>
@ 2006-08-18 21:30 ` Dale
0 siblings, 0 replies; 5+ messages in thread
From: Dale @ 2006-08-18 21:30 UTC (permalink / raw
To: gentoo-user
Andrew Frink wrote:
>
>
> On 8/18/06, *Dale* <teendale@vista-express.com
> <mailto:teendale@vista-express.com>> wrote:
>
> Rafael Fernández López wrote:
> > Hi,
> >
> > I've googled and I haven't got any successfull results. I've my
> hard disk
> > as follows:
> >
> > /dev/hda1 - ext2 (here will go /boot)
> > /dev/hda2 - swap
> > /dev/hda3 - ext3 (here will go /)
> >
> > I've compiled gentoo-sources with NO genkernel, but manually.
> I've no
> > filesystem as modules, everything is included in kernel (as
> asterisk (*)).
> >
> > I am getting the next error when booting:
> >
> > Kernel panic - not syncing: VFS: Unable to mount root fs on unknown
> > block(0,0)
> >
> > And my bootloader is grub, here is grub.conf:
> >
> > default 0
> > hiddenmenu
> > timeout 5
> >
> > title=Gentoo GNU/Linux
> > root (hd0,0)
> > kernel /vmlinuz-2.6.17-gentoo-r5 root=/dev/hda3
> >
> > I can't figure out what's going wrong... because I think that I
> don't need
> > initram because I've nothing compiled as a module.
> >
> > Thank you very much,
> > Rafael Fernández López.
> >
> >
>
> What ever file system you use for /boot and for / must be included IN
> the kernel, not as modules. It has to be able to read it for it
> to load
> the modules.
>
> That should help.
>
> Dale
>
> :-) :-)
> --
> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> mailing list
>
>
> Dale
> The error seems to be that it doesn't know how to find the drive not
> that it doesn't know what FS it is, aslo the OP said that he had no
> FS's compiled as modules
>
> Andrew
I guess I misread it then. It is common for someone to not put the file
system root uses in the kernel though. Me, I don't use modules at all.
The only module I have is nvidia.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-08-18 21:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-18 17:45 [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0) Rafael Fernández López
2006-08-18 17:54 ` Andrew Frink
2006-08-18 18:31 ` Rafael Fernández López
2006-08-18 19:02 ` Dale
[not found] ` <8146fc8a0608181216i8a7d446rb0a0e8eb08af691b@mail.gmail.com>
2006-08-18 21:30 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox