Removed TODO text
This commit is contained in:
parent
144fc077e9
commit
3e2b527e2a
|
@ -62,8 +62,6 @@ commands.
|
||||||
|
|
||||||
### Partition Drive
|
### Partition Drive
|
||||||
|
|
||||||
TODO: Rewrite this section to have more of a focus on what commands to run (too much time spent describing)
|
|
||||||
|
|
||||||
My device had two SSDs installed. `lsblk` showed them as `nvme0n1` and `nvme1n1`. My primary SSD was `nvme1n1` so I ran `gdisk
|
My device had two SSDs installed. `lsblk` showed them as `nvme0n1` and `nvme1n1`. My primary SSD was `nvme1n1` so I ran `gdisk
|
||||||
/dev/nmve1n1`. You can enter `?` to get a list of commands. I went ahead and deleted (`d`) all the existing partitions. Created an
|
/dev/nmve1n1`. You can enter `?` to get a list of commands. I went ahead and deleted (`d`) all the existing partitions. Created an
|
||||||
EFI partition (`n`) on partition 1 with a size of 100 MiB (chose first sector and then `+100M` for the last sector) with hex code
|
EFI partition (`n`) on partition 1 with a size of 100 MiB (chose first sector and then `+100M` for the last sector) with hex code
|
||||||
|
|
Loading…
Reference in a new issue