Add complete guide and all config variants

This commit is contained in:
renato97
2026-02-05 14:06:25 +00:00
parent 239ee0e593
commit b40c76762c
1053 changed files with 167761 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
select disk 5
clean
create partition primary size=32000
format fs=fat32 quick label="EFI"
active
assign letter=I
exit