public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: failure to mount root fs
@ 2004-03-29 11:29 tigran
  2004-03-29 11:38 ` Marco Baan
  2004-03-29 12:00 ` Arjan van de Ven
  0 siblings, 2 replies; 6+ messages in thread
From: tigran @ 2004-03-29 11:29 UTC (permalink / raw)
  To: Marco Baan; +Cc: linux-kernel

Hi Macro,

You wrote:

> VFS: Unable to mount root fs on unknown-block(0,0)
> ...
> kernel /boot/bzImage-2.6.4 ro root=LABEL=/

The "LABEL=/" is the attempt to mount root filesystem by label, so you can 
move it to another disk. I find these "clever" things not mature yet and always replace it by an explicit device name (and don't move/replace root disk):

kernel /boot/bzImage-2.6.4 ro root=/dev/hda2

(this assumes that your root fs is on /dev/hda2, change it appropriately to match your situation)

Kind regards
Tigran
Freeserve AnyTime - HALF PRICE for the first 3 months - Save £7.50 a month 
www.freeserve.com/anytime

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

end of thread, other threads:[~2004-03-29 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 11:29 failure to mount root fs tigran
2004-03-29 11:38 ` Marco Baan
2004-03-29 12:00 ` Arjan van de Ven
2004-03-29 12:05   ` Marco Baan
2004-03-29 14:42   ` Marcos D. Marado Torres
2004-03-29 21:47     ` Marco Baan

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