Installing on a NVMe hard disk

Hi,

I’m new to this forum, and I have been trying to install Clear Linux for several days unsuccessfully. I have been trying to install version 43370 on a Minisforum EliteMini TH50 (i5-11320H with 1TB NVMe) with a NVMe drive, both desktop and server installers on a dual-boot setup with Windows 11. Partitions already exist, for boot, root, home and swap. I have assigned the required partition names and labels, unsing the installer’s gparted program:

Boot:
Name: CLR_BOOT
label: boot
FS type: ext4

Root:
Name: CLR_ROOT
label: root
FS type: ext4

Swap:
Name: CLR_SWAP
label: swap
FS type: linux-swap

Home:
Name: CLR_MNT_/HOME
label: home
FS type: ext4

but the installation process always fails. I’m attaching the installation log, but the only error I have seen in all attempts is this one:

2025/05/16 23:27:14 [WRN] getPartitionTable() had an error reading partition table "Error: /dev/loop0: unrecognised disk label\nBYT;\n/dev/loop0:2307035136B:loopback:512:512:unknown:Loopback device:;\n"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is ""
2025/05/16 23:27:14 [DBG] parted --machine --script -- /dev/sda unit B print free
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "BYT"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "/dev/sda:15502147584B:scsi:512:512:msdos:Kingston DataTraveler 3.0:"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:1024B:69631B:68608B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "2:69632B:268505087B:268435456B:fat16::esp"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:268505088B:15502147583B:15233642496B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is ""
2025/05/16 23:27:14 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print free
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "BYT"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "/dev/nvme0n1:512110190592B:nvme:512:512:gpt:VICKTER NVMe:"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:17408B:1048575B:1031168B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:1048576B:105906175B:104857600B:fat32:EFI system partition:boot, esp, no_automount"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "2:105906176B:240123903B:134217728B::Microsoft reserved partition:msftres, no_automount"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "3:240123904B:79644590079B:79404466176B:ntfs:Basic data partition:msftdata"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "8:79644590080B:80718331903B:1073741824B:fat32:CLR_BOOT:boot, esp"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "6:80718331904B:245629976575B:164911644672B:ext4:CLR_ROOT:"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "7:245629976576B:254000758783B:8370782208B:linux-swap(v1):CLR_SWAP:swap"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "5:254000758784B:510295801855B:256295043072B:ext4:CLR_HOME:linux-home"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "4:510295801856B:512109838335B:1814036480B:ntfs:Basic data partition:hidden, diag, no_automount"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:512109838336B:512110173695B:335360B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is ""
2025/05/16 23:27:14 [INF] Mounting: /
2025/05/16 23:27:14 [INF] Running post-image hooks
2025/05/16 23:27:14 [INF] Installation Steps Complete
2025/05/16 23:27:14 [ERR]

Error Trace:
storage.mountFs()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/utils.go:34
storage.(*BlockDevice).Mount()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/block_devices_ops.go:283
 mount /dev/nvme0n1p6 /tmp/install-4105778781 ext4: no such file or directory
2025/05/16 23:27:14 [WRN] Telemetry is not present in the installer, skip record generation
2025/05/16 23:27:14 [DBG] dmesg --console-on
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [WRN] Telemetry is not present in the installer, skip record generation
2025/05/16 23:27:14 [ERR] mount /dev/nvme0n1p6 /tmp/install-4105778781 ext4: no such file or directory

Error Trace:
storage.mountFs()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/utils.go:34
storage.(*BlockDevice).Mount()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/block_devices_ops.go:283

I managed to install it ONCE, but I’m not sure what I did that time to get it installed (version 43310). The only thing I remember is that it was related to partition labels in gparted, I think related to the swap partition, but was unable to reproduce it again.

I have seen several old posts recommending using the destructive partition scheme and letting the installer create all partitions (which I cannot use), or setting nvme_core.default_ps_max_latency_us to different values, like 300, 500, 1000 or 5500, or nvme_core.default_ps_max_latency_us=0 nvme_load=YES with no success.

I have installed other distros like Ubuntu, Manjaro or EndeavourOS on the same machine just before trying with Clear with no issues. I’m just trying this hard because I have seen some really incredible benchmarks that show around a 10% performance gain over most popular distros, so Clear Linux seems to be a very promising distro (If I ever get it installed).

Please let me know if you need any other information about my setup.

Thanks in advance.

Here’s the full log part 1/2:

