User:Innsill/dwm-starter (x86-64)
... ???
alpine-extended-3.10.3-x86_64.iso
- lsblk
- wipefs /dev/nvme0n1
- __________________________________________________
fdisk /dev/nvme0n1- o - clear out any partitions
- n
- p - primary
1 - first partition on the drive
+16G
t - 82 Linux swap
...
- p - primary
- n
... enter - to accept the default ending sectors - ...
- __________________________________________________
fdisk /dev/sda- ...
a - toggle a bootable flag
...
- ...
- __________________________________________________
mkfs.btrfs -L RC100 /dev/nvme0n1p2
mkfs.ext3 -L OLD_HDD /dev/sda2
wipefs /dev/nvme0n1p2
wipefs /dev/sda2 - __________________________________________________
mount -t btrfs -o compress /dev/nvme0n1p2 /mnt
mkdir /mnt/boot
mount /dev/sda2 /mnt/boot - BOOTLOADER=grub
setup-disk /mnt mount /dev/ /mnt/dev/ --bind
mount -t proc none /mnt/proc
mount -o bind /sys /mnt/sys
chroot /mnt
grub-install /dev/sda
hdparm -Y /dev/sda
X -configure
vi xorg.conf.new
Section "Device" Identifier "Card0" Driver "amdgpu" BusID "PCI:0:17:0" EndSection