Difference between revisions of "Talk:Install/GPT Partitioning"

From Funtoo
Jump to navigation Jump to search
(add legacy support BIOS Boot partition)
 
m (add boot & root & omit swapping because most modern drives targeted are usb/ssd/nvme/flash)
Line 8: Line 8:
Partition number: 1
Partition number: 1
Enter name: BIOS Boot
Enter name: BIOS Boot
}}
{{console|body=
Command: ##i##n ↵
Partition Number: ##i##2 ↵
First sector: ##i##↵
Last sector: ##i##+128M ↵
Hex Code: ##i##EF00 ↵
Command: ##i##c ↵
Partition number: 2
Enter name: boot
}}
{{console|body=
Command: ##i##n ↵
Partition Number: ##i##3 ↵
First sector: ##i##↵
Last sector: ##i##↵
Hex Code: ##i## ↵
Command: ##i##c ↵
Partition number: 3
Enter name: root
}}
}}

Revision as of 05:14, October 9, 2020

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