iPXE discussion forum
ISO build - Not taking config options - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: ISO build - Not taking config options (/showthread.php?tid=22449)



ISO build - Not taking config options - junglemampi - 2020-05-05 11:04

Hi,

So I have been building and testing an EFI image. All is working well, I am using NFS for my environment and have enabled various options in the build under config/general.h

The issue is when I want to build the same environment but using an ISO image. I build the ISO successful however when i boot into the ISO its just the default options and hasn't built the ISO with my config/general.h edits. It even shows a different version of iPXE. I cannot understand this ?

EFI build:

make bin-x86_64-efi/ipxe.efi

Boot into my custom options (NFS ect.....)

[Image: L5SL8q2]

ISO Build:

root@srv:~/ipxe/src# make bin/ipxe.iso
make: 'bin/ipxe.iso' is up to date.

I make the ISO, I would think it uses the same config files as when i build my EFI image. When i boot this it goes into this, which just looks like the default ISO ?

[Image: MhsFgss]

Any pointers ?

Thanks


RE: ISO build - Not taking config options - NiKiZe - 2020-05-06 04:19

in one case you are building an efi binary, in the other a pcbios image, are you sure it is actually booting the correct thing and not something else?

Also images not visible.


RE: ISO build - Not taking config options - junglemampi - 2020-05-06 09:37

Thanks for the reply, I had some strange cache issue on the VM I was running. Please close this one

Thanks