[GUIDE] My procedure for installing Arch Linux XFCE on AMD Framework 13

Thanks for sharing this! Is there a reason why you didn’t create a swap partition?

There is also a minor issue with creating the home partition. You are using the system flag instead of the home flag.

mkfs.ext4 -L system /dev/mapper/home

should be

mkfs.ext4 -L home /dev/mapper/home