2025/05/16 23:26:18 [DBG] Log Level set to LogLevelDebug (4)
2025/05/16 23:26:18 [INF] clr-installer: 2.7.15, built on 2025-04-22_01:44:48_UTC
2025/05/16 23:26:18 [DBG] Loading config file: /tmp/clr-installer-noMedia-13652285.yaml
2025/05/16 23:26:18 [INF] Querying Clear Linux version
2025/05/16 23:26:18 [DBG] PrivateIP: Found IP: 35.82.208.201, Private IP?: false
2025/05/16 23:26:18 [DBG] localectl list-keymaps --no-pager
2025/05/16 23:26:18 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:18 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:18 [DBG] cmd.Env: []
2025/05/16 23:26:18 [DBG] timedatectl list-timezones
2025/05/16 23:26:18 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:18 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:18 [DBG] cmd.Env: []
2025/05/16 23:26:18 [DBG] locale -a
2025/05/16 23:26:18 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:18 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:18 [DBG] cmd.Env: []
2025/05/16 23:26:18 [DBG] Unable to use language locale 'agr_PE.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'ayc_PE.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'ber_DZ.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'ber_MA.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'bhb_IN.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'gbm_IN.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'hne_IN.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'miq_NI.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'mjw_IN.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'mnw_MM.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'nhn_MX.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'shs_CA.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'the_NP.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'tok.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'unm_US.UTF-8'
2025/05/16 23:26:18 [DBG] Unable to use language locale 'yuw_PG.UTF-8'
2025/05/16 23:26:18 [DBG] dmesg --console-off
2025/05/16 23:26:18 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:18 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:18 [DBG] cmd.Env: []
2025/05/16 23:26:18 [DBG] partprobe -s
2025/05/16 23:26:18 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:18 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:18 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] Warning: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes.
2025/05/16 23:26:19 [DBG] /dev/sda: msdos partitions 2
2025/05/16 23:26:19 [DBG] /dev/nvme0n1: gpt partitions 1 2 3 8 6 7 5 4
2025/05/16 23:26:19 [DBG] udevadm settle --timeout 10
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] lsblk --exclude 1,2,11 -J -b -O
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print free
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "BYT"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "/dev/nvme0n1:512110190592B:nvme:512:512:gpt:VICKTER NVMe:"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "1:17408B:1048575B:1031168B:free"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "1:1048576B:105906175B:104857600B:fat32:EFI system partition:boot, esp, no_automount"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "2:105906176B:240123903B:134217728B::Microsoft reserved partition:msftres, no_automount"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "3:240123904B:79644590079B:79404466176B:ntfs:Basic data partition:msftdata"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "8:79644590080B:80718331903B:1073741824B:fat32:CLR_BOOT:boot, esp"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "6:80718331904B:245629976575B:164911644672B:ext4:CLR_ROOT:"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "7:245629976576B:254000758783B:8370782208B:linux-swap(v1):CLR_SWAP:swap"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "5:254000758784B:510295801855B:256295043072B:ext4:CLR_HOME:linux-home"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "4:510295801856B:512109838335B:1814036480B:ntfs:Basic data partition:hidden, diag, no_automount"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is "1:512109838336B:512110173695B:335360B:free"
2025/05/16 23:26:19 [DBG] setPartitionTable() line is ""
2025/05/16 23:26:19 [DBG] buildMediaLists: Set DefaultSwapFileSize: 64MiB
2025/05/16 23:26:19 [DBG] FindSafeInstallTargets: Media nvme0n1 does not have enough unallocated space minSize 4.3GiB
2025/05/16 23:26:19 [DBG] FindAllInstallTargets: found whole disk nvme0n1
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p1 with name EFI system partition
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p3 with name Basic data partition
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p4 with name Basic data partition
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p5 with name CLR_HOME
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Partition label contains clr nvme0n1p5
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Root is nvme0n1p6
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Swap on nvme0n1p7
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: Boot is nvme0n1p8
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p1 MappedName: Path:/dev/nvme0n1p1 Model: MajorMinor:259:1 PtType: FsType:vfat UUID:1677-CF9C Serial: MountPoint: Label:EFI_BOOT PartitionLabel:EFI system partition Size:104857600 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p2 MappedName: Path:/dev/nvme0n1p2 Model: MajorMinor:259:2 PtType: FsType: UUID: Serial: MountPoint: Label: PartitionLabel:Microsoft reserved partition Size:134217728 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p3 MappedName: Path:/dev/nvme0n1p3 Model: MajorMinor:259:3 PtType: FsType:ntfs UUID:F04078D54078A3CE Serial: MountPoint: Label:Win 11 Pro x64 PartitionLabel:Basic data partition Size:79404466176 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p4 MappedName: Path:/dev/nvme0n1p4 Model: MajorMinor:259:4 PtType: FsType:ntfs UUID:8ADC2001DC1FE66B Serial: MountPoint: Label:Recovery PartitionLabel:Basic data partition Size:1814036480 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p5 MappedName: Path:/dev/nvme0n1p5 Model: MajorMinor:259:5 PtType: FsType:ext4 UUID:87881280-677f-4dcd-bd64-7dddbafad4d3 Serial: MountPoint: Label:home PartitionLabel:CLR_HOME Size:256295043072 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p6 MappedName: Path:/dev/nvme0n1p6 Model: MajorMinor:259:6 PtType: FsType:ext4 UUID:b32c036b-bad6-4a15-aa8e-72132c24282f Serial: MountPoint:/ Label:root PartitionLabel:CLR_ROOT Size:164911644672 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:true Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p7 MappedName: Path:/dev/nvme0n1p7 Model: MajorMinor:259:7 PtType: FsType:swap UUID:087ccf17-b00e-4f28-a585-de71481e1405 Serial: MountPoint: Label: PartitionLabel:CLR_SWAP Size:8370782208 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:true Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p8 MappedName: Path:/dev/nvme0n1p8 Model: MajorMinor:259:8 PtType: FsType:vfat UUID:56F1-8263 Serial: MountPoint:/boot Label:BOOT PartitionLabel:CLR_BOOT Size:1073741824 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:true Options: available:false partition:0 PartTable:[]}
2025/05/16 23:26:19 [DBG] AddTargetMedia &{Name:nvme0n1 MappedName: Path:/dev/nvme0n1 Model:VICKTER NVMe MajorMinor:259:0 PtType: FsType: UUID: Serial:WLN280200629 MountPoint: Label: PartitionLabel: Size:512110190592 Type:disk State:live ReadOnly:false RemovableDevice:false Children:[0xc000187040 0xc000187180 0xc0001872c0 0xc000187540 0xc0001877c0 0xc000187900 0xc000187a40 0xc000187b80] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:true partition:0 PartTable:[0xc000272230 0xc0002722d0 0xc000272320 0xc000272370 0xc0002723c0 0xc000272410 0xc000272460 0xc0002724b0 0xc000272500 0xc000272550]}
2025/05/16 23:26:19 [DBG] HasAdvancedSwap: true
2025/05/16 23:26:19 [DBG] buildMediaLists: Reset DefaultSwapFileSize: 
2025/05/16 23:26:19 [DBG] Found Advanced partitions
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_HOME
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_HOME
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_HOME
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/16 23:26:19 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/16 23:26:19 [DBG] /usr/bin/ip route show
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] /usr/bin/ip -j route show dev enp175s0
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] resolvectl --no-pager status enp175s0
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] Could not parse DNS Server nor Domain for enp175s0
2025/05/16 23:26:19 [DBG] /usr/bin/ip route show
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] /usr/bin/ip -j route show dev enp176s0
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] resolvectl --no-pager status enp176s0
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] Could not parse DNS Server for enp176s0
2025/05/16 23:26:19 [DBG] /usr/bin/ip route show
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] /usr/bin/ip -j route show dev wlp177s0
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] resolvectl --no-pager status wlp177s0
2025/05/16 23:26:19 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:19 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:19 [DBG] cmd.Env: []
2025/05/16 23:26:19 [DBG] Could not parse DNS Server nor Domain for wlp177s0
2025/05/16 23:26:19 [INF] Running system compatibility checks.
2025/05/16 23:26:19 [INF] Success: System is compatible
2025/05/16 23:26:40 [WRN] Failed to find and save the selected installation media
2025/05/16 23:26:40 [DBG] Advanced Install Confirmed
2025/05/16 23:26:40 [DBG] DeActivate media
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_HOME
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/16 23:26:40 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/16 23:26:40 [DBG] /usr/bin/ip route show
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] /usr/bin/ip -j route show dev enp175s0
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] resolvectl --no-pager status enp175s0
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] Could not parse DNS Server nor Domain for enp175s0
2025/05/16 23:26:40 [DBG] /usr/bin/ip route show
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] /usr/bin/ip -j route show dev enp176s0
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] resolvectl --no-pager status enp176s0
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] Could not parse DNS Server for enp176s0
2025/05/16 23:26:40 [DBG] /usr/bin/ip route show
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] /usr/bin/ip -j route show dev wlp177s0
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] resolvectl --no-pager status wlp177s0
2025/05/16 23:26:40 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:40 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:40 [DBG] cmd.Env: []
2025/05/16 23:26:40 [DBG] Could not parse DNS Server nor Domain for wlp177s0
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_HOME
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/16 23:26:45 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT

