[ipxe-devel] sanboot error questions
Christian Rappo
rappoc at hotmail.com
Tue Feb 12 08:57:19 UTC 2019
Hi,
Trying to boot Windows Server 2019 Standard Core via IPXE using the following ISO: http://boot.ipxe.org/ipxe.iso.
Here is the situation:
dhcp (OK)
set keep-san 1 (OK)
sanhook --drive 0x80 iscsi:192.168.1.10:::1:iqn.2000-01.com.synology:Storage.Target-1.bd589bc392 (OK--->>Registered SAN device 0x80)
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)
sanboot --filename \bootmgr --no-describe --drive 0x80 (KO--->>Boot from SAN device 0x80 failed: Operation canceled: http://ipxe.org/0b8080a0)
Thanks for helping!
Kind regards,
Christian
PS:
I also try to build ipxe on my iMac Mojave macOS 10.14.3 (18D109) :
Already installed:
* git clone git://git.ipxe.org/ipxe.git
* gcc (version 3 or later)
* binutils (version 2.18 or later)
* make
* perl
* mtools
xz-5.2.4 is present in the same folder as ipxe (the "ipxe" resulting from git clone git://git.ipxe.org/ipxe.git)
via terminal:
* cd ipxe/src
* make
Result:
[BUILD] bin/__divdi3.o
clang: error: unknown argument: '-mpreferred-stack-boundary=2'
clang: error: optimization flag '-fstrength-reduce' is not supported [-Werror,-Wignored-optimization-argument]
clang: error: optimization flag '-falign-jumps=1' is not supported [-Werror,-Wignored-optimization-argument]
clang: error: optimization flag '-falign-loops=1' is not supported [-Werror,-Wignored-optimization-argument]
clang: error: optimization flag '-falign-functions=1' is not supported [-Werror,-Wignored-optimization-argument]
make: *** [bin/__divdi3.o] Error 1
Do I miss something?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190212/2250cccb/attachment.htm>
More information about the ipxe-devel
mailing list