Error
Installation failed
Bootloader installation error
Details:
The bootloader could not be installed. The installation command <pre>grub-mkconfig -o /boot/grub/grub.cfg</pre> returned error code 1.
2025-10-12 - 18:26:06 [6]: .. Running QList("grub-mkconfig", "-o", "/boot/grub/grub.cfg")
2025-10-12 - 18:26:06 [6]: .. Target cmd: QList("grub-mkconfig", "-o", "/boot/grub/grub.cfg") Exit code: 1 output:
/usr/bin/grub-editenv: error: cannot open `//boot/grub/grubenv.new': No such file or directory.
/usr/sbin/grub-mkconfig: line 271: /boot/grub/grub.cfg.new: No such file or directory
2025-10-12 - 18:26:06 [2]: WARNING: [PYTHON JOB]: "Command 'grub-mkconfig -o /boot/grub/grub.cfg' returned non-zero exit status 1."
2025-10-12 - 18:26:06 [6]: [PYTHON JOB]: "stdout:/usr/bin/grub-editenv: error: cannot open `//boot/grub/grubenv.new': No such file or directory.\n/usr/sbin/grub-mkconfig: line 271: /boot/grub/grub.cfg.new: No such file or directory"
2025-10-12 - 18:26:06 [6]: [PYTHON JOB]: "stderr:None"
Now, if I try to run Calamares from the minimal image, I get:
$ calamares
calamares: /usr/lib/libQt6Core.so.6: version `Qt_6.10' not found (required by calamares)
calamares: /usr/lib/libQt6Core.so.6: version `Qt_6.10' not found (required by /usr/lib/libcalamaresui.so.3.4)
calamares: /usr/lib/libQt6Core.so.6: version `Qt_6.10' not found (required by /usr/lib/libcalamares.so.3.4)
The qt6-base package is version 6.9.2-1 and was retrieved from the Manjaro extra official repo. In fact, it is the version available e.g. at:
I don’t doubt that - it was merely an information - when I clone your iso-profiles repo - and proceed to build the profile in question - the build will fail because of the invalid symlink.
I build the full ISO using unstable branch and qt6-base is indeed v6.10 which may indicate that you are somehow mixing branches when it comes to your calamares fork.
Always test your changes on same level as you want to distribute them. Don’t mix calamares build using packages from testing or unstable with the intent of distributing the installer with stable branch.