You are not logged in.
Pages: 1
I'm running a FOG pxe environment where I am trying to chain load the ipxe-arch.efi file to do netboot installs. Everything works great when I'm using the BIOS ipxe-arch.pxe file, but fails when I try to use the UEFI ipxe-arch.efi file. See error below.
From what I can tell, this was reported back in Feb on the iPxe side of things here --> https://github.com/ipxe/ipxe/discussions/902 and fixed here --> https://github.com/ipxe/ipxe/pull/905
Is this something that Arch hasn't inherited yet?(Current iPxe is v1.21.1, ipxe-arch.efi is using iPxe v1.0.0) Does it need to be reported? And how to report since it's not a regular package.
Thanks!
-baggar11
Offline
Until the files in https://github.com/archlinux/archweb/tr … ic/netboot get updated, you can use /usr/share/ipxe/x86_64/ipxe-arch.efi and /usr/share/ipxe/ipxe-arch.pxe from the ipxe package.
Offline
Until the files in https://github.com/archlinux/archweb/tr … ic/netboot get updated, you can use /usr/share/ipxe/x86_64/ipxe-arch.efi and /usr/share/ipxe/ipxe-arch.pxe from the ipxe package.
Thanks for the suggestion. Just finished trying the ipxe-arch.efi file from the ipxe package as suggestion and it looks like it's using the same ipxe version number as the netboot files. Produces the same error after trying to boot arch. I'll see if I can put together an updated efi package to netboot arch at some point.
Offline
From what I can tell from https://github.com/ipxe/ipxe/blob/v1.21 … #L207-L236 , if it cannot determine the version by using git, it just uses "1.0.0.+". The ipxe package would need to be built from a git tree instead of the tarball to have the correct version shown.
Neither https://github.com/ipxe/ipxe/commit/04e … e5e1004661, nor https://github.com/ipxe/ipxe/commit/6a0 … feab31d5bd it references, are in a released version. They live in the master branch. For whatever reason ipxe hasn't had a new release since 2020-12-31.
Offline
Pages: 1