Building iPXE - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Building iPXE (/showthread.php?tid=8096) |
Building iPXE - jbirlingmair - 2016-06-06 23:45 Ok, so I think I have all the dependencies to build iPXE, Quote:You will need to have at least the following packages installed in order to build iPXE: The computer I am trying to build on is not connected to the internet, so that creates some complexity. I downloaded what I think is the libzma header files and added them to Code: /usr/local/include then I do Code: cd src Code: [AR] bin/blib.a I am using Ubuntu, I ported over the lzma files myself, but am not sure they got configured correctly. I don't have a package installer on the Ubuntu box I don't think. Any ideas? RE: Building iPXE - mcb30 - 2016-06-07 12:57 (2016-06-06 23:45)jbirlingmair Wrote: I downloaded what I think is the libzma header files and added them to /usr/local/include Don't do that. Just install the liblzma-dev package for Ubuntu. Michael RE: Building iPXE - jbirlingmair - 2016-07-06 15:09 (2016-06-07 12:57)mcb30 Wrote:(2016-06-06 23:45)jbirlingmair Wrote: I downloaded what I think is the libzma header files and added them to /usr/local/include Ok, I got the libLZMA-dev package installed and iPXE compiled fine. Thanks RE: Building iPXE - zulinfi - 2016-07-08 09:50 hi today ,I am using Ubuntu update the new version , use make bin/ipxe.iso , , echo error: cp: 在'bin/iso.dir.1C669U' 后缺少了要操作的目标文件 Try 'cp --help' for more information. genisoimage: Uh oh, I cant find the boot image 'isolinux.bin' ! rm bin/ipxe.lkrn.zbin bin/ipxe.lkrn.zinfo bin/version.ipxe.lkrn.o bin/ipxe.lkrn.bin and make bin/ipxe.pxe , http protocol is not work? RE: Building iPXE - mcb30 - 2016-07-08 10:15 (2016-07-08 09:50)zulinfi Wrote: today ,I am using Ubuntu update the new version , use make bin/ipxe.iso , , echo error: You will need to have the syslinux package (which contains isolinux) installed if you want to build iPXE ISO images. Quote:and make bin/ipxe.pxe , http protocol is not work? You have given no information here. See http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. Michael |