Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE handoff issues
2016-06-03, 19:46
Post: #3
RE: iPXE handoff issues
(2016-06-03 16:51)mcb30 Wrote:  What script (or DHCP configuration) are you using to hook the SAN disk and exit without unhooking?

Michael

Thanks for the reply Michael!

I can hit Ctrl-B once gPXE is chainloaded from PXE and run:
Code:
dhcp net0
set keep-san 1
sanboot iscsi:<HOSTNAME-FROM-DNS>::::iqn.<BLAH-BLAH>

If there is an operating system installed at the iscsi address then it boots, otherwise it fails and preserves the connection to SAN disk and moves on to the next in the BIOS boot order which I have set to CD.

When I chainload iPXE from PXE I run the following:
Code:
dhcp net0
sanhook iscsi:<HOSTNAME-FROM-DNS>::::iqn.<BLAH-BLAH>
exit
I do that to drop to CD as next in boot order. In that case the NIC doesn't show at all to WindowsPE running from the install CD, so there is no route to the iSCSI disk anymore.

When I attempt to boot to an already known working image on an iSCSI disk I use the following:
Code:
dhcp net0
sanboot iscsi:<HOSTNAME-FROM-DNS>::::iqn.<BLAH-BLAH>
In that case I get "A disk read error occurred."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE handoff issues - jbirlingmair - 2016-06-01, 00:01
RE: iPXE handoff issues - mcb30 - 2016-06-03, 16:51
RE: iPXE handoff issues - jbirlingmair - 2016-06-03 19:46
RE: iPXE handoff issues - mcb30 - 2016-06-03, 19:59
RE: iPXE handoff issues - mcb30 - 2016-07-12, 05:48
RE: iPXE handoff issues - mcb30 - 2016-07-12, 18:42



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