iPXE discussion forum

Full Version: (solved)Made an ISO,but can't use it.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all:
I built an ISO in CentOS 6.5_x86_64,and IPXE version is "commit d38bac05e7d0eb67fc19f3532a6b4fa00804106e".
steps:
1,git clone git://git.ipxe.org/ipxe.git
2,enable IMAGE_COMBOOT in src/config/general.h
3,created a basic.ipxe
4,execute "make bin/ipxe.iso EMBED=basic.ipxe"
i got the results:
genisoimage: Uh oh, I cant find the boot image 'isolinux.bin' !
rm bin/ipxe.lkrn.zbin bin/version.ipxe.lkrn.o bin/ipxe.lkrn.bin bin/ipxe.lkrn.zinfo


execute:
file bin/ipxe.iso
bin/ipxe.iso: ISO 9660 CD-ROM filesystem data 'iPXE '

ls -al bin/ipxe.iso
-rw-r--r-- 1 root root 34816 1月 21 14:45 bin/ipxe.iso

mount -o loop bin/ipxe.iso /mnt

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so


i can't use this ISO,pls help me,Big Grin
Install the syslinux packages and the other dependencies mentioned on http://ipxe.org/download using your package manager and try to compile again. If it still doesn't work, make sure that the locations of isolinux.bin (check the makefiles) matches on your installation.
Thx robinsmidsrod, now i can make an ISO.
Reference URL's