2012-08-14, 09:17
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
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