Fedora 16 grub2-mkconfig

Germán Racca german.racca at gmail.com
Thu Nov 3 18:41:58 UTC 2011


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_uuid --device ${DEVICE} 2> /dev/null`"

I applied that patch and modified my /etc/default/grub file in order to change the colors of the text, as seen in [1]:

$ cat /etc/default/grub
GRUB_CMDLINE_LINUX="quiet rhgb"
GRUB_COLOR_NORMAL="light-blue/black"
GRUB_COLOR_HIGHLIGHT="light-cyan/blue"

and then updated:

$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg

...but no luck! Any help?

[1] https://wiki.archlinux.org/index.php/GRUB2#Menu_colors

> On Thu, Nov 3, 2011 at 12:59, Michael Schwendt <mschwendt at gmail.com> wrote:
> > 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 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
> >
> > --
> > Fedora release 16 (Verne) - Linux 3.1.0-5.fc16.x86_64
> > loadavg: 0.05 0.05 0.07
> > --
> > users mailing list
> > users at lists.fedoraproject.org
> > To unsubscribe or change subscription options:
> > https://admin.fedoraproject.org/mailman/listinfo/users
> > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> >




More information about the users mailing list