problems I encountered when installing ClearLinux:
on one laptop - installation from a flash drive with ventoy
on the second laptop - the installer on the latest versions of CL: installed version 3хххх, then updated to the current one

p.s. name for home partition:CLR_MNT_/home

Part 2/2:

2025/05/16 23:26:45 [DBG] /usr/bin/ip route show
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] /usr/bin/ip -j route show dev enp175s0
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] resolvectl --no-pager status enp175s0
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] Could not parse DNS Server nor Domain for enp175s0
2025/05/16 23:26:45 [DBG] /usr/bin/ip route show
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] /usr/bin/ip -j route show dev enp176s0
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] resolvectl --no-pager status enp176s0
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] Could not parse DNS Server for enp176s0
2025/05/16 23:26:45 [DBG] /usr/bin/ip route show
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] /usr/bin/ip -j route show dev wlp177s0
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] resolvectl --no-pager status wlp177s0
2025/05/16 23:26:45 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:45 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:45 [DBG] cmd.Env: []
2025/05/16 23:26:45 [DBG] Could not parse DNS Server nor Domain for wlp177s0
2025/05/16 23:26:52 [DBG] proxy.SetHTTPSProxy = 
2025/05/16 23:26:54 [INF] Testing connectivity
2025/05/16 23:26:54 [DBG] /usr/bin/timeout --kill-after=10s 10s /usr/bin/curl --no-sessionid -o /dev/null -s -f https://cdn.download.clearlinux.org/update/
2025/05/16 23:26:54 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:54 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:54 [DBG] cmd.Env: []
2025/05/16 23:26:58 [DBG] Partitions before sorting:
2025/05/16 23:26:58 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p5: fsType=ext4, mount=, size=256295043072, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/16 23:26:58 [DBG] Partitions after sorting:
2025/05/16 23:26:58 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p5: fsType=ext4, mount=, size=256295043072, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/16 23:26:58 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/16 23:26:58 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print
2025/05/16 23:26:58 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:26:58 [DBG] [Previous line repeated 4 times]
2025/05/16 23:26:58 [DBG] cmd.Env: []
2025/05/16 23:26:58 [DBG] MediaChange: nvme0n1: Selected media will be used for installation.
2025/05/16 23:26:58 [DBG] MediaChange: nvme0n1p6: Use existing partition. [/]
2025/05/16 23:26:58 [DBG] MediaChange: nvme0n1p7: Use existing partition. (swap)
2025/05/16 23:26:58 [DBG] MediaChange: nvme0n1p8: Use existing partition. [/boot]
2025/05/16 23:27:03 [DBG] timeout --kill-after=30s 30s curl --no-sessionid -o /tmp/clr-installer-yaml-1531194700 -s -f https://cdn.download.clearlinux.org/releases/43470/clear/config/image/.data/pre-install-msg.yaml
2025/05/16 23:27:03 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:03 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:03 [DBG] cmd.Env: []
2025/05/16 23:27:03 [INF] Running pre-install hooks
2025/05/16 23:27:03 [DBG] Clear Linux OS version: latest
2025/05/16 23:27:03 [DBG] WritePartitionTable: partial disk, skipping mklabel for nvme0n1
2025/05/16 23:27:03 [INF] Updating partition table for: nvme0n1
2025/05/16 23:27:03 [DBG] Partitions before sorting:
2025/05/16 23:27:03 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p5: fsType=ext4, mount=, size=256295043072, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/16 23:27:03 [DBG] Partitions after sorting:
2025/05/16 23:27:03 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p5: fsType=ext4, mount=, size=256295043072, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/16 23:27:03 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/16 23:27:03 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print
2025/05/16 23:27:03 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:03 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:03 [DBG] cmd.Env: []
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p1  /dev/nvme0n1p1  259:1  vfat 1677-CF9C   EFI_BOOT EFI system partition 104857600 part  false false [] false false false false  false 1 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p1
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p2  /dev/nvme0n1p2  259:2       Microsoft reserved partition 134217728 part  false false [] false false false false  false 2 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p2
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p3  /dev/nvme0n1p3  259:3  ntfs F04078D54078A3CE   Win 11 Pro x64 Basic data partition 79404466176 part  false false [] false false false false  false 3 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p3
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p4  /dev/nvme0n1p4  259:4  ntfs 8ADC2001DC1FE66B   Recovery Basic data partition 1814036480 part  false false [] false false false false  false 4 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p4
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p5  /dev/nvme0n1p5  259:5  ext4 87881280-677f-4dcd-bd64-7dddbafad4d3   home CLR_HOME 256295043072 part  false false [] false false false false  false 5 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p5
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p6  /dev/nvme0n1p6  259:6  ext4 b32c036b-bad6-4a15-aa8e-72132c24282f  / root CLR_ROOT 164911644672 part  false false [] false false false true  false 6 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p6
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p7  /dev/nvme0n1p7  259:7  swap 087ccf17-b00e-4f28-a585-de71481e1405    CLR_SWAP 8370782208 part  false false [] false false false true  false 7 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p7
2025/05/16 23:27:03 [DBG] WritePartitionTable: processing child: &{nvme0n1p8  /dev/nvme0n1p8  259:8  vfat 56F1-8263  /boot BOOT CLR_BOOT 1073741824 part  false false [] false false false true  false 8 []}
2025/05/16 23:27:03 [DBG] WritePartitionTable: skipping partition nvme0n1p8
2025/05/16 23:27:03 [WRN] Could not determine the guid for: nvme0n1p1
2025/05/16 23:27:03 [WRN] Could not determine the guid for: nvme0n1p2
2025/05/16 23:27:03 [WRN] Could not determine the guid for: nvme0n1p3
2025/05/16 23:27:03 [WRN] Could not determine the guid for: nvme0n1p4
2025/05/16 23:27:03 [WRN] Could not determine the guid for: nvme0n1p5
2025/05/16 23:27:03 [INF] Setting GUIDs for device: /dev/nvme0n1
2025/05/16 23:27:03 [DBG] sgdisk /dev/nvme0n1 --typecode=6:4F68BCE3-E8CD-4DB1-96E7-FBCAF984B709
2025/05/16 23:27:03 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:03 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:03 [DBG] cmd.Env: []
2025/05/16 23:27:03 [DBG] Pre-Installation has no message content
2025/05/16 23:27:04 [DBG] The operation has completed successfully.
2025/05/16 23:27:04 [DBG] sgdisk /dev/nvme0n1 --typecode=7:0657FD6D-A4AB-43C4-84E5-0933C84B4F4F
2025/05/16 23:27:04 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:04 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:04 [DBG] cmd.Env: []
2025/05/16 23:27:05 [DBG] The operation has completed successfully.
2025/05/16 23:27:05 [DBG] sgdisk /dev/nvme0n1 --typecode=8:C12A7328-F81F-11D2-BA4B-00A0C93EC93B
2025/05/16 23:27:05 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:05 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:05 [DBG] cmd.Env: []
2025/05/16 23:27:06 [DBG] The operation has completed successfully.
2025/05/16 23:27:07 [INF] Setting boot partition: nvme0n1p8 [boot]
2025/05/16 23:27:07 [DBG] parted /dev/nvme0n1 set 8 boot on
2025/05/16 23:27:07 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:07 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:07 [DBG] cmd.Env: []
2025/05/16 23:27:07 [DBG] Information: You may need to update /etc/fstab.
2025/05/16 23:27:07 [DBG] 
                                                                          
