ParrotSec / debian-installer

debian installer for parrot security
24 stars 11 forks source link

unable to install #3

Open LocoTacoTruck opened 1 month ago

LocoTacoTruck commented 1 month ago

I manually partitioned everything beforehand and I am running into this error when trying to install.

localuser:root being added to access control list
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
chcon: failed to get security context of '/': No data available
chcon: failed to get security context of '/boot/efi': No such file or directory
chcon: failed to get security context of '/dev': No data available
chcon: failed to get security context of '/home': No data available
chcon: failed to get security context of '/proc': Operation not supported
chcon: failed to get security context of '/run': No data available
chcon: failed to get security context of '/run/udev': No data available
chcon: failed to get security context of '/sys': No data available
chcon: failed to get security context of '/sys/firmware/efi/efivars': Operation not supported
00:11:59 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&)
    ERROR: Installation failed: "Failed to unpack image \"/run/live/medium/live/filesystem.squashfs\"" 
localuser:root being removed from access control list

yes windows is installed that's why it starts at 5, my partition setup looks like this:

+-----------+-------------------+
|   sda5    |       sda6        |
+-----------+-------------------+
| Luks2     | Luks2             |
| Fat32     | Lvm 2 pv          |
| /boot/efi | VG                |
| -         | Luks2 luks2 Luks2 |
| -         | swap  Btrfs Btrfs |
| -         | -     /    /home  |
+-----------+-------------------+
beforethesurge commented 1 month ago

Discussed in Parrot Discord

Issue seems to be a known encryption layering bug with mixing LVM with Luks encryption on the same partition: https://github.com/calamares/calamares/issues/1564

beforethesurge commented 1 month ago

Pastebin of what user was attempting to perform for partition: https://pastebin.com/2E2sz8cu

LocoTacoTruck commented 1 month ago

Calamari log: https://pastebin.com/pWG3y5sM