From d80952de4bae669bb92567fe9ed6edfcb360606b Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 11 May 2025 09:04:39 +0200 Subject: [PATCH] Temporary set disk layout to aligment to 8192 blocks to leave some room for U-Boot --- 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 33ae6cb473..cb8ddc704b 100644 --- a/build_library/disk_layout.json +++ b/build_library/disk_layout.json @@ -2,7 +2,7 @@ "_comment": "See http://www.chromium.org/chromium-os/building-chromium-os/disk-layout-format", "metadata":{ "_comment": "Partitions are aligned to 2MB (4096 blocks). For the sake of VHD disks sizes should align to *both* 2MB and a CHS cylender boundry for the common 16H 63S geometry (16*63 = 1008 blocks). The least common multiple of 4096 and 1008 is 258048 blocks.", - "part_alignment": 4096, + "part_alignment": 8192, "disk_alignment": 258048, "block_size": 512, "fs_block_size": 4096