Hello And thanks for IPXE,

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

this is my script:
#!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
sanboot 
iscsi:10.10.0.111::::iqn.2003-01.org.linux-iscsi.vdi.x8664:sn.e5d7a4882dbf
--keep
sanboot --drive 0x81 --no-describe http://10.10.0.235/win7.iso


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


Thanks :)
---
Armin ranjbar
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to