Did this creation of a flash (usb) stick work well!?

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

i do the following

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!?

what do you say

look forward to hear from you

regards

sudo dd bs=4M if=~/Downloads/EOS1.iso of=****/dev/xyz**** status=progress

Jumps out (the bit I have highlighted /dev/xyz) ?

And:

dd: '/root/Downloads/EOS1.iso'

Do not use ~/Downloads, use your user /home/<user>/Downloads, it is looking in the wrong directory…

Apologies, at work and some people think I am paid to work! (fools) am answering between interruptions :rofl:

1 Like

hi there - many thanks for the quick reply.

thank you for the heads up…


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…

and yes: this here also might be totally wrong

sudo dd bs=4M if=~/Downloads/EOS1.iso of=****/dev/xyz**** status=progress

Jumps out (the bit I have highlighted /dev/xyz) ?

note: i need to replace this part /dev/xyz

/dev/xyz should be the name of the drive /dev/sdb1?

Path to the iso should be explicit - using sudo ~/Downloads = /root/Downloads not your downloads.

2 Likes

Wherever you have borrowed it from, this list (?) has mistakes and unnecessary actions.

Use EnOS wiki, or better the Arch wiki, which has every existing method, including some stupidly easy ones (like using a cat :cat: ).

2 Likes

g day dear petsam, hello dear xircon

many thanks for the quick reply. Awesome - i am so glad.

at the moment i am not in front of the Notebook - so here some preliminary tasks and - idea-sharing:

well i need to add the correct path to the iso file - thats the point.

well finding out the correct path (note: its in the download-folder ) can be done like so - i guess:

sensu: https://stackoverflow.com/questions/5265702/how-to-get-full-path-of-a-file

Is there an easy way I can print the full path of file.txt ?

file.txt = /nfs/an/disks/jj/home/dir/file.txt
The <command>

dir> <command> file.txt  
should print

/nfs/an/disks/jj/home/dir/file.txt

and Use readlink:


readlink -f file.txt

besides this another answer on SO is like so: suppose you are using Linux.

I found a utility called realpath in coreutils 8.15.

realpath -s file.txt
/data/ail_data/transformed_binaries/coreutils/test_folder_realpath/file.txt

well i do add the correct path later the day…
greetings

many thanks for all your ideas & and help

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/

3 Likes

if you are using dd why are you bothering with:

dd is going to overwrite the contents on the device these steps are unnecessary.

1 Like