CachyOS kernels¶
Switching¶
Install normally, then swap kernels after first boot. Keeps stock kernel as fallback.
- Boot the installed system
- Add
Cachyos-reposthen runsudo ./cachyos-repo --install pacman -Syy 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 repos (--remove).
Details¶
Simply because we want an arch base: Details are available in the repo itself.
- Do not replace pacman
- Do not insert cachyos repos before regular ones
Can specify as pacman -S cachyos/appname or cachyos-vX/linux-variant
That's it.