Re: grub2-install fails- now SHIM

2015-08-30 Thread Paul Cartwright
On 08/30/2015 01:35 PM, Chris Murphy wrote: > I've already hinted at this, because those entries are either wrong or > suboptimal. Each distro has its own /etc/default/grub which contains > its own unique GRUB_CMDLINE_LINUX= which really only applies to that > distro. The Ubuntu GRUB menu entries f

Re: grub2-install fails- now SHIM

2015-08-30 Thread Chris Murphy
On Sun, Aug 30, 2015 at 4:19 AM, Paul Cartwright wrote: > On 08/29/2015 11:12 PM, Chris Murphy wrote: >>> > grub2-mkconfig will add entries for other operating systems it can find. >>> > That will be done based on the output of the os-prober tool. >> This is why one of my first modifications post-

Re: grub2-install fails- now SHIM

2015-08-30 Thread Paul Cartwright
On 08/29/2015 11:12 PM, Chris Murphy wrote: >> > grub2-mkconfig will add entries for other operating systems it can find. >> > That will be done based on the output of the os-prober tool. > This is why one of my first modifications post-install is to > /etc/default/grub to add > > GRUB_DISABLE_OS_P

Re: grub2-install fails- now SHIM

2015-08-29 Thread Chris Murphy
On Sat, Aug 29, 2015 at 1:48 PM, Paul Cartwright wrote: > grub2-mkconfig will add entries for other operating systems it can find. > That will be done based on the output of the os-prober tool. This is why one of my first modifications post-install is to /etc/default/grub to add GRUB_DISABLE_OS

Re: grub2-install fails- now SHIM

2015-08-29 Thread Paul Cartwright
On 08/29/2015 03:00 PM, Gordon Messmer wrote: it would really be nice if there was some HOW-TO or documentation on all this new UEFI/shim packages... There is. https://fedoraproject.or

Re: grub2-install fails- now SHIM

2015-08-29 Thread Gordon Messmer
On 08/29/2015 04:15 AM, Paul Cartwright wrote: it would really be nice if there was some HOW-TO or documentation on all this new UEFI/shim packages... There is. https://fedoraproject.org/wiki/GRUB_2 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: grub2-install fails- now SHIM

2015-08-29 Thread Paul Cartwright
On 08/29/2015 02:17 AM, Chris Murphy wrote: >> > https://fedoraproject.org/wiki/GRUB_2 >> > >> > yum install grub2-efi grub2-efi-modules shim > grub2-efi-modules is not necessary unless you plan on going off the > rails with GRUB modules that aren't baked into the signed Fedora GRUB > EFI OS Loader

Re: grub2-install fails- now SHIM

2015-08-28 Thread Chris Murphy
On Fri, Aug 28, 2015 at 11:06 AM, Paul Cartwright wrote: > On 08/28/2015 12:02 PM, Chris Murphy wrote: >> grub2-install does not apply on UEFI systems at all, it should not be >> used. Instead you reinstall shim and grub2-efi packages. >> > ok, I wasn't aware of this shim package, but I see how th

Re: grub2-install fails- now SHIM

2015-08-28 Thread Paul Cartwright
On 08/28/2015 12:02 PM, Chris Murphy wrote: > grub2-install does not apply on UEFI systems at all, it should not be > used. Instead you reinstall shim and grub2-efi packages. > ok, I wasn't aware of this shim package, but I see how that works now... https://fedoraproject.org/wiki/GRUB_2 yum insta