2020-05-15, 23:48
I have a Windows 2016 configured as iSCSI Target...
I connect OK to the iSCSI drives from other machines in the LAN
with the Microsoft iSCSI client (iscsicpl.exe)
When I try to connect via ipxe.efi/sanboot it gaves me this error:
"Could not open SAN device: Input/output error (http://ipxe.org/1d704098)"
consulting the suggested URL:
---
Possible sources
This error originated from one of the following locations
within the iPXE source code:
drivers/block/scsi.c (line 494)
---
the ipxe script lines for the iscsi config/invoke are:
---
set initiator-iqn iqn.1991-05.com.microsoft:server1
sanboot iscsi:10.0.0.1:tcp:3260:0:iqn.1991-05.com.microsoft:disk1 ||
---
PS:
* 10.0.0.1 is the NIC I have on server1 for iSCSI service
* as I said... it connects OK with the Windows iSCSI client
I downloaded the last ipxe.efi binary from "http://boot.ipxe.org"
and try other 2 older binaries with the same result...
?does anyone have any ideas where to look??
I connect OK to the iSCSI drives from other machines in the LAN
with the Microsoft iSCSI client (iscsicpl.exe)
When I try to connect via ipxe.efi/sanboot it gaves me this error:
"Could not open SAN device: Input/output error (http://ipxe.org/1d704098)"
consulting the suggested URL:
---
Possible sources
This error originated from one of the following locations
within the iPXE source code:
drivers/block/scsi.c (line 494)
---
the ipxe script lines for the iscsi config/invoke are:
---
set initiator-iqn iqn.1991-05.com.microsoft:server1
sanboot iscsi:10.0.0.1:tcp:3260:0:iqn.1991-05.com.microsoft:disk1 ||
---
PS:
* 10.0.0.1 is the NIC I have on server1 for iSCSI service
* as I said... it connects OK with the Windows iSCSI client
I downloaded the last ipxe.efi binary from "http://boot.ipxe.org"
and try other 2 older binaries with the same result...
?does anyone have any ideas where to look??