FreeBSD arm64 on EC2 requires boot1.efifat

Warner Losh imp at bsdimp.com
Mon Mar 15 18:58:56 UTC 2021


On Mon, Mar 15, 2021 at 12:30 PM Michael Sierchio <kudzu at tenebras.com>
wrote:

> For both 12-STABLE and 13-RC2 I have been successful in creating working
> instances in AWS EC2 only with boot1.efifat – which does not appear to be
> included in base.txz
>

No. It's not needed. It has been retired.


> If anyone has succeeded with boot1.efi, I stand ready to be enlightened.
>

The ESP is just a FAT filesystem.

newfs_msdos /dev/XX
mount -t msdos /dev/XX /mnt
mkdir /mnt/efi/boot
cp /boot/boot1.efi /mnt/efi/boot/bootx64.efi

I've added this to the release notes recently...


> Thanks!
>
> – M
>
> --
>
> "Well," Brahmā said, "even after ten thousand explanations, a fool is no
> wiser, but an intelligent person requires only two thousand five hundred."
>
> - The Mahābhārata
> _______________________________________________
> freebsd-arm at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe at freebsd.org"
>


More information about the freebsd-arm mailing list