2025/05/16 23:27:09 [DBG] partprobe /dev/nvme0n1
2025/05/16 23:27:09 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:09 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:09 [DBG] cmd.Env: []
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p1
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p2
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p3
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p4
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p5
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p6
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p7
2025/05/16 23:27:13 [DBG] Skipping new file system for nvme0n1p8
2025/05/16 23:27:13 [DBG] partprobe -s
2025/05/16 23:27:13 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:13 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:13 [DBG] cmd.Env: []
2025/05/16 23:27:14 [DBG] Warning: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes.
2025/05/16 23:27:14 [DBG] /dev/sda: msdos partitions 2
2025/05/16 23:27:14 [DBG] /dev/nvme0n1: gpt partitions 1 2 3 8 6 7 5 4
2025/05/16 23:27:14 [DBG] udevadm settle --timeout 10
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [DBG] lsblk --exclude 1,2,11 -J -b -O
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [DBG] parted --machine --script -- /dev/loop0 unit B print free
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [WRN] getPartitionTable() had an error reading partition table "Error: /dev/loop0: unrecognised disk label\nBYT;\n/dev/loop0:2307035136B:loopback:512:512:unknown:Loopback device:;\n"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is ""
2025/05/16 23:27:14 [DBG] parted --machine --script -- /dev/sda unit B print free
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "BYT"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "/dev/sda:15502147584B:scsi:512:512:msdos:Kingston DataTraveler 3.0:"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:1024B:69631B:68608B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "2:69632B:268505087B:268435456B:fat16::esp"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:268505088B:15502147583B:15233642496B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is ""
2025/05/16 23:27:14 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print free
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "BYT"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "/dev/nvme0n1:512110190592B:nvme:512:512:gpt:VICKTER NVMe:"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:17408B:1048575B:1031168B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:1048576B:105906175B:104857600B:fat32:EFI system partition:boot, esp, no_automount"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "2:105906176B:240123903B:134217728B::Microsoft reserved partition:msftres, no_automount"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "3:240123904B:79644590079B:79404466176B:ntfs:Basic data partition:msftdata"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "8:79644590080B:80718331903B:1073741824B:fat32:CLR_BOOT:boot, esp"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "6:80718331904B:245629976575B:164911644672B:ext4:CLR_ROOT:"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "7:245629976576B:254000758783B:8370782208B:linux-swap(v1):CLR_SWAP:swap"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "5:254000758784B:510295801855B:256295043072B:ext4:CLR_HOME:linux-home"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "4:510295801856B:512109838335B:1814036480B:ntfs:Basic data partition:hidden, diag, no_automount"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is "1:512109838336B:512110173695B:335360B:free"
2025/05/16 23:27:14 [DBG] setPartitionTable() line is ""
2025/05/16 23:27:14 [INF] Mounting: /
2025/05/16 23:27:14 [INF] Running post-image hooks
2025/05/16 23:27:14 [INF] Installation Steps Complete
2025/05/16 23:27:14 [ERR] 

Error Trace:
storage.mountFs()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/utils.go:34
storage.(*BlockDevice).Mount()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/block_devices_ops.go:283
 mount /dev/nvme0n1p6 /tmp/install-4105778781 ext4: no such file or directory
2025/05/16 23:27:14 [WRN] Telemetry is not present in the installer, skip record generation
2025/05/16 23:27:14 [DBG] dmesg --console-on
2025/05/16 23:27:14 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/16 23:27:14 [DBG] [Previous line repeated 4 times]
2025/05/16 23:27:14 [DBG] cmd.Env: []
2025/05/16 23:27:14 [WRN] Telemetry is not present in the installer, skip record generation
2025/05/16 23:27:14 [ERR] mount /dev/nvme0n1p6 /tmp/install-4105778781 ext4: no such file or directory

Error Trace:
storage.mountFs()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/utils.go:34
storage.(*BlockDevice).Mount()
     /builddir/build/BUILD/clr-installer-2.7.15/storage/block_devices_ops.go:283

problems I encountered when installing ClearLinux:
on one laptop - installation from a flash drive with ventoy
on the second laptop - the installer on the latest versions of CL: installed version 3хххх, then updated to the current one

I’m installing from a Kingston USB drive, and it seems the BYT label is related to it? I also tested removing the USB drive before running the installer program, but had the same results.

p.s. name for home partition:CLR_MNT_/home

Correct, I mistakenly put /home all caps, but I was using it as you put it.

