Skip to content

Provide a method for creating bootable UEFI SHELL in Linux

Notifications You must be signed in to change notification settings

NeverHaving/EFI_SHELL_ISO_CREATE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

EFI_SHELL_ISO_CREATE

Provide a method for creating bootable UEFI SHELL in Linux

  • dd if=/dev/zero of=EFI/BOOT/Shell.iso bs=1M count=50
  • mkfs.fat -F 32 -n "SHELLISO" EFI/BOOT/Shell.iso
  • mmd -i EFI/BOOT/Shell.iso ::EFI
  • mmd -i EFI/BOOT/Shell.iso ::EFI/BOOT
  • mcopy -i EFI/BOOT/Shell.iso Shell.efi ::EFI/BOOT/BOOTAA64.EFI

About

Provide a method for creating bootable UEFI SHELL in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published