did this creation of a flash (usb) stick work well!?
well i want to create a usb-stick for install:
sudo fdisk -l # (usb-CHECK at the very beginning of all )
umount /dev/sdb1* # ( firstly wanna do the USB-Stick unmout, before i start with all )
sudo mkfs.ext4 /dev/sdb1
sudo dd bs=4M if=~/Downloads/EOS1.iso of=/dev/xyz status=progress && sync
with the EOS1.iso - this is the install-medium -the EOS1.iso file see here
umount /dev/sdb1* # (Also erstmal den USB-Stick unmouten, ehe es losgeht)
sudo mkfs.ext4 /dev/sdb1
sudo dd bs=4M if=~/Downloads/EOS1.iso of=/dev/xyz status=progress && sync
Festplatte /dev/sda: 232,89 GiB, 250059350016 Bytes, 488397168 Sektoren
Festplattenmodell: WDC WD2500BEVT-0
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x46438ab0
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/dev/sda1 * 2048 488392064 488390017 232,9G 83 Linux
Festplatte /dev/sdb: 3,81 GiB, 4089446400 Bytes, 7987200 Sektoren
Festplattenmodell: Flash Disk
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x4d909e77
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/dev/sdb1 * 64 3789951 3789888 1,8G 0 Leer
/dev/sdb2 3789952 4023423 233472 114M ef EFI (FAT-12/16/32)
umount: /dev/sdb1: nicht eingehängt.
mke2fs 1.47.1 (20-May-2024)
/dev/sdb1 hat ein iso9660-Dateisystem mit Namen „EOS_202303“
Trotzdem fortfahren? (j,n) j
Ein Dateisystem mit 473736 (4k) Blöcken und 118560 Inodes wird erzeugt.
UUID des Dateisystems: ba97cbf7-2513-4da0-93c1-70c63e814c73
Superblock-Sicherungskopien gespeichert in den Blöcken:
32768, 98304, 163840, 229376, 294912
beim Anfordern von Speicher für die Gruppentabellen: erledigt
Inode-Tabellen werden geschrieben: erledigt
Das Journal (8192 Blöcke) wird angelegt: erledigt
Die Superblöcke und die Informationen über die Dateisystemnutzung werden
geschrieben: erledigt
dd: '/root/Downloads/EOS1.iso' konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
[root@martinkaspar-4243f53 martin]# sudo dd bs=4M if=~/Downloads/EOS1.iso of=/dev/xyz status=progress && sync
dd: '/root/Downloads/EOS1.iso' konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
well - what makes me wondering a bit - is the report that notes in the end … such as
dd: '/root/Downloads/EOS1.iso' konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
[root@martinkaspar-4243f53 martin]# sudo dd bs=4M if=~/Downloads/EOS1.iso of=/dev/xyz status=progress && sync
dd: '/root/Downloads/EOS1.iso' konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
hmmm - seems that there some important things - i.e. the iso file could not be found!?
dd: Fehler beim Schreiben von '/dev/xyz': Auf dem Gerät ist kein Speicherplatz mehr verfügbar
2+0 records in
1+0 records out
4194304 bytes (4,2 MB, 4,0 MiB) copied, 0,229033 s, 18,3 MB/s
[martin@martinkaspar-4243f53 ~]$ sudo dd bs=4M if=~/Downloads/EOS1.iso of=/dev/xyz status=progress && sync
dd: Fehler beim Schreiben von '/dev/xyz': Auf dem Gerät ist kein Speicherplatz mehr verfügbar
2+0 records in
1+0 records out
4194304 bytes (4,2 MB, 4,0 MiB) copied, 0,00646522 s, 649 MB/s
[martin@martinkaspar-4243f53 ~]$
which means -…
dd: Fehler beim Schreiben von '/dev/xyz': Auf dem Gerät ist kein Speicherplatz mehr verfügbar
Error during the writing proces - there is no space left on the device…
I’m just going to give you some advise as DD can be dangerous to use without knowing what you are doing to maybe use a GUI option to save you the headache of trying to work this out. There are a few mentioned here and I often use either SUSE Image Writer or sometime Etcher as it has an appimage. As mentioned have a read of the wiki. https://discovery.endeavouros.com/installation/create-install-media-usb-key/2021/03/