Skip to content

Instantly share code, notes, and snippets.

@mochja
Created November 29, 2015 06:12
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 mochja/40d2eedaba55ce99149f to your computer and use it in GitHub Desktop.
Save mochja/40d2eedaba55ce99149f to your computer and use it in GitHub Desktop.
mk only efi iso
xorriso -as mkisofs -R -f \
-full-iso9660-filenames \
-e EFI/BOOT/efiboot.img \
-no-emul-boot \
-output "./efi.iso" "/tmp/ram/efi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment