I've tried to install arcoplasma, and I'd like to have swap with hibernation, I tried installation without hibernation, but no success.
I don't know if this is related, but I have 192GB RAM, and swap partition was to be 102GB.
Here is the log https://termbin.com/ch4m
[OPEN] swap partition creation failures
- erikdubois
- Captain
- Posts: 5950
- Joined: Tue Nov 07, 2017 3:45 pm
- Location: Belgium
- Contact:
Try it without LUKS
Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
Umm, but I need luks.
Actually, I tried to find that sfdisk command from my local git clone, but I truly do not understand how this part of iso creation is built.
Maybe gdisk command would succeed, but I do not know whether this is part of Calamares installer or not.
Actually, I tried to find that sfdisk command from my local git clone, but I truly do not understand how this part of iso creation is built.
Maybe gdisk command would succeed, but I do not know whether this is part of Calamares installer or not.
_sasmw wrote: ↑Wed Sep 18, 2024 6:28 pm Umm, but I need luks.
Actually, I tried to find that sfdisk command from my local git clone, but I truly do not understand how this part of iso creation is built.
Maybe gdisk command would succeed, but I do not know whether this is part of Calamares installer or not.
Code: Select all
2024-09-18 - 12:34:13 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&)
2024-09-18 - 12:34:13 [1]: ERROR: Installation failed: "The installer failed to create partition on disk 'Samsung SSD 990 PRO 2TB'."
2024-09-18 - 12:34:13 [6]: .. - message: "The installer failed to create partition on disk 'Samsung SSD 990 PRO 2TB'."
2024-09-18 - 12:34:13 [6]: .. - details:
Create a new partition (102.78 GiB, luks) on ‘/dev/nvme0n1’
Job: Create new partition on device ‘/dev/nvme0n1’
Command: sfdisk --force --append /dev/nvme0n1
Failed to add partition ‘New Partition’ to device ‘/dev/nvme0n1’.
Failed to add partition ‘New Partition’ to device ‘/dev/nvme0n1’.
Code: Select all
sfdisk --force --append /dev/nvme0n1
There isn't much to go on here in terms of understanding the root cause of the failure.
Look on https://github.com/calamares/calamares/issues and see if anyone has reported anything similar failing that create a new one.
Arch Wiki: https://wiki.archlinux.org
Arch Forums: https://bbs.archlinux.org
Active kernel releases: https://www.kernel.org/category/releases.html
Arch Forums: https://bbs.archlinux.org
Active kernel releases: https://www.kernel.org/category/releases.html