Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 846 Bytes

README.org

File metadata and controls

30 lines (24 loc) · 846 Bytes

Earth

Overview

Specs

CPUAMD Ryzen 7 5800X 8-Core Processor
GPUAsus GeForce RTX 3070
RAMKHX3200C16D4/32GX
MotherboardB550I AORUS PRO AX
Storage1TB SSD
UEFIyes

Installation

Verifying the internet connection

ping www.google.com

Setting up the partitions

  1. The UEFI’s boot partition should already by there due to dual-boot with Windows
  2. Create partitions
parted /dev/nvme0n1 -- mkpart primary 451GB 100%
mkfs.ext4 -L nixos /dev/nvme0n1p5
  1. Mount the partitions
mount /dev/disk/by-label/nixos /mnt
mount /dev/nvme0n1p5 /mnt/boot # existing EFI partition from Windows