On Wed, Jun 10, 2020 at 12:20:35PM -0600, linux guy wrote:
> On Wed, Jun 10, 2020 at 7:31 AM Jonathan Billings <[email protected]>
> wrote:
> 
> > First, it's probably worth seeing whether you're booting via a legacy
> > boot (CSM) or directly to UEFI.
> >
> > Does /sys/firmware/efi/ exist and have files in it?  Then you've
> > booted via EFI.  If it doesn't?  Then you aren't.
> >
> 
> # ls -al /sys/firmware/efi
> total 0
> drwxr-xr-x.  5 root root    0 Jun  9 19:06 .
> drwxr-xr-x.  6 root root    0 Jun  9 19:06 ..
> -r--r--r--.  1 root root 4096 Jun 10 12:19 config_table
> drwxr-xr-x.  2 root root    0 Jun  9 19:06 efivars
> drwxr-xr-x.  3 root root    0 Jun 10 12:19 esrt
> -r--r--r--.  1 root root 4096 Jun 10 12:16 fw_platform_size
> -r--r--r--.  1 root root 4096 Jun 10 12:19 fw_vendor
> -r--r--r--.  1 root root 4096 Jun 10 12:19 runtime
> drwxr-xr-x. 11 root root    0 Jun 10 12:19 runtime-map
> -r--------.  1 root root 4096 Jun 10 12:19 systab

So, you're using UEFI.  You can basically ignore the
/boot/grub2/grub.cfg file.  Anything you are working with will be in
/boot/efi/EFI/fedora/.  

> You might also want to make sure there aren't any other EFI or /boot
> > partitions that might be hanging around that are being used by the
> > boot that have old data on them.
> >
> 
> What/where do you want me to check ?

Look for another EFI partition.

Run `blkid` as root, and look for anything with:
PARTLABEL="EFI System Partition"

-- 
Jonathan Billings <[email protected]>
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to