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

From Funtoo
Jump to navigation Jump to search
m
m (denote the partition table laid out in here is swapless for usb, flash, ssd, and nvme installs)
Line 26: Line 26:
Enter name: ##i##BIOS Boot
Enter name: ##i##BIOS Boot
}}
}}
Swapless partition table for usb, flash, ssd, & nvme installs:


{{console|body=
{{console|body=

Revision as of 15:10, October 18, 2020

Backwards Compatible Partition Table

List the device to be partitioned, mine is on /dev/sdc

root # lsblk -o name,size,label
root # gdisk /dev/sdc
Command: o ↵
This option deletes all partitions and creates a new protective MBR.
Proceed? (Y/N): y ↵

Required Legacy Mode Partition:

Command: n ↵
Partition Number: 1 ↵
First sector: 
Last sector: +1M ↵
Hex Code: EF02 ↵
Command: c ↵
Partition number: 1
Enter name: BIOS Boot

Swapless partition table for usb, flash, ssd, & nvme installs:

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: FUNTOO
Command: w ↵
Do you want to proceed? (Y/N): Y ↵

back to Talk:Undead_USB_Install