All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hollis Blanchard <hollis@penguinppc.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: GRUB 1.91 on PowerPC ( FC4 ) does not find its conf file
Date: Fri, 28 Oct 2005 09:10:34 -0500	[thread overview]
Message-ID: <424a6d34edbef6c42e5d4ec90ea2bbbf@penguinppc.org> (raw)
In-Reply-To: <a6265da20510280350k4a3455e5u6c0718e5a5b50f8a@mail.gmail.com>

On Oct 28, 2005, at 5:50 AM, Dennis Clarke wrote:
> [root@ppc grub]# cat ../yaboot/yaboot.conf
> ...
> image=/vmlinuz-2.6.12-1.1456_FC4
>         label=linux
>         read-only
>         initrd=/initrd-2.6.12-1.1456_FC4.img
>         root=/dev/VolGroup00/LogVol00
>         append="rhgb quiet"
>
>
>
> And here is my grub.cfg :
>
> [root@ppc grub]# cat grub.cfg
> timeout 10
>
> title Linux
>     linux (hd,1)/vmlinuz-2.6.12-1.1456_FC4 root=/dev/hda1
>     initrd (hd,1)/initrd-2.6.12-1.1456_FC4.img

In yaboot.conf you have specified your root partition as 
/dev/VolGroup00/LogVol00. In grub.cfg you have specified it as 
/dev/hda1, and 
http://www.blastwave.org/dclarke/grub/grub_1.91/day_01/img_1282.jpg 
confirms that /dev/hda1 could not be mounted. Try correcting you root 
partition.

-Hollis




  reply	other threads:[~2005-10-28 14:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27 18:45 GRUB 1.91 on PowerPC ( FC4 ) does not find its conf file Dennis Clarke
2005-10-28  2:51 ` Hollis Blanchard
2005-10-28 10:50   ` Dennis Clarke
2005-10-28 14:10     ` Hollis Blanchard [this message]
2005-10-28 14:27     ` Hollis Blanchard
2005-10-28 14:01   ` Marco Gerards

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=424a6d34edbef6c42e5d4ec90ea2bbbf@penguinppc.org \
    --to=hollis@penguinppc.org \
    --cc=grub-devel@gnu.org \
    /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.