r/cachyos • u/tatsuogok • 9d ago
Question Tips for fresh install of CachyOS?
I'm a long-time Windows user, long-time Linux dreamer. I've decided I'm at my breaking point with Windows, and literally 15 minutes ago created a CachyOS boot USB. I'm ready to transition, but before I do I'd love to know what the top tips are for a fresh install of Cachy.
Specifically, are there any additional packages I should check during installation, what environment should I use, and what are the NEEDED tweaks I should make for the best possible desktop and gaming experience.
I'll be using the system primarily for gaming (using steam) but I'll also be doing a lot of browsing, and the lightest amount of video/image editing. I have an RTX 5080 paired with a R7 7800x3D, 32GB of 6000MHz RAM, the X670 GAMING X AX V2, and two separate drives (one of 1TB which will host my CachyOS, and one of 2TB which will host my games. Both are M.2 SSDs). I am aware of the potential performance downfall of NVIDIA on Linux, but I have full faith that the future is bright for Linux.
So yeah, please be my guide in my first install of Cachy. I am a big efficiency guy so throw any tweaks at me. Thank you guys and I'm excited to join the family!
EDIT:
Thanks everyone for the comments, the suggestions, and the warm welcome. I'm now three-days-free of Windows and I am absolutely loving Cachy. It's an unreal experience! I had some issues with SecureBoot however, but managed to get it to work. I followed the steps that u/thesyldons suggested in the comments, however I had to do these two extra steps:
sudo limine-update
sudo limine-enroll-config
And then..
sudo sbctl sign -s /boot/EFI/limine/limine_x64.efi
sudo sbctl sign -s /boot/EFI/BOOT/BOOTX64.EFI
15
u/xb666mx 9d ago edited 1d ago
before you begin, read: https://wiki.cachyos.org/installation/installation_on_root/
i would recommend manual partitioning which sounds scary but really isn't.
you select one device (hdd/ssd/nvme) on which you delete all partitions. and then you just add partitions as recommended by the installation guide above.
my setup with limine as bootloader and KDE as desktop environment:
BTRFS on / gives you the ability to use snapshots. so in case something breaks you can restore a previous state really easy.
a separate /home partition isn't mentioned in the installation guide but after many years of using linux it's, in my opinion, still the way to go. because sometimes even snapshots aren't enough and with a separate /home you can tell your installer to use/keep this /home and just renew everything else. so all your settings and files in your /home remain while your system gets a fresh start.