Hallo,
ich versuche bereits einige Male Siduction no X zu installieren, allerdings bin ich scheinbar zu blöd dafür

Ich versuche es in einer VM auf meinem Host System Linux Nobara zu machen.
Meine Schritte sind wie folgt:
Ins Live OS booten
> su
> cli-installer
> cfdisk /dev/vda
alle partitionen löschen
New 512M, Type EFI System
New 24,5G, Type Linux filesystem
Write, yes
Quit
>mkfs.fat -F 32 /dev/vda1
>mkfs.ext4 /dev/vda2
>systemctl daemon-reload
>cli-installer
- do you want to partition your hard disk? Nein -> OK
- do you want to change the timezone? Nein -> OK
- do you want the installer to format your root partition? Nein
- choose a partition to install siduction onto: /dev/vda2
- select a file syste mfor your root partition: ext4 (würde ja btrfs nehmen, aber gibt's scheinbar nicht zur auswahl)
- do you want to set mount points for other partitions? Ja -> /dev/vda1 -> boot
- do you want the program to NOT check if there is enough space...? Nein
- do you want the installer to autodetect swap? Nein -> OK
- real name, username, password, root password, hostname, ...
- select the services you want to start on boot: (nichts) -> OK
- where do you want the boot-loader to be installed (mbr, partition)? partition
- do you want the partitions to be automounted on boot? Ja
- finished, start installation? Ja
Dann wird erstmal installiert. Dateien kopiert, etc.
Und ich bin mir unsicher, ob die Installation fehlschlägt oder nicht, da hier steht "install abort, close the terminal". Dann steht allerdings was successfully installed to hd.

Dann festgestellt, dass /etc/fstab scheinbar leer ist, vielleicht ist das das Problem?
also dann das:
>mount /dev/vda2 /mnt
>mkdir -p /mnt/boot/efi
>mount /dev/vda1 /mnt/boot/efi
>blkid -o export /dev/vda2 /dev/vda1 | grep UUID
>sudo bash -c 'echo "UUID=$(blkid -s UUID -o value /dev/vda2) / ext4 defaults,noatime 0 1" > /mnt/etc/fstab'
>sudo bash -c 'echo "UUID=$(blkid -s UUID -o value /dev/vda1) /boot/efi vfat umask=0077 0 1" >> /mnt/etc/fstab'
>cat /mnt/etc/fstab

>reboot
Option wählen: boot system from hd0,gpt2
Am Bildschirm steht "Booting from Hard Disk..."
Und dort bleibts stecken:

Was mache ich falsch?
Oder mache ich alles falsch haha
