From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EVUwK-0002Ec-Qt for mharc-grub-devel@gnu.org; Fri, 28 Oct 2005 10:10:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVUwH-0002EJ-TB for grub-devel@gnu.org; Fri, 28 Oct 2005 10:10:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVUwE-0002Dw-S5 for grub-devel@gnu.org; Fri, 28 Oct 2005 10:10:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVUwD-0002Dr-T9 for grub-devel@gnu.org; Fri, 28 Oct 2005 10:10:34 -0400 Received: from [209.86.89.61] (helo=smtpauth01.mail.atl.earthlink.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVUwD-0001C2-M9 for grub-devel@gnu.org; Fri, 28 Oct 2005 10:10:33 -0400 Received: from [32.97.110.142] (helo=[192.168.0.101]) by smtpauth01.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1EVUwD-0007Th-5y for grub-devel@gnu.org; Fri, 28 Oct 2005 10:10:33 -0400 Mime-Version: 1.0 (Apple Message framework v623) In-Reply-To: References: <0f6e9294450ea9abccfb7534ed47b94a@penguinppc.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <424a6d34edbef6c42e5d4ec90ea2bbbf@penguinppc.org> Content-Transfer-Encoding: 7bit From: Hollis Blanchard Date: Fri, 28 Oct 2005 09:10:34 -0500 To: The development of GRUB 2 X-Mailer: Apple Mail (2.623) X-ELNK-Trace: 77a46389d001b1f223bcf3e39c2f8b5f1aa676d7e74259b7b3291a7d08dfec79af3633d8b8c9f3561e7f7580cb9a2470350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 32.97.110.142 Subject: Re: GRUB 1.91 on PowerPC ( FC4 ) does not find its conf file X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 14:10:38 -0000 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