Good day Hayes, There are a few different ways to accomplish your goal. The easiest is most likely to use the sanboot.c32 COMBOOT32 module included in Syslinux (in the com32/modules/ directory). Are you using PXELINUX for your PXE menu? If so, try these menu entries, adapted for your needs:
LABEL iscsi1 COM32 sanboot.c32 APPEND iscsi:192.168.0.31::::foo:bar LABEL iscsi2 COM32 sanboot.c32 APPEND iscsi:192.168.0.31::::baz:eep If you are _not_ using PXELINUX for your menu, please go ahead and say so and we can look at other options, including: - Multiple gPXE builds with different embedded scripts, one build per iSCSI target - The gpxe.lkrn + script.gpxe method, as you tried and as Stefan mentioned that we can arrange to accommodate Good luck. - Shao Miller _______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
