Files
AuxXxilium 1fc70a00f2 grub: size image to 3700M to fit a 4GB device
bs=1M is MiB while stick capacity is advertised in decimal GB, so 3850
produced a 4.04 GB image that does not fit a 4GB device at all. 3700 MiB
is 3.88 GB, leaving a 3.0% margin under 4,000,000,000 B.

That is the same margin as the earlier seek=1850 (1.94 GB against a 2GB
device, 00409cfa), and it also clears real sticks that report less than
a full 4 GB. p3 ends up at 3600M.
2026-08-23 12:51:53 +02:00
..
2026-05-25 11:46:25 +02:00