Arch install
Posted on Fri 24 April 2015 in posts
Had to switch secure boot off of windows mode in the bios
set keyboard layout with # loadkeys dvorak
partition the disk with gdisk gdisk /dev/sda o (create new partition table) n (add new partition) # Needs 2 partitions: EFI (ef00) roughly 500Mb Linux? w (write partition to disk)
make filesystem mkfs.fat -F32 /dev/sda1 (boot) mkfs.ext4 /dev/sda2 (fs)
setup linux and account
download linux-vfio from aur unpack install dependencies (xmlto docbook-xsl bc)