CachyOS kernels¶
Install normally, then swap kernels after first boot. Keeps stock kernel as fallback.
- Boot the installed system
- Add CachyOS repos:
git cloneCachyos-reposthen runsudo ./cachyos-repo --install pacman -Sy linux-cachyos(and any additional drivers you might need from their repos)- Regen bootloader:
grub-mkconfig -o /boot/grub/grub.cfg(or equivalent depending on bootloader and paths) - Reboot, pick the new kernel entry in the menu.
Optionally after checking all works fine, remove the original kernel/headers and repos (--remove).