usb: USB steht im BIOS/UEFI nicht als Bootoption zur Verfügung

Beitrag lesen

Do not use Unetbootin or any other image creator. You'll need a linux machine, a memory-stick and the good old console. Simply just 'cp debian.iso /dev/yourdevicename' (mine was /dev/sde and then type 'sync' and hit enter. It takes a long time to write the iso to the stick. Make sure usb-strick isn't mounted and DO NOT USE A PARTITION ON THE STICK BUT THE WHOLE DEVICE. For example, /dev/sde is the device whilst /dev/sde1 would be a partition on the device.

Den fett markierten Teil des Zitats kann ich nicht so ganz nachvollziehen, zum einen, weil sich mein Englisch in Grenzen hält, zum anderen weil ich nicht verstehe wie man eine ISO-Datei auf einen Stick kopieren soll wenn der Stick nicht gemounted ist.

https://de.wikipedia.org/wiki/Everything_is_a_file; ein USB-Stick taucht z.B. als /dev/sde auf; die dritte Partition darauf ist dann /dev/sde3.

Des weiteren wird gesagt man soll keine Partition auf dem Stick nutzen, wie soll ich eine ISO-Datei auf einen Stick kopieren der keine Partition hat?

So wie im zitierten Teil beschrieben: 'cp debian.iso /dev/sde; sync' in einer Konsole (mit sudo oder als root); das beschreibt dann den USB-Stick einfach komplett von vorne und legt dabei eine Partitionstabelle an (deswegen soll es direkt auf den Stick und nicht in eine Partition geschrieben werden).