- Get a bootable Arch iso.
- Partition the disk (https://wiki.archlinux.org/index.php/installation_guide#Partition_the_disks).
- If you have Windows installed, skip creating an EFI parition, we'll use Windows'.
- note
/dev/sdX1IS always the EFI partition. mkfs.ext4 -L ROOT /dev/sdXYmkfs.ext4 -L HOME /dev/sdXZoptionalmount /dev/sdXY /mntmount /dev/sdXZ /mnt/homemount /dev/sdX1 /mnt/boot
pacstrap /mnt base base-devel grub efibootmgr os-prober intel-ucode(amd-ucodeif you use amd)genfstab -U /mnt >> /mnt/etc/fstabarch-chroot /mntln -sf /usr/share/zoneinfo/Region/City /etc/localtimehwclock --systohcecho en_US.UTF-8 UTF-8 > /etc/locale.gen && locale-genecho something > /etc/hostnamepasswd(set root password)
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUBgrub-mkconfig -o /boot/grub/grub.cfgexit- sacrifice a virgin to satan
reboot