meta data for this page
Differences
This shows you the differences between two versions of the page.
| linux:fs:sgdisk [2025/03/23 11:20] – created niziak | linux:fs:sgdisk [2025/03/24 09:49] (current) – niziak | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| + | |||
| + | ==== EFI ==== | ||
| + | |||
| + | # Change partition 1 type to EFI | ||
| + | |||
| + | sgdisk -t 1:EF00 -c1:efi $DISK | ||
| + | |||
| # sgdisk -n 0:0:+1MiB -t 0:ef02 -c 0:grub /dev/sda | # sgdisk -n 0:0:+1MiB -t 0:ef02 -c 0:grub /dev/sda | ||