Auto-commit: 2025-10-31 08:55:48

This commit is contained in:
David Wuibaille
2025-10-31 08:55:48 +01:00
parent a90c28cde9
commit e2aa08738d
28 changed files with 735 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
select disk 0
clean
convert gpt
create partition efi size=100
format quick fs=fat32 label="System"
assign letter="S"
create partition msr size=128
create partition primary
format quick fs=ntfs label="Windows"
assign letter="C"