HowTo install Debian
Finde den USB-Stick:
fdisk -l
oder per: Tabelle mit weniger Details:
df -hT
Kopieren des Images auf das USB-Stick:
dd if=[path_to_iso] of=[path_to_usb]
...
dd if=/home/<USER>/Downloads/debian_amd64-netinst.iso of=/dev/sdb
.. if ready it prints out some like this:
98304+0 Datensätze ein98304+0 Datensätze aus50331648 bytes (50 MB, 48 MiB) copied, 11,9949 s, 4,2 MB/s
Setup your BIOS to restart from USB... have fun!