Jump to content

Welcome to CodeNameJessica

โœจ Welcome to CodeNameJessica! โœจ

๐Ÿ’ป Where tech meets community.

Hello, Guest! ๐Ÿ‘‹
You're just a few clicks away from joining an exclusive space for tech enthusiasts, problem-solvers, and lifelong learners like you.

๐Ÿ” Why Join?
By becoming a member of CodeNameJessica, youโ€™ll get access to:
โœ… In-depth discussions on Linux, Security, Server Administration, Programming, and more
โœ… Exclusive resources, tools, and scripts for IT professionals
โœ… A supportive community of like-minded individuals to share ideas, solve problems, and learn together
โœ… Project showcases, guides, and tutorials from our members
โœ… Personalized profiles and direct messaging to collaborate with other techies

๐ŸŒ Sign Up Now and Unlock Full Access!
As a guest, you're seeing just a glimpse of what we offer. Don't miss out on the complete experience! Create a free account today and start exploring everything CodeNameJessica has to offer.

by: Abhishek Prakash
Mon, 28 Apr 2025 06:04:44 GMT


Dual Booting CachyOS and Windows

There is something about CachyOS. It feels fast. The performance is excellently smooth, specially if you have newer hardware.

I don't have data to prove it but my new Asus Zenbook that I bought in November last year is rocking CachyOS superbly.

The new laptop came with Windows, which is not surprising. I didn't replace Windows with Linux. Instead, I installed CachyOS in dual boot mode alongside Windows.

The thing is that it was straightforward to do so. Anything simple in the Arch domain is amusing in itself.

So, I share my amusing experience in this video.

I understand that video may not be everyone's favorite format so I created this tutorial in the text format too.

There are a few things to note here:

  • An active internet connection is mandatory. Offline installation is not possible.
  • An 8 GB USB is needed to create the installation medium.
  • At least 40 GB free disk space (it could be 20 GB as well but that would be way too less).
  • Time and patience is of essence.
🚧
You should back up your important data on an external disk or cloud. It is rare that anything will go wrong, but if you are not familiar to dealing with disk partitions, a backup will save your day.
SPONSORED

Use Swiss-based pCloud storage

Back up important folders from your computer to pCloud, securely. Keep and recover old versions in up to 1 year.

Learn more about pCloud backup

Creating live USB of CachyOS and booting from it

First, download the desktop edition of CachyOS from its website:

You can create the live USB on any computer with the help of Ventoy. I used my TUXEDO notebook for this purpose.

Download Ventoy from the official Website. When you extract it, there will be a few executables in it to run it either in a browser or in a GUI. Use whatever you want.

Making sure that USB is plugged in, install Ventoy on it.

Dual Booting CachyOS and Windows

Once done, all you need to do is to drag the CachyOS ISO to the Ventoy disk. The example below shows it for Mint but it's the same for any Linux ISO.

Dual Booting CachyOS and Windows

If you need detailed steps for using Ventoy, please follow this tutorial.

Install and Use Ventoy on Ubuntu [Complete Guide]
Tired of flashing USB drives for every ISO? Get started with Ventoy and get the ability to easily boot from ISOs.
Dual Booting CachyOS and Windows

Once I had the CachyOS live USB, I put it in the Asus Zenbook and restarted it. When the computer was starting up, pressing F2/F10 button took me to the BIOS Settings.

I did that to ensure that the system boots from the USB instead of the hard disk by changing the boot order.

Dual Booting CachyOS and Windows
Change boot priority

When the system booted next, Ventoy screen was visible and I could see the option to load the CachyOS live session.

Dual Booting CachyOS and Windows
Select CachyOS

I selected to boot in normal mode.

Dual Booting CachyOS and Windows
Normal Mode

There was an option to boot into CachyOS with NVIDIA. I went with the default option.

Dual Booting CachyOS and Windows
Open-source or closed-source drivers

While booting into CachyOS, I ran into an issue. There was a "Start Job is running..." message for more than a minute or two. I force restarted the system and the live USB worked fine the next time.

Dual Booting CachyOS and Windows
Start job duration notification

If this error persists for you, try to change the USB port or create live USB again.

Another issue I discovered by trial and error was relating to the password. CachyOS showed a login screen that seemed to be asking for username and password. As per the official docs, there are no password required in live session.

What I did was to change the display server to Wayland and then click the next button, and I was logged into the system without any password.

Dual Booting CachyOS and Windows
Select Wayland

Installing CachyOS

Again, active internet is mandatory to download the desktop environment and other packages.

Select the "Launch installer" option.

Dual Booting CachyOS and Windows
Click on "Launch Installer"

My system was not plugged into a power source but it had almost 98% battery and I knew that it could handle the quick installation easily.

Dual Booting CachyOS and Windows
System not connected to power source warning

Quite straight forward settings in the beginning. Like selecting time zone

Dual Booting CachyOS and Windows
Set Location

and keyboard layout.

Dual Booting CachyOS and Windows
Set keyboard layout

The most important step is the disk partition and I was pleasantly surprised to see that the Calamares installer detected Windows presence and gave option to install CachyOS alongside.

I have a single disk with Windows partition as well as EFI system partition.

All I had to do was to drag the slider and shrink the storage appropriately.

Dual Booting CachyOS and Windows
Storage settings

I gave more space to Linux because it was going to be my main operating system.

The next screen gave the options to install a desktop environment or window manager. I opted for GNOME. You can see why it is important to have active internet connection. The desktop environment is not on the ISO file. It needs to be downloaded first.

Dual Booting CachyOS and Windows
Select Desktop Environment

And a few additional packages are added to the list automatically.

Dual Booting CachyOS and Windows
Installing additional packages

And as the last interactive step of install, I created the user account.

Dual Booting CachyOS and Windows
Enter user credentials

A quick overview of what is going to be done at this point. Things looked fine so I hit the Install button.

Dual Booting CachyOS and Windows
Click on Install

And then just wait for a few minutes for the installation to complete.

Dual Booting CachyOS and Windows
Installation progress

When the installation completes, restart the system and take out the live USB. In my case, I forgot to take the USB out, but still booted from the hard disk.

Fixing the missing Windows from grub

When the system booted next, I could see the usual Grub bootloader screen but there was no Windows option in it.

Dual Booting CachyOS and Windows
Windows Boot Manager is absent

Fixing it was simple. I opened the grub config file for editing in Nano.

sudo nano /etc/default/grub

OS_PROBER was disabled, so I uncommented that line, saved the file and exited.

Dual Booting CachyOS and Windows
Uncomment OS Prober

The next step was to update grub to make it aware of the config changes.

sudo grub-mkconfig -o /boot/grub/grub.cfg

And on the next reboot, the Windows boot manager option there to let me use Windows.

Dual Booting CachyOS and Windows
Windows Boot Manager in the boot screen

This is what I did to install CachyOS Linux alongside Windows. For an Arch-based distro, the procedure was pretty standard, and that's a good thing. Installing Linux should not be super complicated.

💬 If you tried dual booting CachyOS, do let me know how it went in the comment section.

0 Comments

Recommended Comments

There are no comments to display.

Guest
Add a comment...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.