Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Suppose you have an iso image that contains a bios bootable partition. You can write this image to a usb disk, which is now bootable on computers with bios. For example

dd if=pmagic_2013_02_28.iso of/dev/sdc1

If you have an UEFI system however, the usb disk will not boot. How can you make it EFI bootable?

share|improve this question

2 Answers

This is not the answer for making bootable UEFI Device. But, you may want to try disabling systems UEFI boot option, like I did when I face the same problem.

share|improve this answer

Some magic of El Torito is required when creating the iso image. See this.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.