I had exactly the same error in the second case. Try the old version of CL

That’s an almost two-year-old image… Ok, I will try that, but if it works it would be more concerning because it would mean this bug has not been fixed in all that time.

What happens if you try to replicate the mount command in a separate terminal? Might have to adjust the tmpdir name or create a new mount point explicitly.

$ mount -t ext4 /dev/nvme0n1p6 /tmp/install-4105778781

I’m hoping the CLI mount command might give better information than the golang library.

Also anything interesting in dmesg output?

At the moment I have no way to reinstall on the nvme disk of a real PC. Maybe Juancho, while he is trying to install CL, will be able to provide more information. But, for example, the latest version 43490 cannot even launch a live environment (checked on a real PC and on a VM):
Failed to initialize loopback device for rootfs.img

What happens if you try to replicate the mount command in a separate terminal? Might have to adjust the tmpdir name or create a new mount point explicitly.

$ mount -t ext4 /dev/nvme0n1p6 /tmp/install-4105778781

I will test this tomorrow and write back.

1 Like

This is a totally separate issue. Please open a new forum thread to discuss it, including what specific image you’re using.

I tried the installation again to get the mount command to run, but this time that error did not appear. Also, here’s the dmesg log:

Installation log 1/2:

2025/05/22 00:52:57 [DBG] Log Level set to LogLevelDebug (4)
2025/05/22 00:52:57 [INF] clr-installer-gui: 2.7.15, built on 2025-04-22_01:44:49_UTC
2025/05/22 00:52:57 [DBG] Loading config file: /var/lib/clr-installer/clr-installer.yaml
2025/05/22 00:52:57 [INF] Querying Clear Linux version
2025/05/22 00:52:57 [DBG] PrivateIP: Found IP: 35.83.58.42, Private IP?: false
2025/05/22 00:52:57 [DBG] localectl list-keymaps --no-pager
2025/05/22 00:52:57 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/22 00:52:57 [DBG] [Previous line repeated 4 times]
2025/05/22 00:52:57 [DBG] cmd.Env: []
2025/05/22 00:52:57 [DBG] timedatectl list-timezones
2025/05/22 00:52:57 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/22 00:52:57 [DBG] [Previous line repeated 4 times]
2025/05/22 00:52:57 [DBG] cmd.Env: []
2025/05/22 00:52:58 [DBG] locale -a
2025/05/22 00:52:58 [DBG] Using default shellProxy.DefaultGetProxyValue
2025/05/22 00:52:58 [DBG] [Previous line repeated 4 times]
2025/05/22 00:52:58 [DBG] cmd.Env: []
2025/05/22 00:52:58 [DBG] Unable to use language locale 'agr_PE.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'ayc_PE.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'ber_DZ.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'ber_MA.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'bhb_IN.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'gbm_IN.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'hne_IN.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'miq_NI.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'mjw_IN.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'mnw_MM.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'nhn_MX.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'shs_CA.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'the_NP.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'tok.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'unm_US.UTF-8'
2025/05/22 00:52:58 [DBG] Unable to use language locale 'yuw_PG.UTF-8'
2025/05/22 00:52:58 [INF] Running system compatibility checks.
2025/05/22 00:52:58 [INF] Success: System is compatible
2025/05/22 00:52:58 [DBG] Scanning media
2025/05/22 00:52:58 [DBG] partprobe -s
2025/05/22 00:52:58 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:52:58 [DBG] Gnome Proxy Mode: none
2025/05/22 00:52:58 [DBG] [Previous line repeated 4 times]
2025/05/22 00:52:58 [DBG] cmd.Env: []
2025/05/22 00:52:59 [DBG] Warning: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes.
2025/05/22 00:52:59 [DBG] /dev/sda: msdos partitions 2
2025/05/22 00:52:59 [DBG] /dev/nvme0n1: gpt partitions 1 2 3 8 6 7 5 4
2025/05/22 00:52:59 [DBG] udevadm settle --timeout 10
2025/05/22 00:52:59 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:52:59 [DBG] Gnome Proxy Mode: none
2025/05/22 00:52:59 [DBG] [Previous line repeated 4 times]
2025/05/22 00:52:59 [DBG] cmd.Env: []
2025/05/22 00:52:59 [DBG] lsblk --exclude 1,2,11 -J -b -O
2025/05/22 00:52:59 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:52:59 [DBG] Gnome Proxy Mode: none
2025/05/22 00:52:59 [DBG] [Previous line repeated 4 times]
2025/05/22 00:52:59 [DBG] cmd.Env: []
2025/05/22 00:52:59 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print free
2025/05/22 00:52:59 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:52:59 [DBG] Gnome Proxy Mode: none
2025/05/22 00:52:59 [DBG] [Previous line repeated 4 times]
2025/05/22 00:52:59 [DBG] cmd.Env: []
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "BYT"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "/dev/nvme0n1:512110190592B:nvme:512:512:gpt:VICKTER NVMe:"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "1:17408B:1048575B:1031168B:free"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "1:1048576B:105906175B:104857600B:fat32:EFI system partition:boot, esp, no_automount"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "2:105906176B:240123903B:134217728B::Microsoft reserved partition:msftres, no_automount"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "3:240123904B:79644590079B:79404466176B:ntfs:Basic data partition:msftdata"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "8:79644590080B:80718331903B:1073741824B:fat32:CLR_BOOT:boot, esp"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "6:80718331904B:245629976575B:164911644672B:ext4:CLR_ROOT:"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "7:245629976576B:254000758783B:8370782208B:linux-swap(v1):CLR_SWAP:swap"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "5:254000758784B:510295801855B:256295043072B:ext4:CLR_MNT_/home:linux-home"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "4:510295801856B:512109838335B:1814036480B:ntfs:Basic data partition:hidden, diag, no_automount"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is "1:512109838336B:512110173695B:335360B:free"
2025/05/22 00:52:59 [DBG] setPartitionTable() line is ""
2025/05/22 00:56:49 [DBG] Launching MenuView
2025/05/22 00:56:49 [DBG] Before making ComboBox
2025/05/22 00:56:49 [DBG] buildMediaLists: Set DefaultSwapFileSize: 64MiB
2025/05/22 00:56:49 [DBG] FindSafeInstallTargets: Media nvme0n1 does not have enough unallocated space minSize 19.2GiB
2025/05/22 00:56:49 [DBG] FindAllInstallTargets: found whole disk nvme0n1
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p1 with name EFI system partition
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p3 with name Basic data partition
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p4 with name Basic data partition
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p5 with name CLR_MNT_/home
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Partition label contains clr nvme0n1p5
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Extra mount "/home" for nvme0n1p5
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Root is nvme0n1p6
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Swap on nvme0n1p7
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: Boot is nvme0n1p8
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p1 MappedName: Path:/dev/nvme0n1p1 Model: MajorMinor:259:9 PtType: FsType:vfat UUID:1677-CF9C Serial: MountPoint: Label:EFI_BOOT PartitionLabel:EFI system partition Size:104857600 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p2 MappedName: Path:/dev/nvme0n1p2 Model: MajorMinor:259:10 PtType: FsType: UUID: Serial: MountPoint: Label: PartitionLabel:Microsoft reserved partition Size:134217728 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p3 MappedName: Path:/dev/nvme0n1p3 Model: MajorMinor:259:11 PtType: FsType:ntfs UUID:F04078D54078A3CE Serial: MountPoint: Label:Win 11 Pro x64 PartitionLabel:Basic data partition Size:79404466176 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p4 MappedName: Path:/dev/nvme0n1p4 Model: MajorMinor:259:12 PtType: FsType:ntfs UUID:8ADC2001DC1FE66B Serial: MountPoint: Label:Recovery PartitionLabel:Basic data partition Size:1814036480 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p5 MappedName: Path:/dev/nvme0n1p5 Model: MajorMinor:259:13 PtType: FsType:ext4 UUID:87881280-677f-4dcd-bd64-7dddbafad4d3 Serial: MountPoint:/home Label: PartitionLabel:CLR_MNT_/home Size:256295043072 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:true Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p6 MappedName: Path:/dev/nvme0n1p6 Model: MajorMinor:259:14 PtType: FsType:ext4 UUID:812f7cf9-6562-42fc-a2bd-8750e4136177 Serial: MountPoint:/ Label: PartitionLabel:CLR_ROOT Size:164911644672 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:true Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p7 MappedName: Path:/dev/nvme0n1p7 Model: MajorMinor:259:15 PtType: FsType:swap UUID:137ecef7-1b3c-4ec6-a212-bcabc4035e9e Serial: MountPoint: Label: PartitionLabel:CLR_SWAP Size:8370782208 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:true Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] FindAdvancedInstallTargets: child: &{Name:nvme0n1p8 MappedName: Path:/dev/nvme0n1p8 Model: MajorMinor:259:16 PtType: FsType:vfat UUID:7A3E-8DB5 Serial: MountPoint:/boot Label: PartitionLabel:CLR_BOOT Size:1073741824 Type:part State: ReadOnly:false RemovableDevice:false Children:[] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:true Options: available:false partition:0 PartTable:[]}
2025/05/22 00:56:49 [DBG] AddTargetMedia &{Name:nvme0n1 MappedName: Path:/dev/nvme0n1 Model:VICKTER NVMe MajorMinor:259:0 PtType: FsType: UUID: Serial:WLN280200629 MountPoint: Label: PartitionLabel: Size:512110190592 Type:disk State:live ReadOnly:false RemovableDevice:false Children:[0xc000558280 0xc0005583c0 0xc000558500 0xc000558640 0xc000558780 0xc0005588c0 0xc000558a00 0xc000558b40] UserDefined:false MakePartition:false FormatPartition:false LabeledAdvanced:false Options: available:true partition:0 PartTable:[0xc0003f14f0 0xc0003f1590 0xc0003f15e0 0xc0003f1630 0xc0003f1680 0xc0003f16d0 0xc0003f1720 0xc0003f1770 0xc0003f17c0 0xc0003f1810]}
2025/05/22 00:56:49 [DBG] HasAdvancedSwap: true
2025/05/22 00:56:49 [DBG] buildMediaLists: Reset DefaultSwapFileSize: 
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_MNT_/home
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_MNT_/home
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p1 with name EFI system partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p2 with name Microsoft reserved partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p3 with name Basic data partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p4 with name Basic data partition
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p5 with name CLR_MNT_/home
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p6 with name CLR_ROOT
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p7 with name CLR_SWAP
2025/05/22 00:56:49 [DBG] validateAdvancedPartitions: Found partition nvme0n1p8 with name CLR_BOOT
2025/05/22 00:57:09 [DBG] Starting in addMode
2025/05/22 00:57:17 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:17 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:17 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:17 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:17 [DBG] cmd.Env: []
2025/05/22 00:57:18 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:18 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:18 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:18 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:18 [DBG] cmd.Env: []
2025/05/22 00:57:19 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:19 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:19 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:19 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:19 [DBG] cmd.Env: []
2025/05/22 00:57:19 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:19 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:19 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:19 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:19 [DBG] cmd.Env: []
2025/05/22 00:57:19 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:19 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:19 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:19 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:19 [DBG] cmd.Env: []
2025/05/22 00:57:19 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:19 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:19 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:19 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:19 [DBG] cmd.Env: []
2025/05/22 00:57:19 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:19 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:19 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:19 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:19 [DBG] cmd.Env: []
2025/05/22 00:57:20 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:20 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:20 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:20 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:20 [DBG] cmd.Env: []
2025/05/22 00:57:20 [DBG] /usr/bin/cracklib-check
2025/05/22 00:57:20 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:20 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:20 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:20 [DBG] cmd.Env: []
2025/05/22 00:57:22 [DBG] page.model.Users[0]: &{Login:juancho UserName:Juan Luis Password: Admin:true SSHKeys:[]}
2025/05/22 00:57:25 [DBG] proxy.SetHTTPSProxy = 
2025/05/22 00:57:27 [INF] Testing connectivity
2025/05/22 00:57:27 [DBG] /usr/bin/timeout --kill-after=10s 10s /usr/bin/curl --no-sessionid -o /dev/null -s -f https://cdn.download.clearlinux.org/update/
2025/05/22 00:57:27 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:27 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:27 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:27 [DBG] cmd.Env: []
2025/05/22 00:57:30 [DBG] Partitions before sorting:
2025/05/22 00:57:30 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p5: fsType=ext4, mount=/home, size=256295043072, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/22 00:57:30 [DBG] Partitions after sorting:
2025/05/22 00:57:30 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p5: fsType=ext4, mount=/home, size=256295043072, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/22 00:57:30 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/22 00:57:30 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print
2025/05/22 00:57:30 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:30 [DBG] Gnome Proxy Mode: none

