(Gelöst) Installation mit Calamares - Problem mit unpackfs.conf

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
derPXEmann
Beiträge: 1
Registriert: 29.04.2024 09:25:46

(Gelöst) Installation mit Calamares - Problem mit unpackfs.conf

Beitrag von derPXEmann » 14.05.2024 11:29:12

Hallo alle zusammen,

ich muss für einen bestimmten Anwendungsfalls Calamares zur Installation von Debian auf einer Live ISO nutzen und wollte testweise mit Calamares eine Installation von Debian durchführen, einfach um zu sehen, wie das geht. Dafür habe ich von einer kleinen Live ISO (Debian) gebootet, Konfigurationsdateien (unter /etc/calamares/...) abgelegt und Calamares ausgeführt.

Leider scheitert es beim Installationsschritt wegen der Konfigurationsdatei "unpackfs.conf". Die Datei sieht folgendermaßen aus:
______________________________________
unpack:
- source: "/path/to/rootfs"
sourcefs: "squashfs"
destination: "/"
______________________________________

Der Übeltäter ist dabei der Pfad "/path/to/rootfs/". Ich habe hier mehrere Pfade probiert zu filesystem bzw. rootfs "Dateien" und bin mir unsicher, was hier genau erwartet wird.

Beim Installationsschritt in Calamares erscheint dann immer diese Nachricht mit einer Exception:
______________________________________________________
Installation gescheitert

Boost.Python-Fehler in Job "unpackfs".

Details:
<div><strong>Command 'unsquashfs' returned non-zero exit status 1.</strong></div>None<div><br/>Traceback:</div><div><pre>File &quot:/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py&quot;, line 498, in run
return unpackop.run()
^^^^^^^^^^^^^^^^^^^^

File &quot;/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py&quot;, line 317, in run
entry.do_count() # Fill in the entry.total
^^^^^^^^^^^^^^^^

File &quot;/usr/lib/x86_64-linux-gnu/calamares/modules/unpackfs/main.py&quot;, line 89, in do_count
libcalamares.utils.host_env_process_output([&quot; unsquashfs&quot;, &quot;-l&quot;, self.source], cb_count)

File &quot;&lt;string&gt;&quot;, line 3, in &lt;module&gt;</pre></div>
_______________________________________________________


Im Terminal steht dann "ERROR: Fehlerhafte unpackfs-Konfiguration"

Hat jemand zufällig eine Idee, was bei dem oben genannten Pfad erwartet wird?


Vielen Dank im Voraus
Zuletzt geändert von derPXEmann am 15.05.2024 08:39:29, insgesamt 1-mal geändert.

michaa7
Beiträge: 4660
Registriert: 12.12.2004 00:46:49
Lizenz eigener Beiträge: MIT Lizenz

Re: Installation mit Calamares - Problem mit unpackfs.conf

Beitrag von michaa7 » 14.05.2024 12:07:55

Ich habe davon auch keine Ahnung, aber ein bisschen gegoolet weil es mich interessierte:

https://github.com/calamares/calamares/ ... ackfs.conf
# Each list item is unpacked, in order, to the target system.
#
# Each list item has the following **mandatory** attributes:
# - *source* path relative to the live / intstalling system to the image
.. gesucht ist hier also eine Pfadangabe relativ zu "/" des Installationssystems zum LIVE ISO
gruß

michaa7

-------------------------------
Menschen ändern gelegentlich ihre Ansichten, aber nur selten ihre Motive. (Oskar Negt)

Antworten