On Thu, 2011-11-03 at 13:15 +0200, Nicolae Ghimbovschi wrote:
> Thanks! I have applied the patch and it worked :)
>
> changed the following in the /etc/grub.d/30_os-prober
> OSXUUID="`grub-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`"
>
> to
>
> OSXUUID="`grub2-probe --target=fs_u
On 03/11/11 18:59, Michael Schwendt wrote:
>> It made reference to grub-probe when it should have been grub2-probe.
>
> Which is related to the macosx boot entry creation only, however:
> https://bugzilla.redhat.com/737203
I wasn't aware of that but I do indeed have two HFS+ partitions.
--
Ian
Thanks! I have applied the patch and it worked :)
changed the following in the /etc/grub.d/30_os-prober
OSXUUID="`grub-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`"
to
OSXUUID="`grub2-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`"
On Thu, Nov 3, 2011 at 12:59, Michae
On Thu, 03 Nov 2011 18:46:56 +0800, IC (Ian) wrote:
> Not sure if you're seeing the same issue I had, but I had a similar
> problem with grub2 a week or two back. The cfg file was not getting
> updated. I tracked it down to a bug in this file
>
> /etc/grub.d/30_os-prober
>
> It made reference
On 03/11/11 17:12, Nicolae Ghimbovschi wrote:
> Hello,
>
> I need help with a GRUB2 issue.
>
> Yesterday I did a preupgrade from F15 to F16.
>
> I've added a new custom menu entry for grub in /etc/grub.d/40_custom
>
> After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that
> /boot/grub2/gr
Thanks !
On Thu, Nov 3, 2011 at 11:23, Frank Murphy wrote:
> On 03/11/11 09:12, Nicolae Ghimbovschi wrote:
>> Hello,
>>
>> I need help with a GRUB2 issue.
>>
>> Yesterday I did a preupgrade from F15 to F16.
>>
>
>
> You may get more help on the test list.
> They have benn using grub2 for a while
On 03/11/11 09:12, Nicolae Ghimbovschi wrote:
> Hello,
>
> I need help with a GRUB2 issue.
>
> Yesterday I did a preupgrade from F15 to F16.
>
You may get more help on the test list.
They have benn using grub2 for a while longer:
https://admin.fedoraproject.org/mailman/listinfo/test
--
Regards
Hello,
I need help with a GRUB2 issue.
Yesterday I did a preupgrade from F15 to F16.
I've added a new custom menu entry for grub in /etc/grub.d/40_custom
After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that
/boot/grub2/grub.cfg was not updated.
grub2-mkconfig -o /boot/grub2/grub.cf