bug#59695: ESP partition uses 1024 byte sectors

2022-11-29 Thread Efraim Flashner
I was working on using a grub-efi system image for aarch64 and I got the following error: 'Error: FAT sector size mismatch (fs=1024, dev=512)' I traced it back to u-boot¹. u-boot wouldn't chainload grub if the device block size and the filesystem sector size doesn't line up. I changed the line in (

bug#59695: ESP partition uses 1024 byte sectors

2022-12-01 Thread Efraim Flashner
On Tue, Nov 29, 2022 at 10:51:42PM +0200, Efraim Flashner wrote: > I was working on using a grub-efi system image for aarch64 and I got the > following error: > 'Error: FAT sector size mismatch (fs=1024, dev=512)' > I traced it back to u-boot¹. u-boot wouldn't chainload grub if the > device block s