Skip to content

Commit

Permalink
Merge pull request #273 from nicksinger/ipxe_snponly
Browse files Browse the repository at this point in the history
Add notes how to compile driver independent ipxe binary
  • Loading branch information
okurz authored Dec 7, 2023
2 parents 29d5d49 + ba9d548 commit 51e0ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipxe/boot.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# cp bin/ipxe.pxe bin-x86_64-efi/ipxe.efi /srv/tftpboot/ipxe/
# zypper -n in cross-aarch64-gcc13
# make EMBED=/srv/tftpboot/ipxe/boot.ipxe CROSS=aarch64-suse-linux- bin-arm64-efi/ipxe.efi
# NOTE: if you face problems while downloading, this might be caused by a broken network driver (e.g. https://github.com/ipxe/ipxe/issues/1023#issuecomment-1708614076).
# Try to use an iPXE version which does not talk to the NIC directly but rather utilize the underlying UEFI calls. You can compile such a version by building `bin-arm64-efi/snponly.efi` instead of `bin-arm64-efi/ipxe.efi`
# cp bin-arm64-efi/ipxe.efi /srv/tftpboot/ipxe/ipxe-arm64.efi

echo Welcome to o3 iPXE
Expand Down

0 comments on commit 51e0ef4

Please sign in to comment.