UEFI USB - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: UEFI USB (/showthread.php?tid=6880) |
UEFI USB - Kirioss - 2013-04-19 10:09 Hi, Is there a way to generate a UEFI compliant USB key for iPXE ? Thank you RE: UEFI USB - robinsmidsrod - 2013-04-19 10:48 From what I've understood of UEFI, a boot device must just use a FAT filesystem for it to be readable by the firmware. Then you can just put your ipxe EFI ROM on it. Were you thinking of something more specific? RE: UEFI USB - mcb30 - 2013-04-19 11:22 (2013-04-19 10:09)Kirioss Wrote: Is there a way to generate a UEFI compliant USB key for iPXE ? Do you mean a UEFI-bootable USB key containing iPXE? If so then it's not currently possible, but will be soon. (The major obstacle is fixing iPXE-as-a-UEFI-application; creating a USB key is then relatively straightforward.) Michael RE: UEFI USB - Kirioss - 2013-04-19 13:06 (2013-04-19 11:22)mcb30 Wrote: Do you mean a UEFI-bootable USB key containing iPXE? That is exactly what I mean. I then have my answer... I assume the answer is the same with undionly.kpxe (snponly.kpxe ?) with a PXE server ? Thank you |