Installation log 2/2:

2025/05/22 00:57:30 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:30 [DBG] cmd.Env: []
2025/05/22 00:57:30 [DBG] MediaChange: nvme0n1: Selected media will be used for installation.
2025/05/22 00:57:30 [DBG] MediaChange: nvme0n1p5: Use existing partition. [/home]
2025/05/22 00:57:30 [DBG] MediaChange: nvme0n1p6: Use existing partition. [/]
2025/05/22 00:57:30 [DBG] MediaChange: nvme0n1p7: Use existing partition. (swap)
2025/05/22 00:57:30 [DBG] MediaChange: nvme0n1p8: Use existing partition. [/boot]
2025/05/22 00:57:32 [DBG] timeout --kill-after=30s 30s curl --no-sessionid -o /tmp/clr-installer-yaml-3594580291 -s -f https://cdn.download.clearlinux.org/releases/43470/clear/config/image/.data/pre-gui-install-msg.yaml
2025/05/22 00:57:32 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:32 [INF] Running pre-install hooks
2025/05/22 00:57:32 [DBG] Clear Linux OS version: latest
2025/05/22 00:57:32 [DBG] WritePartitionTable: partial disk, skipping mklabel for nvme0n1
2025/05/22 00:57:32 [INF] Updating partition table for: nvme0n1
2025/05/22 00:57:32 [DBG] Partitions before sorting:
2025/05/22 00:57:32 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p5: fsType=ext4, mount=/home, size=256295043072, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/22 00:57:32 [DBG] Partitions after sorting:
2025/05/22 00:57:32 [DBG] nvme0n1p1: fsType=vfat, mount=, size=104857600, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p2: fsType=, mount=, size=134217728, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p3: fsType=ntfs, mount=, size=79404466176, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p4: fsType=ntfs, mount=, size=1814036480, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p5: fsType=ext4, mount=/home, size=256295043072, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p6: fsType=ext4, mount=/, size=164911644672, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p7: fsType=swap, mount=, size=8370782208, type=part
2025/05/22 00:57:32 [DBG] nvme0n1p8: fsType=vfat, mount=/boot, size=1073741824, type=part
2025/05/22 00:57:32 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print
2025/05/22 00:57:32 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:32 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:32 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:32 [DBG] cmd.Env: []
2025/05/22 00:57:32 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:32 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:32 [DBG] cmd.Env: []
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p1  /dev/nvme0n1p1  259:9  vfat 1677-CF9C   EFI_BOOT EFI system partition 104857600 part  false false [] false false false false  false 1 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p1
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p2  /dev/nvme0n1p2  259:10       Microsoft reserved partition 134217728 part  false false [] false false false false  false 2 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p2
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p3  /dev/nvme0n1p3  259:11  ntfs F04078D54078A3CE   Win 11 Pro x64 Basic data partition 79404466176 part  false false [] false false false false  false 3 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p3
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p4  /dev/nvme0n1p4  259:12  ntfs 8ADC2001DC1FE66B   Recovery Basic data partition 1814036480 part  false false [] false false false false  false 4 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p4
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p5  /dev/nvme0n1p5  259:13  ext4 87881280-677f-4dcd-bd64-7dddbafad4d3  /home  CLR_MNT_/home 256295043072 part  false false [] false false false true  false 5 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p5
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p6  /dev/nvme0n1p6  259:14  ext4 812f7cf9-6562-42fc-a2bd-8750e4136177  /  CLR_ROOT 164911644672 part  false false [] false false false true  false 6 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p6
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p7  /dev/nvme0n1p7  259:15  swap 137ecef7-1b3c-4ec6-a212-bcabc4035e9e    CLR_SWAP 8370782208 part  false false [] false false false true  false 7 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p7
2025/05/22 00:57:32 [DBG] WritePartitionTable: processing child: &{nvme0n1p8  /dev/nvme0n1p8  259:16  vfat 7A3E-8DB5  /boot  CLR_BOOT 1073741824 part  false false [] false false false true  false 8 []}
2025/05/22 00:57:32 [DBG] WritePartitionTable: skipping partition nvme0n1p8
2025/05/22 00:57:32 [WRN] Could not determine the guid for: nvme0n1p1
2025/05/22 00:57:32 [WRN] Could not determine the guid for: nvme0n1p2
2025/05/22 00:57:32 [WRN] Could not determine the guid for: nvme0n1p3
2025/05/22 00:57:32 [WRN] Could not determine the guid for: nvme0n1p4
2025/05/22 00:57:32 [INF] Setting GUIDs for device: /dev/nvme0n1
2025/05/22 00:57:32 [DBG] sgdisk /dev/nvme0n1 --typecode=7:0657FD6D-A4AB-43C4-84E5-0933C84B4F4F
2025/05/22 00:57:32 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:32 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:32 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:32 [DBG] cmd.Env: []
2025/05/22 00:57:32 [DBG] Pre-Installation has no message content
2025/05/22 00:57:33 [DBG] The operation has completed successfully.
2025/05/22 00:57:33 [DBG] sgdisk /dev/nvme0n1 --typecode=8:C12A7328-F81F-11D2-BA4B-00A0C93EC93B
2025/05/22 00:57:33 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:33 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:33 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:33 [DBG] cmd.Env: []
2025/05/22 00:57:34 [DBG] The operation has completed successfully.
2025/05/22 00:57:34 [DBG] sgdisk /dev/nvme0n1 --typecode=5:933AC7E1-2EB4-4F13-B844-0E14E2AEF915
2025/05/22 00:57:34 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:34 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:34 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:34 [DBG] cmd.Env: []
2025/05/22 00:57:35 [DBG] The operation has completed successfully.
2025/05/22 00:57:35 [DBG] sgdisk /dev/nvme0n1 --typecode=6:4F68BCE3-E8CD-4DB1-96E7-FBCAF984B709
2025/05/22 00:57:35 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:35 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:35 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:35 [DBG] cmd.Env: []
2025/05/22 00:57:36 [DBG] The operation has completed successfully.
2025/05/22 00:57:36 [INF] Setting boot partition: nvme0n1p8 [boot]
2025/05/22 00:57:36 [DBG] parted /dev/nvme0n1 set 8 boot on
2025/05/22 00:57:36 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:36 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:36 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:36 [DBG] cmd.Env: []
2025/05/22 00:57:36 [DBG] Information: You may need to update /etc/fstab.
2025/05/22 00:57:36 [DBG] 
                                                                          
