Install a Windows 7 operating system on an iSCSI target.
No physical disks present. System configured to boot from NIC equipped with gPXE ROM.
iSCSI target running IETD. DHCP server providing network configuration and iSCSI root-path.
Success is defined as reaching the Windows graphical login screen.
Create an empty, sparse ~10GB disk image (TODO: this could probably be smaller).
dd if=/dev/zero of=/path/to/img/file.img bs=1000 count=0 seek=10000000
Write a new Target
entry in /etc/ietd.conf:
Target iqn.2000-01.test.etherboot.org:iscsiinstall.win7 Lun 0 Path=/files/temp/win7iscsi.img