diff --git a/build/jam/ImageRules b/build/jam/ImageRules index e182d87230..da37f50763 100644 --- a/build/jam/ImageRules +++ b/build/jam/ImageRules @@ -1638,7 +1638,7 @@ actions BuildEfiSystemPartition1 { $(RM) $(<) dd if=/dev/zero of=$(<) bs=1024 count=2880 - mformat -i $(<) -n 36 -h 2 -t 80 + mformat -i $(<) -f 2880 mmd -D s -i $(<) ::/EFI mmd -D s -i $(<) ::/EFI/BOOT mcopy -D o -i $(<) $(>) ::/EFI/BOOT/BOOTX64.EFI