From d745c36a31c1315ba2cc121ae31c5cfc4f9bede8 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 6 Feb 2025 15:35:54 +0100 Subject: [PATCH] added bios compat partition --- devices/ellaca/disko.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index 1a00210..da1ed55 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -7,10 +7,13 @@ content = { type = "gpt"; partitions = { + boot = { + size = "1M"; + type = "EF02"; + }; esp = { priority = 1; name = "BOOT"; - start = "1M"; size = "2G"; type = "EF00"; content = {