]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Increase the amd64 ISO ESP file size from 800KB to 1024KB.
authorgjb <gjb@FreeBSD.org>
Thu, 15 Oct 2020 17:12:58 +0000 (17:12 +0000)
committergjb <gjb@FreeBSD.org>
Thu, 15 Oct 2020 17:12:58 +0000 (17:12 +0000)
commit82509e6324a1c2ec956cd5f8cf37f57ab959fb4e
tree42bd55f20410fefe44b44a0c7605250662a7f88c
parent316f90854da99b9efea2eb5fcdf8b10331fa1a68
Increase the amd64 ISO ESP file size from 800KB to 1024KB.

At some poing over the last week, the bootx64.efi file has grown
past the 800KB threshold, resulting in being unable to copy it to
the EFI/BOOT directory.

 # stat -f %z efiboot.znWo7m
 819200
 # stat -f %z stand-test.PIEugN/EFI/BOOT/bootx64.efi
 842752

The comment in the script that creates the ISOs suggests that 800KB
is the maximum allowed for the boot code, however I was able to
boot an ISO with a 1024KB boot partition.  Additionally, I verified
against an ISO from OtherOS, where the boot EFI partition is 2.4MB.

Sponsored by: Rubicon Communications, LLC (netgate.com)
release/amd64/mkisoimages.sh
release/arm64/mkisoimages.sh