added bios compat partition

This commit is contained in:
twoneis 2025-02-06 15:35:54 +01:00
parent 867876be63
commit d745c36a31

View file

@ -7,10 +7,13 @@
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {
boot = {
size = "1M";
type = "EF02";
};
esp = { esp = {
priority = 1; priority = 1;
name = "BOOT"; name = "BOOT";
start = "1M";
size = "2G"; size = "2G";
type = "EF00"; type = "EF00";
content = { content = {