Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: How to detect ARM architecture from iPXE script?
Post: RE: How to detect ARM architecture from iPXE scrip...

Quote:One possible reason for this issue is also that you have an EFI capable kernel, but the 64/32 bit does not match between kernel and firmware mode, they must match the firmware. (CPU support is n...
korekhov General 16 40,689 2018-10-31, 22:05
  Thread: How to detect ARM architecture from iPXE script?
Post: RE: How to detect ARM architecture from iPXE scrip...

Another question - why iPXE is complaining about kernel not being EFI while stock grubaa64.efi (from Ubuntu 18.04) has no problem with it? Am I missing something in iPXE setup? >>Checking Medi...
korekhov General 16 40,689 2018-10-31, 20:35
  Thread: How to detect ARM architecture from iPXE script?
Post: RE: How to detect ARM architecture from iPXE scrip...

Yep, all clear now. But, I noticed that iPXE on ARM64 does not have several built-in vars any more: iPXE> echo ${manufacturer} iPXE> echo ${product} iPXE> echo ${buildarch} ar...
korekhov General 16 40,689 2018-10-30, 01:59
  Thread: How to detect ARM architecture from iPXE script?
Post: RE: How to detect ARM architecture from iPXE scrip...

(2018-10-26 22:05)NiKiZe Wrote:  If your iPXE is built for arm64 - it will be running on arm64 since it can't run on arm32, I'm not sure if you can run arm32 code on arm64, if you can then you w...
korekhov General 16 40,689 2018-10-29, 18:54
  Thread: How to detect ARM architecture from iPXE script?
Post: RE: How to detect ARM architecture from iPXE scrip...

Well, just as that page says, "buildarch" is not a running arch, but where it was built. Not what I'm looking for. I need to detect actual platform where my iPXE script runs. Is that possible?
korekhov General 16 40,689 2018-10-26, 21:38
  Thread: How to detect ARM architecture from iPXE script?
Post: How to detect ARM architecture from iPXE script?

Hi, folks! I'm adding AMR64 systems to our environment and would love to use the same existing iPXE scripts for our tasks, just need to be able to determine the architecture from within iPXE to defin...
korekhov General 16 40,689 2018-10-25, 19:16
  Thread: "include" directive for ipxe scripts?
Post: RE: "include" directive for ipxe scripts?

(2018-05-31 19:49)NiKiZe Wrote:  you can just chain a different script, it will then execute and then return to the caller, but remember that this will require several roundtrips to the server t...
korekhov General 3 11,992 2018-05-31, 20:21
  Thread: "include" directive for ipxe scripts?
Post: "include" directive for ipxe scripts?

Hello there! I can't seem to find a way to "include <path>/<file>" in ipxe scripts for easier sharing of the same piece of code instead of replicating that in each of scripts. For exampl...
korekhov General 3 11,992 2018-05-31, 19:35
  Thread: use-cached not working?
Post: RE: unSOLVED: use-cached not working?

(2017-03-04 16:57)NiKiZe Wrote:  the normal way to use original dhcp setting is to use ifopen not dhcp. Hmm, just tried the latest iPXE source to build UEFI image with embedded script with abo...
korekhov General 4 24,126 2017-06-15, 22:17
  Thread: use-cached not working?
Post: SOLVED: use-cached not working?

[quote='NiKiZe' pid='13745' dateline='1488643052'] the normal way to use orignal dhcp setting is to use ifopen not dhcp. Thanks a lot, NiKiZe!
korekhov General 4 24,126 2017-03-06, 20:32
  Thread: use-cached not working?
Post: use-cached not working?

Hello all! We have been using iPXE's ability to use cached IP from PXE for several years, but in latest versions of iPXE that I had to recompile for support of newer NICs, I don't seem to be able to ...
korekhov General 4 24,126 2017-03-04, 04:53
  Thread: Mac Pro (late 2013 model) EFI and iPXE booting
Post: RE: Mac Pro (late 2013 model) EFI and iPXE booting

(2014-08-30 11:39)robinsmidsrod Wrote:  @goldenfri: EFI doesn't support anything but EFI binary formats until now. There is no way to add bzImage support before the developers enable that in the...
korekhov General 26 135,873 2016-07-19, 01:33