Replies: 4 comments 5 replies
-
For Nvidia users (from Omarchy discord - i do not have nvidia hardware): After installing CachyOS:
|
Beta Was this translation helpful? Give feedback.
-
What about a different scenario: Install Omarchy as usual, then install CachyOS repos and kernel? |
Beta Was this translation helpful? Give feedback.
-
Related: #1247 |
Beta Was this translation helpful? Give feedback.
-
I’m sorry to add even more complication to this lol |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some people like to use CachyOS as their selected Arch distro. Luckily CachyOS has a base install that isn't that much different from the Arch installation and can be easily used with few caveats during the installation process of CachyOS
FYI! I have only done this with AMD hardware, Nvidia gpus might need more intervention
This is a "quick and dirty" guide how to use CachyOS as your base and add Omarchy on top of it, without issues or conflicts.
First just download the newest ISO from CachyOS website and burn it to USB stick/drive like you normally would.
Then boot the installer ISO from the USB drive. Once you are booted to the Live KDE enviroment, the CachyOS Hello application will be automatically launched. At this point make sure you are connected to Internet, either Wifi or Ethernet. For Wifi just click the Wifi icon in the dock and connect to your network.
Then we will launch the installer by clickin "Launch installer" button in CachyOS Hello.
First you will be asked to select your bootloader. I recommend either systemd-boot (which is the default) or Limine is another good option (has support for btrfs snapshots.
Go through the language and keyboard layout selection based on your preferences / location.
After those you will arrive to the disk partition section of the install:

Here I select erase disk and select the filesystem (btrfs is recommmended). Also remember to click "Encrypt system" and input your decryption password twice. Then click "Next".
Next, the installer will ask you about your preferred Desktop environment:

And just like with the stock Arch installation instruction with Omarchy, select the "No Desktop" option as we want the clean base installation.
Next up, is the extra package selection screen:
To avoid few package conflicts, untick the "CachyOS shell configuration" box (secon from the top of the list). This makes sure we don't install CachyOS' shell configs. If you forgot to disable this option you will get package conflict from tealdeer vs tldr package during the Omarchy install.
Then continue with "Next".
Go through the rest of the installer, it will ask you about your user so just fill the boxes with your name, username and password for your user. Your user will also be added to the sudoers by default.
Then just let the installer run through and at the end you are asked to reboot (tick the box in the window). Now we are done and we have a working CachyOS base install without a desktop environment.
Once you have rebooted, login with your username and password and you are in the command line.
After that you just follow the rest of the Omarchy guide and just type:
wget -qO- https://omarchy.org/install | bash
Run through the Omarchy installer and when the next boot comes you should be running Omarchy on CachyOS base.
If you forgot to untick the "CachyOS shell configuration" box during the CachyOS installer, the Omarchy install will fail at somepoint complaining about a package conflict between tealdeer (which CachyOS uses) and tldr (that Omarchy uses). Just remove the CachyOS tealdeer package with
sudo pacman -Rns tealdeer
and run the installer again.Beta Was this translation helpful? Give feedback.
All reactions