grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GRUB 1.91 on PowerPC ( FC4 ) does not find its conf file


From: Hollis Blanchard
Subject: Re: GRUB 1.91 on PowerPC ( FC4 ) does not find its conf file
Date: Fri, 28 Oct 2005 09:10:34 -0500

On Oct 28, 2005, at 5:50 AM, Dennis Clarke wrote:
address@hidden 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 :

address@hidden 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 via email to

[Prev in Thread] Current Thread [Next in Thread]