How to create an EFI-shell bootable USB drive
Download the UEFI Shell ISO
Open your browser Go to: https://github.com/pbatard/UEFI-Shell/releases
Scroll to the latest release and download
UEFI-Shell…RELEASE.iso
Guide for UBUNTU
Step 1: Format the USB Drive to FAT32
Press the Super (Windows) key and type
Disks
in the search.
Open “Disks” (aka GNOME Disks).On the left panel, select your USB drive.
Double-check it’s not your system drive!
Click the three dots.
Choose “Format Disk…”:
Click Format . (if its ask you are you sure you want to format the disk you can click format..)
Step 2: Create a FAT32 Partition on the USB (After Disk Format)
What you should see now:
One big block of “Free Space”
Now create the partition:
Select the USB drive (make sure it's still highlighted).
Click the
+
(plus) button below the free space area.
In the "Create Partition" window:
Size: Leave it as default (use the full free space) and click next
Name: Call it something like
EFI-USB
Type: choose “For use with all systems and devices (FAT)“
click Create.
after clicking create:
Wait for the partition to finish creating.
Click the Play button (in Disks) to mount the new partition (if it didn’t mount automatically).
Your USB will now appear in the Files app as a mounted drive.
Step 3: Mount the UEFI Shell ISO and Copy the EFI Folder
Now that your USB is formatted and mounted, you’ll copy the necessary boot files from the ISO into the USB.
Locate the ISO file (shoud be in the downloads folder)
mount the iso by right click and choose "Open With Disk Image Mounter"
you can see the UEFI shell addedclick the mounted ISO
copy the efi folder (right click and then copy)
navigate to your mounted USB drive (mine is the EFI-USB)
Paste the efi folder in the root of the USB
Your USB drive is now ready
You can safely unmount it (important) from Ubuntu and plug it into any computer that supports UEFI.
After booting from the USB, the system will launch directly into the UEFI Shell environment.
You can put EFI programs such as AFUEFI in the root directory of the usb drive and use these commands in the EFI shell.
Guide for WINDOWS
Step 1: Format the USB Drive to FAT32
Plug in your USB drive.
Open File Explorer, right-click your USB, and select Format.
In the Format window, choose:
File system:
FAT32
Volume label:
EFI-USB
(or any name)✅ Check “Quick Format”
Click Start → then confirm the warning.
Step 2: Mount the ISO and Copy the Files
Double-click the downloaded ISO file (UEFI-Shell…RELEASE.iso)
It will automatically mount as a virtual DVD drive in File Explorer.click open hereOpen the mounted ISO from the sidebar in File Explorer if not open automatic (it looks like a CD/DVD drive).
Copy all contents.
Navigate to your formatted USB drive.
Paste the copied files into the root of the USB (not inside any other folder).
Your USB drive is now ready
You can safely unmount it (important) from Ubuntu and plug it into any computer that supports UEFI.
After booting from the USB, the system will launch directly into the UEFI Shell environment.
You can put EFI programs such as AFUEFI in the root directory of the usb drive and use these commands in the EFI shell.
SolidRun Ltd.