5-auto-regen-zbm #13
@ -36,7 +36,7 @@ If you're unsure nothing's stopping you from just giving it a go with a best gue
|
|||||||
|
|
||||||
### UEFI
|
### UEFI
|
||||||
|
|
||||||
On a blank example disk `/dev/sda` you can fulfill the UEFI requirements (One `EF00` partition with a file system plus one `BF00` partition) for example like so:
|
On a blank example disk `/dev/sda` you can fulfill the UEFI requirements (one `EF00` partition with a file system plus one `BF00` partition) for example like so:
|
||||||
```
|
```
|
||||||
sgdisk --new '1::+512M' --new '2' --typecode '1:EF00' --typecode '2:BF00' /dev/sda
|
sgdisk --new '1::+512M' --new '2' --typecode '1:EF00' --typecode '2:BF00' /dev/sda
|
||||||
mkfs.vfat /dev/sda1
|
mkfs.vfat /dev/sda1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user