Success!
<br />
<br />#!ipxe
<br />dhcp net0
<br />set keep-san 1
<br />set initiator-iqn iqn.1998-01.com.vmware:ipxe.olympus.bv.ar.us.local
<br />sanhook iscsi:192.168.65.2::::iqn.1991-05.com.microsoft:ipxe-target
<br />sanboot --drive 0x81 --no-describe http://192.168.65.3/Images/ISOs/myiso.iso
<br />
<br />MWH
<br />
<br />On Jul 30, 2011 1:33am, mwhelton@gmail.com wrote:
<br />> Progress...somewhat.
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> I pared down the boot script to just the CD image..
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> #!ipxe
<br />>
<br />>
<br />> dhcp net0
<br />>
<br />>
<br />> set keep-san 1
<br />>
<br />>
<br />> set initiator-iqn iqn.1998-01.com.vmware:ipxe.olympus.bv.ar.us.local
<br />>
<br />>
<br />> sanboot http://192.168.65.3/Images/ISOs/myiso.iso
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> The result is:
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> Could not open SAN device.
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> http://www.ipxe.org/err/3f122003
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> I'm going to try with the latest stable tree.
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> MWH