public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
@ 2005-11-05  4:54 Bill Six
  2005-11-05  6:59 ` Willie Wong
  2005-11-05 17:15 ` Norberto Bensa
  0 siblings, 2 replies; 8+ messages in thread
From: Bill Six @ 2005-11-05  4:54 UTC (permalink / raw
  To: gentoo-user

Hi,

I've just installed Gentoo alongside XP.  /dev/hde is
my main harddrive.  I'm getting the error

"VFS: Cannot open root device "hde4" or
uknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic.."

Any idea why this is?  Maybe this info will help

It's a 120 Gig harddrive
/dev/hde1 is 20 Gigs, for Windows
/dev/hde2 is 32 Megs, for /boot
/dev/hde3 is 512 Megs, for swap
/dev/hde4 is the rest of the harddrive, for /

Any ideas?

Thanks,

Bill Six


	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
  2005-11-05  4:54 [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0) Bill Six
@ 2005-11-05  6:59 ` Willie Wong
  2005-11-05  7:12   ` Glenn Enright
  2005-11-05 17:15 ` Norberto Bensa
  1 sibling, 1 reply; 8+ messages in thread
From: Willie Wong @ 2005-11-05  6:59 UTC (permalink / raw
  To: gentoo-user

On Fri, Nov 04, 2005 at 08:54:56PM -0800, Bill Six wrote:
> Hi,
> 
> I've just installed Gentoo alongside XP.  /dev/hde is
> my main harddrive.  I'm getting the error
> 
> "VFS: Cannot open root device "hde4" or
> uknown-block(0,0)
> Please append a correct "root=" boot option
> Kernel panic.."
> 
> Any idea why this is?  Maybe this info will help
> 
> It's a 120 Gig harddrive
> /dev/hde1 is 20 Gigs, for Windows
> /dev/hde2 is 32 Megs, for /boot
> /dev/hde3 is 512 Megs, for swap
> /dev/hde4 is the rest of the harddrive, for /
> 
> Any ideas?

what do you have in grub.conf?

what filesystem are you running for /? (did you compile the necessary
kernel options for that filesystem?)

W
-- 
Barium: what you do with dead chemists.
Sortir en Pantoufles: up 2 days,  8:17
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
  2005-11-05  6:59 ` Willie Wong
@ 2005-11-05  7:12   ` Glenn Enright
  2005-11-05 11:47     ` 赵光
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Enright @ 2005-11-05  7:12 UTC (permalink / raw
  To: gentoo-user

On Sat, 05 Nov 2005 19:59, Willie Wong wrote:
> On Fri, Nov 04, 2005 at 08:54:56PM -0800, Bill Six wrote:
> > "VFS: Cannot open root device "hde4" or
> > uknown-block(0,0)
> > Please append a correct "root=" boot option
> > Kernel panic.."
> > It's a 120 Gig harddrive
> > /dev/hde1 is 20 Gigs, for Windows
> > /dev/hde2 is 32 Megs, for /boot
> > /dev/hde3 is 512 Megs, for swap
> > /dev/hde4 is the rest of the harddrive, for /
> >
> > Any ideas?
>
> what do you have in grub.conf?

That looks like the right idea to me too. root(0,0) is not what should be in 
your boot loader.
-- 

BOFH Excuse #200:

The monitor needs another box of pixels.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
  2005-11-05  7:12   ` Glenn Enright
@ 2005-11-05 11:47     ` 赵光
  0 siblings, 0 replies; 8+ messages in thread
From: 赵光 @ 2005-11-05 11:47 UTC (permalink / raw
  To: gentoo-user

> >
> > what do you have in grub.conf?
>
> That looks like the right idea to me too. root(0,0) is not what should be in
> your boot loader.
> --

i think it is root(4,0)
root=hd(4,3)
--
/**********************************************************
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**********************************************************/

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
  2005-11-05  4:54 [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0) Bill Six
  2005-11-05  6:59 ` Willie Wong
@ 2005-11-05 17:15 ` Norberto Bensa
  2005-11-07  3:17   ` Bill Six
  1 sibling, 1 reply; 8+ messages in thread
From: Norberto Bensa @ 2005-11-05 17:15 UTC (permalink / raw
  To: gentoo-user; +Cc: Bill Six

Bill Six wrote:
> "VFS: Cannot open root device "hde4" or
> uknown-block(0,0)

You need ide drivers for your chipset AND your filesystem compiled in your 
kernel or in an initrd. 

Your grub.conf seems OK since VFS is telling you "root device hde4"

-- 
Norberto Bensa
4544-9692
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
  2005-11-05 17:15 ` Norberto Bensa
@ 2005-11-07  3:17   ` Bill Six
  2005-11-07  3:30     ` Brett I. Holcomb
  2005-11-07  4:16     ` Norberto Bensa
  0 siblings, 2 replies; 8+ messages in thread
From: Bill Six @ 2005-11-07  3:17 UTC (permalink / raw
  To: gentoo-user


--- Norberto Bensa <nbensa@gmx.net> wrote:

> Bill Six wrote:
> > "VFS: Cannot open root device "hde4" or
> > uknown-block(0,0)
> 
> You need ide drivers for your chipset AND your
> filesystem compiled in your 
> kernel or in an initrd. 


Ok.  That sounds good (I've usually used genkernel,
now I'm compiling the kernel manually.)  I have the
filesystem compiled in the kernel, how would I find
the ide drivers for my chipset?  lspci?

Thanks

> 
> Your grub.conf seems OK since VFS is telling you
> "root device hde4"
> 
> -- 
> Norberto Bensa
> 4544-9692
> Ciudad de Buenos Aires, Argentina
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 



		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
  2005-11-07  3:17   ` Bill Six
@ 2005-11-07  3:30     ` Brett I. Holcomb
  2005-11-07  4:16     ` Norberto Bensa
  1 sibling, 0 replies; 8+ messages in thread
From: Brett I. Holcomb @ 2005-11-07  3:30 UTC (permalink / raw
  To: gentoo-user

Yes, run lspci as root and it will spit out what you have.  Your 
motherboard manual may also give the information.

On Sun, 6 Nov 2005, Bill Six wrote:

>
> --- Norberto Bensa <nbensa@gmx.net> wrote:
>
>> Bill Six wrote:
>>> "VFS: Cannot open root device "hde4" or
>
> Ok.  That sounds good (I've usually used genkernel,
> now I'm compiling the kernel manually.)  I have the
> filesystem compiled in the kernel, how would I find
> the ide drivers for my chipset?  lspci?
>
> Thanks
>

-- 

Brett I. Holcomb
brettholcomb@R777bellsouth.net
Registered Linux User #188143
Remove R777 to email
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0)
  2005-11-07  3:17   ` Bill Six
  2005-11-07  3:30     ` Brett I. Holcomb
@ 2005-11-07  4:16     ` Norberto Bensa
  1 sibling, 0 replies; 8+ messages in thread
From: Norberto Bensa @ 2005-11-07  4:16 UTC (permalink / raw
  To: gentoo-user; +Cc: Bill Six

Bill Six wrote:
> how would I find
> the ide drivers for my chipset?  lspci?
>

Yes. You can also use "generic ide" as a backup-driver if you don't know which 
one to use, but you'll lose dma.

-- 
Norberto Bensa
4544-9692
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-11-07  4:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05  4:54 [gentoo-user] Cannot open root device "hde4" or uknown-block(0,0) Bill Six
2005-11-05  6:59 ` Willie Wong
2005-11-05  7:12   ` Glenn Enright
2005-11-05 11:47     ` 赵光
2005-11-05 17:15 ` Norberto Bensa
2005-11-07  3:17   ` Bill Six
2005-11-07  3:30     ` Brett I. Holcomb
2005-11-07  4:16     ` Norberto Bensa

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