iPXE discussion forum

Full Version: install win7 on iscsi target
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to setup win7 on iscsi target some days. I see iscsi target from installed winxp.
I boot through pxe undionly.kpxe and can see as register SAN device 0x80.
Next step I press Ctrl-B and exit for booting from DVD but installer could not find any drive
Some question about scripting
-----------------
#!ipxe
dhcp net0
set keep-san 1
echo root-path
set root-path iscsi:192.168.1.183::::iqn.2011-03.example.org.istgt:iscsiboot
echo sanboot
sanhook iscsi:192.168.1.183::::iqn.2011-03.example.org.istgt:iscsiboot
prompt #<- not working
-------------------
As i think many instructions don't need
Correct me please
[Image: dhcp.JPG]
[Image: screen.JPG]
Installing by doing "exit" and letting the BIOS continue installation from DVD has problems on a lot of machines. It never worked well for myself. The new wimboot method of running WinPE and starting the installation from the ramdisk is much more reliable. You can just as well install from DVD as from a network path (CIFS/SMB). See this howto for details: http://ipxe.org/howto/winpe
Reference URL's