Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Synology iSCSI Disconnect Issues
2016-01-18, 07:52
Post: #4
RE: Synology iSCSI Disconnect Issues
Quote: Your code
Code:
#!ipxe
sanboot -k iscsi:172.16.10.229::::iqn.test.com || chain http://172.16.10.230/pxelinux.0

Couple of (Possible) problems here I can see - my example doesn't use pxelinux.0:

Code:
#!ipxe

:defaultboot
sanboot --drive 0x80 iscsi:172.16.10.229::::iqn.test.com ||

:forinstallation
sanhook --drive 0x80 iscsi:172.16.10.229::::iqn.test.com ||
sanboot --drive 0x81 --no-describe http://172.16.10.230/$esxi5orlater.iso ||

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Synology iSCSI Disconnect Issues - MultimediaMan - 2016-01-18 07:52



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