Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created March 22, 2022 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/4d11ed5bce667078ce40625407483de4 to your computer and use it in GitHub Desktop.
Save cleverca22/4d11ed5bce667078ce40625407483de4 to your computer and use it in GitHub Desktop.
[root@system76:~]# efibootmgr -v
BootCurrent: 0004
Timeout: 1 seconds
BootOrder: 0004,0000,0001,0002,0003
Boot0000* ubuntu VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
Boot0001* UEFI:CD/DVD Drive BBS(129,,0x0)
Boot0002* UEFI:Removable Device BBS(130,,0x0)
Boot0003* UEFI:Network Device BBS(131,,0x0)
Boot0004* UEFI OS HD(1,GPT,27c99b08-455d-4dfe-a44f-6150cbc09ef8,0x800,0x100000)/File(\EFI\BOOT\BOOTX64.EFI)..BO
[root@system76:~]# blkid /dev/nvme0n1p1
/dev/nvme0n1p1: UUID="7DBC-2698" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="27c99b08-455d-4dfe-a44f-6150cbc09ef8"
[root@system76:~]# df -h /boot
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p1 511M 131M 381M 26% /boot
[root@system76:~]# ls /boot/EFI/BOOT/BOOTX64.EFI -lh
-rwxr-xr-x 1 root root 136K Mar 1 10:53 /boot/EFI/BOOT/BOOTX64.EFI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment