[ipxe-devel] SANBOOT/SANHOOK VMWARE Esxi 6.5 EFI

Christian Nilsson nikize at gmail.com
Sun Apr 16 17:40:55 UTC 2017


Hi,
The error from sanhook suggests that you are hooking to a drive number
that is already in use.
It could be due to previous san commands in the same run..
I'm not sure why you are using --drive, I would start with removing
--drive part from you commands.

Your iscsi uri seems a bit weird as well, by mentioning EFI are you
saying that this works in PCBIOS mode but not EFI?



On Sun, Apr 16, 2017 at 6:12 PM, tiroNET::Martin Lugger
<martin.lugger at tironet.com> wrote:
> HI ipxe developers,
>
> it seems, that the support of SANBOOT EFI on VMWARE ESXi 6.5 on a “x86_x64
> VM” and a “i386 VM” is not working
>
> ON the Bios based machines in VMWARE and on physical computers it is working
> well!
>
>
>
> I get the error “COULD NOT DESCRIBE SAN DEVICES: Operation not supported
> (http://ipxe.org/3c222083)
>
>
>
> I build the IPXE.EFI binaries via Rom-O-Matic website with the default
> settings.
>
>
>
> Here is my IPXE script code snip and a attachment:
>
> :WinISCSIBoot
>
>                 set  root-path
> iscsi:${iscsi-srv}:tcp:3260:0:${iscsi-target}              ||
>
>                 sanboot  --drive=0x80 ${root-path}
> ||
>
>                 goto WinISCSIInst
>
>
>
> :WinISCSIInst
>
>                 set  root-path
> iscsi:${iscsi-srv}:tcp:3260:0:${iscsi-target}              ||
>
>                 sanhook  --drive=0x80 ${root-path}
> ||
>
>                 goto WimbootWK
> ||
>
>
>
> Output in case of SANBOOT:
>
> REGISTERED SAN DEVICE 0x80
>
> COULD NOT DESCRIBE SAN DEVICE:OPERATION NOT SUPPORTED
> (http://ipxe.org/3c222083)
>
>
>
> Output in case of SANHOOK:
>
> COULD NOT OPEN SAN DEVICE: Error 0x0323209 (http://ipxe.org/03232094)
>
>
>
> Thank you for your help
>
>
>
> Mit freundlichen Grüßen
> DI Martin Lugger
>
> +++++++++++++++++++++++++++++++++
> tiroNET
> Dipl. Ing. Martin Lugger GmbH & Co KG
> Schopenhauerstrasse 45/21
> A-1180 Wien
> FB:137132s
> UID:ATU40176509
> FG:Handelsgericht Wien
>
> Tel.: +43 (699) 12166064
> Fax: +43 (720) 5050869
> e-mail:martin.lugger at tironet.com
> +++++++++++++++++++++++++++++++++
>
>
>
>
> _______________________________________________
> ipxe-devel mailing list
> ipxe-devel at lists.ipxe.org
> https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel
>



More information about the ipxe-devel mailing list