Ich habe hier ein ASUS-Board und ebenfalls eine NVMe M.2 SSD im Betrieb; an Probleme kann ich mich nicht erinnern. Gehen wir mal ein Paar Punkte durch:
Wenn ich es richtig verstehe, so wird die SSD sowohl vom UEFI/BIOS, als auch von Calamares erkannt. Lediglich die Ausführung der Partitionierung scheitert.
Ist Die Firmware deines Mainboards aktuell?
Ja. Ich habe das aktuellste BIOS vor dem Versuch, siduction zu installieren, heruntergeladen und installiert. Was ist ausdrücklich NICHT kapiere: inwieweit kann/muss das "EFI" dabei ein Update erhalten, sofern es nicht Bestandteil eines normalen BIOS-Updates sein sollte?
Wie ist die Einstellung im UEFI-BIOS im Boot-Menü für den CSM (Kompatibilitätsmodus)?
==> Alles auf die originalen Basic-Systemsettings zurückgesetzt, die vom Hersteller vorgegeben waren. CSM ist daher AN. Checke ich notfalls nochmal. Wie gesagt, die ORIGINAL Einstellungen vom Hersteller.
Wie ist der aktuelle Stand der SSD bezüglich der Partitionierung? Was ist die Ausgabe vonsudo parted /dev/nvme0n1 print
? /dev/nvme0n1 entsprechend anpassen.
siducer@siduction:~$ sudo parted /dev/nvme0n1 print
Error: /dev/nvme0n1: unrecognised disk label
Model: Vi3000 Internal PCIe NVMe M.2 SSD 1TB (nvme)
Disk /dev/nvme0n1: 1024GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Wie bist du bei der Installation vorgegangen? Manuelle Partitionierung oder Installation neben einem bereits installiertem System etc?
Da gar kein System installiert ist, kann ich auch keins parallel installieren. Ich habe die Einstellung gewählt in Calamares: "Festplatte löschen". Das nvme-Laufwerk wird dazu ausgewählt zum Installieren.
Typischerweise sollte ein EFI-System heute auf der SSD zunächst eine FAT32-Partition (z.B. 200 MiByte) mit dem Boot-Flag und der Markierung esp (EFI System Partition) enthalten, der dann die weiteren Partitionen (GPT) folgen. Vor der EFI-Partition kann wegen der Ausrichtung an Blockgrenzen noch ein freier (ungenutzter) Bereich liegen! Bei mir spuckt parted z.B. folgendes aus:
parted /dev/nvme0n1 print
Model: CT1000P2SSD8 (nvme)
Disk /dev/nvme0n1: 1000GB
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
3 317MB 70,9GB 70,6GB btrfs root
2 70,9GB 143GB 71,7GB btrfs root
5 143GB 278GB 135GB ext4 root
4 278GB 1000GB 722GB ext4 DATA
Versuche ansonsten, die Partitionen (siehe Manual) manuell anzulegen. Funktioniert das oder gibt es da auch Probleme?
Calamares scheitert bei dem Versuch, die Paritionstabelle zu erstellen:
Installation fehlgeschlagen
Eine neue Partitionstabelle (Art: gpt) auf „/dev/nvme0n1“ erstellen
Operation: Neue Partitionstabelle auf dem Gerät „/dev/nvme0n1“ erstellen
Befehl: sfdisk --wipe=always /dev/nvme0n1
gparted findet die nvme-Platte gar nicht und zeigt nur den USB-Stick von der siduction-Installation an.
edlin
I have an ASUS board and also an NVMe M.2 SSD in operation here; I can't remember any problems. Let's go through a few points:
If I understand correctly, the SSD is recognized by both the UEFI/BIOS and Calamares. Only the partitioning fails.
Is the firmware of your mainboard up to date?
What is the setting in the UEFI BIOS in the boot menu for the CSM (compatibility mode)?
What is the current status of the SSD with regard to partitioning? What is the output of
sudo parted /dev/nvme0n1 print
? Customize /dev/nvme0n1 if necessary
How did you proceed with the installation? Manual partitioning or installation next to an already installed system etc?
Typically, an EFI system today should first contain a FAT32 partition (e.g. 200 MiByte) on the SSD with the boot flag and the marker esp (EFI System Partition), which is then followed by the other partitions (GPT). There may still be a free (unused) area before the EFI partition due to the alignment with block boundaries! In my case, for example, parted spits out the following:
parted /dev/nvme0n1 print
Model: CT1000P2SSD8 (nvme)
Disk /dev/nvme0n1: 1000GB
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
3 317MB 70,9GB 70,6GB btrfs root
2 70,9GB 143GB 71,7GB btrfs root
5 143GB 278GB 135GB ext4 root
4 278GB 1000GB 722GB ext4 DATA
Otherwise, try to create the partitions manually (see manual). Does this work or are there also problems?
edlin
[/quote]
Grüße/Regards