From: Eric Sandeen <sandeen@sandeen.net>
To: Lukas Hejtmanek <xhejtman@ics.muni.cz>
Cc: linux-kernel@vger.kernel.org, xfs@oss.sgi.com
Subject: Re: 2.6.27-rc7 no init found on the root partition?
Date: Thu, 25 Sep 2008 08:48:40 -0500 [thread overview]
Message-ID: <48DB96B8.6050503@sandeen.net> (raw)
In-Reply-To: <20080925111239.GF31582@ics.muni.cz>
Lukas Hejtmanek wrote:
> this is a grub record:
>
> title Linux 2.6.26.3
> root (hd0,0)
> kernel /boot/vmlinuz-2.6.26.3 root=/dev/sda1 ro console=tty0
>
> title Linux 2.6.27-rc7
> root (hd0,0)
> kernel /boot/vmlinuz-2.6.27-rc7 root=/dev/sda1 ro
Is it possible that device ordering has changed? what if you do:
> title Linux 2.6.27-rc7
> root (hd0,0)
> kernel /boot/vmlinuz-2.6.27-rc7 root=LABEL=$WHATEVER ro
and try mounting root by label? (or UUID ...)
-Eric
next prev parent reply other threads:[~2008-09-25 13:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 19:22 2.6.27-rc7 no init found on the root partition? Lukas Hejtmanek
2008-09-24 23:03 ` Dave Chinner
2008-09-25 11:12 ` Lukas Hejtmanek
2008-09-25 13:48 ` Eric Sandeen [this message]
2008-09-25 16:30 ` Lukas Hejtmanek
2008-09-25 23:41 ` Dave Chinner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48DB96B8.6050503@sandeen.net \
--to=sandeen@sandeen.net \
--cc=linux-kernel@vger.kernel.org \
--cc=xfs@oss.sgi.com \
--cc=xhejtman@ics.muni.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.