2025/05/22 00:57:36 [DBG] partprobe /dev/nvme0n1
2025/05/22 00:57:36 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:36 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:36 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:36 [DBG] cmd.Env: []
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p1
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p2
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p3
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p4
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p5
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p6
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p7
2025/05/22 00:57:40 [DBG] Skipping new file system for nvme0n1p8
2025/05/22 00:57:40 [DBG] partprobe -s
2025/05/22 00:57:40 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:40 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:40 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:40 [DBG] cmd.Env: []
2025/05/22 00:57:41 [DBG] Warning: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes.
2025/05/22 00:57:41 [DBG] /dev/sda: msdos partitions 2
2025/05/22 00:57:41 [DBG] /dev/nvme0n1: gpt partitions 1 2 3 8 6 7 5 4
2025/05/22 00:57:41 [DBG] udevadm settle --timeout 10
2025/05/22 00:57:41 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:41 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:41 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:41 [DBG] cmd.Env: []
2025/05/22 00:57:41 [DBG] lsblk --exclude 1,2,11 -J -b -O
2025/05/22 00:57:41 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:41 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:41 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:41 [DBG] cmd.Env: []
2025/05/22 00:57:41 [DBG] parted --machine --script -- /dev/loop0 unit B print free
2025/05/22 00:57:41 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:41 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:41 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:41 [DBG] cmd.Env: []
2025/05/22 00:57:41 [WRN] getPartitionTable() had an error reading partition table "Error: /dev/loop0: unrecognised disk label\nBYT;\n/dev/loop0:4291219456B:loopback:512:512:unknown:Loopback device:;\n"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is ""
2025/05/22 00:57:41 [DBG] parted --machine --script -- /dev/sda unit B print free
2025/05/22 00:57:41 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:41 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:41 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:41 [DBG] cmd.Env: []
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "BYT"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "/dev/sda:15502147584B:scsi:512:512:msdos:Kingston DataTraveler 3.0:"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "1:1024B:69631B:68608B:free"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "2:69632B:268505087B:268435456B:fat16::esp"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "1:268505088B:15502147583B:15233642496B:free"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is ""
2025/05/22 00:57:41 [DBG] parted --machine --script -- /dev/nvme0n1 unit B print free
2025/05/22 00:57:41 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:41 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:41 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:41 [DBG] cmd.Env: []
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "BYT"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "/dev/nvme0n1:512110190592B:nvme:512:512:gpt:VICKTER NVMe:"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "1:17408B:1048575B:1031168B:free"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "1:1048576B:105906175B:104857600B:fat32:EFI system partition:boot, esp, no_automount"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "2:105906176B:240123903B:134217728B::Microsoft reserved partition:msftres, no_automount"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "3:240123904B:79644590079B:79404466176B:ntfs:Basic data partition:msftdata"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "8:79644590080B:80718331903B:1073741824B:fat32:CLR_BOOT:boot, esp"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "6:80718331904B:245629976575B:164911644672B:ext4:CLR_ROOT:"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "7:245629976576B:254000758783B:8370782208B:linux-swap(v1):CLR_SWAP:swap"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "5:254000758784B:510295801855B:256295043072B:ext4:CLR_MNT_/home:linux-home"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "4:510295801856B:512109838335B:1814036480B:ntfs:Basic data partition:hidden, diag, no_automount"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is "1:512109838336B:512110173695B:335360B:free"
2025/05/22 00:57:41 [DBG] setPartitionTable() line is ""
2025/05/22 00:57:41 [INF] Mounting: /
2025/05/22 00:57:41 [INF] Running post-image hooks
2025/05/22 00:57:41 [INF] Installation Steps Complete
2025/05/22 00:57:41 [DBG] timeout --kill-after=30s 30s curl --no-sessionid -o /tmp/clr-installer-yaml-2722783674 -s -f https://cdn.download.clearlinux.org/releases/43470/clear/config/image/.data/post-gui-install-msg.yaml
2025/05/22 00:57:41 [DBG] sync user is PKEXEC_UID=#1000
2025/05/22 00:57:41 [DBG] Gnome Proxy Mode: none
2025/05/22 00:57:41 [DBG] [Previous line repeated 4 times]
2025/05/22 00:57:41 [DBG] cmd.Env: []
2025/05/22 00:57:41 [DBG] Post-Installation has no message content

