Cloning Rocky Linux 9 and Useful Commands to Use Afterwards

wiki.TerraBase.info
Revision as of 18:44, 14 December 2025 by Root (talk | contribs) (Created page with " General Info: <code>efibootmgr</code> Verbose Info: <code>efibootmgr -v</code> Change Boot Order: <code>sudo efibootmgr -o 0002,0001,0000</code> Delete and Entry: <code>efibootmgr -b 0003 -B</code> Add an Entry: <code>efibootmgr -c -d /dev/nvme0n1p1 -p 1 -L "ApacheTrafficH" -l '\EFI\ApacheTrafficH\grubx64.efi'</code>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


General Info: efibootmgr

Verbose Info: efibootmgr -v

Change Boot Order: sudo efibootmgr -o 0002,0001,0000

Delete and Entry: efibootmgr -b 0003 -B

Add an Entry: efibootmgr -c -d /dev/nvme0n1p1 -p 1 -L "ApacheTrafficH" -l '\EFI\ApacheTrafficH\grubx64.efi'