<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div><span style="background: var(--white);">Hi,</span></div>
<div><span style="background: var(--white);"><br>
</span></div>
<div><span style="background: var(--white);">Trying to boot Windows Server 2019 Standard Core via IPXE using the following ISO: http://boot.ipxe.org/ipxe.iso.</span></div>
<div><span style="background: var(--white);">Here is the situation:</span></div>
<div><span style="background: var(--white);"><br>
</span></div>
<div><span style="background: var(--white);">dhcp    (OK)</span><br>
</div>
<div>set keep-san 1    (OK)</div>
<div>sanhook --drive 0x80 iscsi:192.168.1.10:::1:iqn.2000-01.com.synology:Storage.Target-1.bd589bc392      (OK--->>Registered SAN device 0x80)</div>
<span>sanboot --filename \bootmgr  iscsi:192.168.1.10:::1:iqn.2000-01.com.synology:Storage.Target-1.bd589bc392   (KO--->>Could not open SAN device: Error 0x03232019)</span><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>sanboot --filename \bootmgr --no-describe --drive 0x80     (KO--->>Boot from SAN device 0x80 failed: Operation canceled:  <a href="http://ipxe.org/0b8080a0" id="LPlnk596219">http://ipxe.org/0b8080a0</a>)<br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Thanks for helping!</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Kind regards,</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Christian</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>PS:</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>I also try to build ipxe on my iMac Mojave macOS 10.14.3 (18D109) :</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><span>Already installed:</span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<ul>
<li><span style="background: var(--white);">git clone git://git.ipxe.org/ipxe.git<br>
</span></li><li><span style="background: var(--white);">gcc (version 3 or later)</span></li><li><span style="background: var(--white);">binutils (version 2.18 or later)</span></li><li><span style="background: var(--white);">make</span></li><li><span style="background: var(--white);">perl</span></li><li><span style="background: var(--white);">mtools<br>
</span></li></ul>
<span style="background: var(--white);">xz-5.2.4 is present in the same folder as ipxe (the "ipxe" resulting from git clone git://git.ipxe.org/ipxe.git)</span><br>
<span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>via terminal:</span></div>
<div style="font-size: 12pt; color: rgb(0, 0, 0);">
<ul style="font-family: Calibri, Helvetica, sans-serif;">
<li style="font-family: calibri, helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="background: var(--white);">cd ipxe/src</span><br>
</li><li style="font-family: calibri, helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="background: var(--white);">make</span><br>
</li></ul>
<div><font face="calibri, helvetica, sans-serif">Result:</font></div>
<div><font face="calibri, helvetica, sans-serif"><span>  [BUILD] bin/__divdi3.o<br>
</span>
<div>clang: error: unknown argument: '-mpreferred-stack-boundary=2'<br>
</div>
<div>clang: error: optimization flag '-fstrength-reduce' is not supported [-Werror,-Wignored-optimization-argument]<br>
</div>
<div>clang: error: optimization flag '-falign-jumps=1' is not supported [-Werror,-Wignored-optimization-argument]<br>
</div>
<div>clang: error: optimization flag '-falign-loops=1' is not supported [-Werror,-Wignored-optimization-argument]<br>
</div>
<div>clang: error: optimization flag '-falign-functions=1' is not supported [-Werror,-Wignored-optimization-argument]<br>
</div>
<span>make: *** [bin/__divdi3.o] Error 1</span><br>
</font></div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Do I miss something?</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
</body>
</html>