Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Boot multi client
2014-12-03, 16:14 (This post was last modified: 2014-12-03 16:14 by robinsmidsrod.)
Post: #2
RE: Boot multi client
Use the following script to boot the iSCSI volume:

Code:
#!ipxe
sanboot iscsi:192.168.2.200::::iqn.1991-05.com.microsoft:win-u0tje9eaisj-iscsiserver-target

Use the following script to hook the iSCSI volume for installation:
Code:
#!ipxe
sanhook iscsi:192.168.2.200::::iqn.1991-05.com.microsoft:win-u0tje9eaisj-iscsiserver-target
# Follow http://ipxe.org/howto/winpe to start WinPE for Windows installer

That initiator-iqn you specified (1) looks invalid. Make sure you use the correct syntax. It should look similar (but not equal) to the target URL.

PS: The youtube video link is broken.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Boot multi client - ThomasNguyen - 2014-11-12, 10:35
RE: Boot multi client - robinsmidsrod - 2014-12-03 16:14



User(s) browsing this thread: 1 Guest(s)