<html v="urn:schemas-microsoft-com:vml" o="urn:schemas-microsoft-com:office:office" w="urn:schemas-microsoft-com:office:word" m="http://schemas.microsoft.com/office/2004/12/omml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Generator" content="Microsoft Word 15 (filtered medium)" />
<style><!--
/* Font Definitions */
@font-face
 {font-family:"Cambria Math";
 panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
 {font-family:Calibri;
 panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
 {margin:0cm;
 margin-bottom:.0001pt;
 font-size:11.0pt;
 font-family:"Calibri",sans-serif;
 mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
 {mso-style-priority:99;
 color:#0563C1;
 text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
 {mso-style-priority:99;
 color:#954F72;
 text-decoration:underline;}
span.E-MailFormatvorlage17
 {mso-style-type:personal-compose;
 font-family:"Calibri",sans-serif;
 color:windowtext;}
.MsoChpDefault
 {mso-style-type:export-only;
 font-size:10.0pt;}
@page WordSection1
 {size:612.0pt 792.0pt;
 margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
 {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->

</head><body lang="DE" link="#0563C1" vlink="#954F72">The first error suggests that your UEFI firmware does not provide the EFI_ACPI_TABLE_PROTOCOL and so provides no way for iPXE to describe the iSCSI target.  You can work around this firmware problem by using --no-describe. Note that the booted OS will not be able to automatically locate the iSCSI target, since there will be no iBFT.<br>
<br>
The second error is simply because you have attempted to hook two SAN targets using the same drive number.<br>
<br>
Michael<br><br><div class="gmail_quote">On 16 April 2017 17:12:29 BST, "tiroNET::Martin Lugger" <martin.lugger@tironet.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">HI ipxe developers,<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US">it seems, that the support of SANBOOT <b>
EFI</b> on VMWARE ESXi 6.5 on a “<b>x86_x64 VM” and a “i386 VM” </b>is not working<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US">ON the Bios based machines in VMWARE and on physical computers it is working well!<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US"><p> </p></span></p>
<p class="MsoNormal"><span lang="EN-US">I get the error “COULD NOT DESCRIBE SAN DEVICES: Operation not supported (http://ipxe.org/3c222083)<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US"><p> </p></span></p>
<p class="MsoNormal"><span lang="EN-US">I build the IPXE.EFI binaries via Rom-O-Matic website with the default settings.<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US"><p> </p></span></p>
<p class="MsoNormal"><b><span lang="EN-US">Here is my IPXE script code snip and a attachment:<p></p></span></b></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">:WinISCSIBoot<p></p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">                set  root-path  iscsi:${iscsi-srv}:tcp:3260:0:${iscsi-target}              ||<p></p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">                sanboot  --drive=0x80 ${root-path}                                                       ||<p></p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">                goto WinISCSIInst<p></p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US"><p> </p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">:WinISCSIInst<p></p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">                set  root-path  iscsi:${iscsi-srv}:tcp:3260:0:${iscsi-target}              ||<p></p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">                sanhook  --drive=0x80 ${root-path}                                                      ||<p></p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="EN-US">               
</span>goto WimbootWK                                                                                     ||</p><p></p>
<p class="MsoNormal" style="margin-left:35.4pt"></p><p> </p>
<p class="MsoNormal"><b><span lang="EN-US">Output in case of SANBOOT:<p></p></span></b></p>
<p class="MsoNormal"><span lang="EN-US">REGISTERED SAN DEVICE 0x80<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US">COULD NOT DESCRIBE SAN DEVICE:OPERATION NOT SUPPORTED (<a href="http://ipxe.org/3c222083">http://ipxe.org/3c222083</a>)<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US"><p> </p></span></p>
<p class="MsoNormal"><b><span lang="EN-US">Output in case of SANHOOK:<p></p></span></b></p>
<p class="MsoNormal"><span lang="EN-US">COULD NOT OPEN SAN DEVICE: Error 0x0323209 (http://ipxe.org/03232094)<p></p></span></p>
<p class="MsoNormal"></p><p> </p>
<p class="MsoNormal">Thank you for your help</p><p></p>
<p class="MsoNormal"></p><p> </p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Arial",sans-serif;color:black;mso-fareast-language:DE">Mit freundlichen Grüßen<br />
DI Martin Lugger</span><span style="font-family:"Times New Roman",serif;color:black;mso-fareast-language:DE"><p></p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:7.5pt;color:black;mso-fareast-language:DE">+++++++++++++++++++++++++++++++++<br />
tiroNET<br />
Dipl. Ing. Martin Lugger GmbH & Co KG<br />
Schopenhauerstrasse 45/21<br />
A-1180 Wien<br />
FB:137132s<br />
UID:ATU40176509<br />
FG:Handelsgericht Wien<p></p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt"><span lang="EN-US" style="font-size:7.5pt;color:black;mso-fareast-language:DE">Tel.: +43 (699) 12166064<br />
Fax: +43 (720) 5050869<br />
e-mail:martin.lugger@tironet.com<br />
+++++++++++++++++++++++++++++++++<p></p></span></p>
<p class="MsoNormal"><span lang="EN-US"><p> </p></span></p>
</div>

</blockquote></div><br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>