Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sanhook takes a long time
2017-12-06, 16:12 (This post was last modified: 2017-12-06 17:04 by NiKiZe.)
Post: #3
Sanhook And Iso HTTP boot
Hello And thanks for IPXE

this is my script, goal is to attach SAN device and boot windows iso images.
(using wimpe is not possible due to architectural limitations of the project)

#!ipxe
dhcp
echo "Adding SCSI"
set username behrooz
set password behpass
set keep-san 1
set initiator-iqn iqn.1993-08.org.debian:01:a87a0bc571c
sanhook iscsi:10.10.0.111::::iqn.2003-01.org.linux-iscsi.vdi.x8664Confusedn.e5d7a4882dbf
sanboot --drive 0x81 --no-describe http://192.168.65.3/Images/ISOs/win7.iso

now problem is, windows boot manager starts and returns error 0xc0000225 (https://neosmart.net/wiki/0xc0000225/)

any ideas?

----
This post was moved into this thread (again) since it has the exact same script except for the ISO at the end.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Sanhook takes a long time - zoup - 2017-12-05, 15:52
RE: Sanhook takes a long time - zoup - 2017-12-07, 10:43
Sanhook And Iso HTTP boot - zoup - 2017-12-06 16:12



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