Talk:Install/GPT Partitioning

From Funtoo
Revision as of 09:10, October 10, 2020 by Pnoecker (talk | contribs)
Jump to navigation Jump to search

Backwards Compatible Partition Table

root # gdisk /dev/sdc
Command: o ↵
This option deletes all partitions and creates a new protective MBR.
Proceed? (Y/N): y ↵
Command: n ↵
Partition Number: 1 ↵
First sector: 
Last sector: +1M ↵
Hex Code: EF02 ↵
Command: c ↵
Partition number: 1
Enter name: BIOS Boot
Command: n ↵
Partition Number: 2 ↵
First sector: 
Last sector: +128M ↵
Hex Code: EF00 ↵
Command: c ↵
Partition number: 2
Enter name: BOOT
Command: n ↵
Partition Number: 3 ↵
First sector: 
Last sector: 
Hex Code: 
Command: c ↵
Partition number: 3
Enter name: ROOT
Command: w ↵
Do you want to proceed? (Y/N): Y ↵