I’ve checked other similar topics but none of proposed solution worked, so I’m opening new topic.
I’m unable to install Manajro on my new setup. I have 2 nvme disk in raid 0. When I try to do the default install using installer it always ends up with error:
2023-10-20 - 09:31:03 [6]: .. - message: "The installer failed to create partition on disk 'md0'."
2023-10-20 - 09:31:03 [6]: .. - details:
Create a new partition (8.80 GiB, luks) on ‘/dev/md0’
Job: Create new partition on device ‘/dev/md0’
Command: sfdisk --force --append /dev/md0
Failed to add partition ‘New Partition’ to device ‘/dev/md0’.
Failed to add partition ‘New Partition’ to device ‘/dev/md0’.
I tried with or without disk encryption, secure boot is off.
inxi -Fza
RAID:
Supported mdraid levels: raid0
Device-1: md0 maj-min: 9:0 type: mdraid level: raid-0 status: active
size: 1.86 TiB
Info: report: N/A blocks: 2000144384 chunk-size: 512k super-blocks: 1.2
Components: Online:
0: nvme2n1 maj-min: 259:2 size: 953.87 GiB
1: nvme1n1 maj-min: 259:0 size: 953.87 GiB
Drives:
Local Storage: total: raw: 3.75 TiB usable: 3.75 TiB used: 0 KiB (0.0%)
SMART Message: Unable to run smartctl. Root privileges required.
ID-1: /dev/nvme0n1 maj-min: 259:4 vendor: Kingston model: SKC3000D2048G
size: 1.86 TiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
lanes: 4 tech: SSD serial: <filter> fw-rev: EIFK31.6 temp: 25.9 C
scheme: MBR
ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Kingston model: SKC3000S1024G
size: 953.87 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
lanes: 4 tech: SSD serial: <filter> fw-rev: EIFK31.6 temp: 31.9 C
ID-3: /dev/nvme2n1 maj-min: 259:2 vendor: Kingston model: SKC3000S1024G
size: 953.87 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
lanes: 4 tech: SSD serial: <filter> fw-rev: EIFK31.6 temp: 31.9 C
ID-4: /dev/sda maj-min: 8:0 vendor: SMI (STMicroelectronics)
model: USB DISK size: 29.3 GiB block-size: physical: 512 B logical: 512 B
type: USB rev: 3.1 spd: 5 Gb/s lanes: 1 mode: 3.2 gen-1x1 tech: N/A
serial: <filter> fw-rev: 1100 scheme: MBR
SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?
Partition:
Message: No partition data found.
Swap:
Alert: No swap data was found.
Sensors:
System Temperatures: cpu: 40.5 C mobo: 30.0 C gpu: amdgpu temp: 37.0 C
Fan Speeds (rpm): N/A
sudo parted -l
Model: SMI USB DISK (scsi)
Disk /dev/sda: 31.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
2 3893MB 3897MB 4194kB primary esp
Model: KINGSTON SKC3000D2048G (nvme)
Disk /dev/nvme0n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32.3kB 2048GB 2048GB primary swap
Model: Linux Software RAID Array (md)
Disk /dev/md0: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 2097kB 317MB 315MB fat32 boot, esp
2 317MB 2039GB 2038GB ext4 root
Model: KINGSTON SKC3000S1024G (nvme)
Disk /dev/nvme2n1: 1024GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32.3kB 1024GB 1024GB primary swap
Model: KINGSTON SKC3000S1024G (nvme)
Disk /dev/nvme1n1: 1024GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32.3kB 1024GB 1024GB primary swap
Any ideas ?