Once the Windows 10 recovery environment (Windows PE) boots, use the Advanced Options to obtain a command line.
To start the iSCSI initiator:
wpeutil initializenetworkOnce this is ready, you can manually install Windows 10:
net start msiscsi
iscsicli qaddtargetportal portal.ip.address.here
iscsicli listtargets
iscsicli qlogintarget iqn.xxx.xxx
iscsicli PersistentLoginTargetT * * * * * * * * * * * * * * * 0 (that was fifteen * characters)
iscsicli ListPersistentTargets
iscsicli ReportTargetMappings
c:\$Windows.~WS\Sources\Windows\sources\setuperror.exeFor reference, here are the hidden upgrade folders and their meanings:
"Windows.WS = Windows Server Folder"
"Windows.BT = Windows Backup Files"
"Windows.Old = Windows backup files"
Have fun!