Installation failed, can't figure out why

I am trying to install Cachy on my laptop.

This is my SSD:

Device              Start        End    Sectors   Size Type
/dev/nvme0n1p1       2048     206847     204800   100M Microsoft basic data
/dev/nvme0n1p2     206848     239615      32768    16M Microsoft reserved
/dev/nvme0n1p3     239616  197401997  197162382    94G Microsoft basic data
/dev/nvme0n1p4  197402624  302260223  104857600    50G Microsoft basic data
/dev/nvme0n1p5 1790691328 2000406527  209715200   100G Microsoft basic data
/dev/nvme0n1p6  302260224  307283967    5023744   2.4G EFI System
/dev/nvme0n1p7  307283968  516999167  209715200   100G Linux filesystem
/dev/nvme0n1p8  516999168 1790691327 1273692160 607.3G Linux filesystem

Cachy should use nvme0n1p6 as /boot, nvme0n1p7 as / and nvme0n1p8 as /home.

This is the setup in Calamares:

After about 50%, I get this error:

and here is the bugreport:
https://termbin.com/bxtp

Any ideas?

Edit: seeing this:

2025-10-13 - 15:25:48 [6]: [PYTHON JOB]: "error: failed retrieving file 'pv-1.9.34-1.1-x86_64_v3.pkg.tar.zst.sig' from de-nue.soulharsh007.dev : The requested URL returned error: 404"

I’ll try to run cachyos-rate-mirrors and then try again.

A second attempt failed right at the start with


<div><strong>Command '['btrfs', 'subvolume', 'create', '/tmp/calamares-root-3tcfcbi6/@']' returned non-zero exit status 1.</strong></div><div>None</div><div><br/>Traceback:</div><div><pre>File &quot;/usr/lib/calamares/modules/mount/main.py&quot;, line 384, in run
    mount_partition(root_mount_point, partition, partitions, mount_options, mount_options_list, efi_location)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File &quot;/usr/lib/calamares/modules/mount/main.py&quot;, line 292, in mount_partition
    subprocess.check_call([&quot;btrfs&quot;, &quot;subvolume&quot;, &quot;create&quot;,
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                           root_mount_point + s[&quot;subvolume&quot;]])
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File &quot;/usr/lib/python3.13/subprocess.py&quot;, line 419, in check_call
    raise CalledProcessError(retcode, cmd)</pre></div>

Having HTML in an error text field is… not so super, but whatever.

Here’s the second error report:
https://termbin.com/hei2

Unfortunately, the installer now formatted both / and /home so I am a bit scared to reboot that machine now (I know that I will have to add the boot flag to nvme0n1p1 before reboot.

Nobody? I was hoping to have a running laptop tonight :grimacing:

How old is the live USB disk image you are using?

Indeed a 404 error means that package is unavailable, or a newer version may be available.

Before you try installing, boot from the live media, open the terminal (konsole) then

run

sudo pacman -Syu

This should update all repositories and hopefully you can install.

It is the cachyos-desktop-linux-250828.iso

And pacman -Syu didn’t make a change, I still get that error :frowning:

<div><strong>Command '['btrfs', 'subvolume', 'create', '/tmp/calamares-root-3tcfcbi6/@']' returned non-zero exit status 1.</strong></div><div>None</div><div><br/>Traceback:</div><div><pre>File &quot;/usr/lib/calamares/modules/mount/main.py&quot;, line 384, in run
    mount_partition(root_mount_point, partition, partitions, mount_options, mount_options_list, efi_location)
    ~

https://termbin.com/a10i

Is there anything of value on the Drive now?

This appears to be another format issue.

I definitely need to keep that Windows partitions C and D on it.

What exactly is the problem?

The error ā€œCommand ā€˜btrfs subvolume create /tmp/calamares-root-3tcfcbi6/@’ returned non-zero exit status 1ā€ occurs when Calamares attempts to create a Btrfs subvolume that already exists on the target filesystem.

This issue commonly arises during installation when the user selects a Btrfs partition without formatting it, and the partition already contains pre-existing subvolumes such as @ or @home. Calamares, by default, tries to recreate these subvolumes, which fails if they are already present.

Oh blast. So what can I do now? Calamares just killed two partitions or what? Not a problem as long as I can save my Windows. But then what? How am I supposed to continue?

By the way: after idling around for ~5hours, CachyOS live decided not to react anymore at all. I was barely able to get into TTY4, set the boot flag to the ESP again and then shutdown the computer.

I will end this for today but I would be really thankful for a solution on this. Otherwise, I will have to find yet another distro… I mean I love Cachy but this is not really a good start on that laptop.

To Me they look like 2 big Drives, is that correct?

Not to sound harsh but this the very reason there are no Dual Boots on any of my systems.

If you can remove the M$oft drives and blank the Drive you trying to install on first.

BTW This is not a CachyOS error, it is a Calamares flaw.

Unfortunately it’s only one drive :frowning: the laptop has only one slot :frowning:

If I just format those 3 partitions, will I have a chance to get it working somehow?

I haven’t had positive experiences running the installer more than once per livecd boot.

Seems like a lot of oddities/issues with the installer right now, maybe network connectivity?

I was able to install into a VM using the default BTRFS, whole disk, refind just now

Again I’ve not dualbooted in over a decade, But that dose sound like a good move.

Nor would I format them, just leave then blank and try the install again.

I also agree on that. (oddities/issues )

But my fresh install today on ZFS went without a hitch.

Network was stable all the time…

I tried and still got that weird mount_pount error. I’ll try again today but if it fails again, I will have to switch to another distro, I’m afraid…

cachyos-cli-installer-new
?

Never heard of that! Thanks! Will try after i bought an external USB to clone the current state to, because I don’t want to risk losing Windows in the process.

Calamares installation basically never works without a fresh reboot (after a failure).

I don’t actually see anything wrong from your ā€˜lsblk’..but going from above, my actions would be to to try this sequence (in order of drastic measures):

  1. Delete the linux filesystem (other than the ESP, which I’d make sure was clear/cleaned), and allow the installer to create them during your next attempt.

  2. If that fails, try installing onto another disk (ie the referenced external), even if you don’t actually want to run that way….just to prove it works to your satisfaction.

  3. Install plain arch to the partitions if it fails (using archinstall), and add the cachy optimized repos, update, and pretty much good to go.

  4. Just nuke the drive. For me, I’ve been able to fully transition, though I do keep my Windows license available, if I run into a game that simply won’t work on Linux (not been an issue for several years now). Windows installation while fussy and requiring more time than a Linux install, is still not all that hard.