Good day dear friends 
just have creatde a bootable iso-stick - see the approach
- and i guess that all went nice
- btw. see the output of lsblk - command
[/CODE]
guess that all went well here
just have creatde a bootable iso-stick - see the approach
- and i guess that all went nice
- btw. see the output of lsblk - command
Code:
2155872256 Byte (2,2 GB, 2,0 GiB) kopiert, 2 s, 1,1 GB/s
749+1 Datensätze ein
749+1 Datensätze aus
3144155136 Byte (3,1 GB, 2,9 GiB) kopiert, 2,91001 s, 1,1 GB/s
[martin@m-tp ~]$ sudo dd bs=4M if=~/Videos/eos10.iso of=/dev/sdb status=progress oflag=sync
1979711488 Byte (2,0 GB, 1,8 GiB) kopiert, 1 s, 2,0 GB/s
749+1 Datensätze ein
749+1 Datensätze aus
314 4155136 Byte (3,1 GB, 2,9 GiB) kopiert, 1,58593 s, 2,0 GB/s
[martin@m-tp ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 476,9G 0 disk
├─nvme0n1p1 259:1 0 300M 0 part /boot/efi
└─nvme0n1p2 259:2 0 476,6G 0 part /
[martin@m-tp ~]$
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 476,9G 0 disk
├─nvme0n1p1 259:1 0 300M 0 part /boot/efi
└─nvme0n1p2 259:2 0 476,6G 0 part /
[martin@m-tp ~]$ fdisk -l
fdisk: /dev/nvme0n1 kann nicht geöffnet werden: Keine Berechtigung
[martin@m-tp ~]$ parted -l
Warnung: /dev/sdb kann nicht zum Schreiben geöffnet werden (Keine Berechtigung).
/dev/sdb wurde nur lesbar geöffnet.
Modell: (file)
Festplatte /dev/sdb: 3144MB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags:
Nummer Anfang Ende Größe Typ Dateisystem Flags
2 2964MB 3144MB 180MB primary fat32 esp
[/CODE]
guess that all went well here

