On 08/08/2017 11:24 AM, Bob Goodwin wrote:
> On 08/08/17 14:02, Rick Stevens wrote:
>>> I see two boot partitions:
>>>
>>> /dev/sda2          976M  167M  742M  19% /boot
>>> /dev/sda1          200M  9.5M  191M   5% /boot/efi
>>>
>>> But it says "efi" not "uefi" and I dunno what the difference is.
>> There really isn't. "efi" and "uefi" are synonymous in this context. If
>> you use UEFI booting, then the boot logic mounts the UEFI boot partition
>> at /boot/efi and that's where the UEFI boot magic happens. If you're not
>> sure if you use UEFI, try "ls /sys/firmware/efi". If you get:
>>
>>     [root@prophead ~]# ls /sys/firmware/efi
>>     ls: cannot access '/sys/firmware/efi': No such file or directory
>>
>> then you're not using UEFI.
>>
>> As far as the grub.cfg being hidden on UEFI systems, it really isn't.
>> The path to it is "/boot/efi/EFI/fedora/grub.cfg".
> 
> +
> 
> Well I see:
> 
> [bobg@Box10 ~]$ ls /sys/firmware/efi
> config_table  efivars  esrt  fw_platform_size  fw_vendor  runtime
> runtime-map  systab
> 
> And examining that file I see "rhgb quiet" in it. Can I edit that out of
> there? Is there a special procedure to make the change?
> 
> Or is what I wanted to do just not worth the effort? It's really nit
> picking as long as things work, but if something goes wrong and slows
> the boot process I feel better seeing what's going on ...
> 
> I have a vague recollection there was something in the MSI setup about
> uefi, maybe I need to have another look at that? Hate to risk hosing a
> working system!

So, yes, you're using UEFI to boot. All you need to do is edit the
/boot/efi/EFI/fedora/grub.cfg file and remove the "rhgb quiet" bit and
reboot. You should be fine.

Note that on your next kernel upgrade, however, the "rhgb quiet" will
reappear unless you edit the /etc/default/grub file and those bits from
the "GRUB_CMDLINE_LINUX" variable in there as well.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-  Memory is the second thing to go, but I can't remember the first! -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to