Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error building ISO
2018-03-28, 15:51
Post: #3
RE: Error building ISO
I had exactly the same problem, I just tried to 'make bin/ipxe.iso' as per http://ipxe.org/download .

I debugged the make process (make SHELL="/bin/bash -x" bin/ipxe.iso), and found that ISOLINUX_BIN and LDLINUX_C32 were not set.
I managed to build the ipxe.iso (based on http://www.syslinux.org/wiki/index.php?title=ISOLINUX) the following way:
Code:
wget https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.zip
mkdir syslinux-6.03
unzip  ../syslinux-6.03.zip
Then in the ipxe/src dir:
Code:
rm bin/ipxe.iso # need to delete this, if it already generated a wrong iso
make -j 4 ISOLINUX_BIN=/path/to/syslinux-6.03/bios/core/isolinux.bin LDLINUX_C32=/path/to/syslinux-6.03/bios/com32/elflink/ldlinux/ldlinux.c32 bin/ipxe.iso
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Error building ISO - pxe_curious - 2016-05-25, 18:43
RE: Error building ISO - pxe_curious - 2016-05-25, 21:37
RE: Error building ISO - attila123 - 2018-03-28 15:51



User(s) browsing this thread: 1 Guest(s)