So now the installer thinks it worked this time. Did it?

Nope, the installer failed again with the error “Installation failed, see log for details” or something like that.

There are no clues in the latest installation log, but this from dmesg is confusing:

[  503.587951]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[  503.855249] /dev/nvme0n1p6: Can't lookup blockdev
[  503.855519]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8

At this point I’m wildly guessing, but there must be something about how gparted created those partitions manually that is tripping us up. I would try deleting and recreating the partitions, especially that root partition. Installation on a completely empty disk always has a better chance of success because of fewer variables, but I understand you want to keep the other partitions. Just beware there may be more challenges to boot after completing installation.

On a side note, I would not create a swap partition, but instead let the installer create a swapfile in the root partition. The performance should be the same due to how the kernel handles it, and it’s a little bit more convenient to work with.

The partitions weren’t created by gparted, they already existed from other Linux installations, I think they were created during a Manajaro install some months ago. I just formatted them with gparted during the installation process of Clear, minus /home because I have stuff there that I need. Any other distro that I have installed on that PC have reused the same partitions without issues, it is just Clear the one that refuses to use them.

I will try again deleting the root and swap partitions, but I cannot delete /home ATM.

I did not know this, I had always understood that a swap file would be slower than a swap partition, but I suppose things have changed, heh. I will delete it then, thanks for the tip.

There are no clues in the latest installation log, but this from dmesg is confusing:

[ 503.587951] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[ 503.855249] /dev/nvme0n1p6: Can’t lookup blockdev
[ 503.855519] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8

Could partition resizing have caused this? because before I had a 16GB swap partition, but the Clear Linux installer did not accept a swap partition bigger than 8GB, so I had to resize both the root and swap partitions.

Deleting the root and swap partitions worked! thanks for the help @btwarden !

I just noticed that with 16 GB of RAM, the installer created a swap file of just 64MB, is there any documentation of why Clear Linux installer assigns so little RAM these days? Why is that amount recommended? I as a developer, normally explode those 16GB of RAM very, very easily, to the point that sometimes 16GB of swap fells short.