public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rahul Karnik <deathdruid@gmail.com>
To: govind raj <agovinda04@hotmail.com>
Cc: roland@topspin.com, linux-kernel@vger.kernel.org
Subject: Re: Customized 2.6.10 kernel on a Compact Flash
Date: Wed, 16 Feb 2005 17:15:01 -0500	[thread overview]
Message-ID: <5b64f7f05021614153eed0536@mail.gmail.com> (raw)
In-Reply-To: <BAY10-F340B43C6A61C2D47ECC913D66C0@phx.gbl>

> The GRUB detects the CF hard disk as
> hda0 when we boot the embedded board and so in both the kernel parameter in
> grub.conf as well as in the inittab file we have / (root) marked as
> /dev/hda0.

Grub and the kernel number things differently. In particular, grub
numbers partitions starting at 0, while the kernel starts at 1. So
while you would use "root (hd0,0" for grub, the kernel commandline
would be "root=/dev/hda1".

Hope this helps,
Rahul

  parent reply	other threads:[~2005-02-16 22:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-16 20:48 Customized 2.6.10 kernel on a Compact Flash govind raj
2005-02-16 21:02 ` Roland Dreier
2005-02-16 21:08   ` govind raj
2005-02-16 21:12     ` Roland Dreier
2005-02-16 21:47       ` govind raj
2005-02-16 21:52         ` Roland Dreier
2005-02-16 22:15         ` Rahul Karnik [this message]
2005-02-17 15:03         ` Paulo Marques
2005-02-18  0:58       ` run_init_process problem govind raj
2005-02-16 21:25 ` Customized 2.6.10 kernel on a Compact Flash linux-os
2005-02-16 21:39   ` Atul Bhouraskar

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=5b64f7f05021614153eed0536@mail.gmail.com \
    --to=deathdruid@gmail.com \
    --cc=agovinda04@hotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=roland@topspin.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox