KaOS 2024.01 Minimal Installation fails repeatedly on my Virtualbox VM.
The error messages in the installation log are as follows:
Starting job "services" ( 35 / 40 )
.. Running QList("systemctl", "enable", "NetworkManager.service")
.. Running QList("systemctl", "enable", "cups.service")
.. Running QList("systemctl", "enable", "zfs-mount.service")
.. Target cmd: QList("systemctl", "enable", "zfs-mount.service") Exit code: 1 output:
Failed to enable unit, unit zfs-mount.service does not exist.
[PYTHON JOB]: "Cannot enable systemd service zfs-mount"
[PYTHON JOB]: "systemctl enable call in chroot returned error code 1"
.. Running QList("systemctl", "enable", "zfs-import-cache.service")
.. Target cmd: QList("systemctl", "enable", "zfs-import-cache.service") Exit code: 1 output:
Failed to enable unit, unit zfs-import-cache.service does not exist.
[PYTHON JOB]: "Cannot enable systemd service zfs-import-cache"
[PYTHON JOB]: "systemctl enable call in chroot returned error code 1"
.. Running QList("systemctl", "enable", "graphical.target")
.. Finished. Exit code: 0 output:
I will try XFS or BTRFS as a workaround...