[ipxe-devel] building for use virtualbox
Michael Brown
mbrown at fensystems.co.uk
Wed Jan 30 15:17:19 UTC 2013
On Monday 28 Jan 2013 18:46:40 Warren Turkal wrote:
> The ISCSI stuff appears to be disabled by default in config/general.h.
Not exactly. iSCSI support doesn't exist in UEFI builds,so it's no longer
enabled in config/general.h, but it _is_ still enabled in
config/defaults/pcbios.h.
You can check which objects are being included by looking at the linker map
(bin/8086100e.rom.tmp.map for your build). You'll probably see that iscsi.o
is still present.
Add an explicit #undef SANBOOT_PROTO_ISCSI to config/local/general.h and it
should go away.
Michael
More information about the ipxe-devel
mailing list