From a997b05d77ef39676ad044f0a865203452b67e34 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Wed, 18 Jun 2025 10:53:48 +0300 Subject: [PATCH] increase the boot partition to 256 MB --- build_library/disk_layout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/disk_layout.json b/build_library/disk_layout.json index 33ae6cb4732..26406fe649f 100644 --- a/build_library/disk_layout.json +++ b/build_library/disk_layout.json @@ -13,7 +13,7 @@ "label":"EFI-SYSTEM", "fs_label":"EFI-SYSTEM", "type":"efi", - "blocks":"262144", + "blocks":"524288", "fs_type":"vfat", "mount":"/boot", "features": []