Create bootable (USB) Drive fast
Create bootable (USB) Drive fast
Bulls Eye
2020-08-06 1384 words 7 minutes
CONTENTS
Since it has become clear in the top picture that I need sdb, let me show you
an example below.
or
1 sudo dd bs=512M if=file.iso
of=/dev/sdX-usbstick
In the example below, I’m going to download a Kali Linux ISO, And then we
check if the SHA256Sum is a match.
ae9a3b6a1e016cd464ca31ef5055506cecfc55a10f61bf1acb8313eddbe12ad7
kali-linux-2020.2-installer-amd64.iso
A match is found.
If the generated checksum matches the one provided on the Klai Linux
download page, this means that no data was changed while you downloaded
the ISO file. – So, your downloaded file is not corrupted.
The other tools I mentioned above work similarly.
Once Wget is installed, you need a very simple command to download the ISO
directly to the USB.
1 sudo wget
"https://your.iso/2020/what-the-h
ack.iso" -O /dev/sdX-usbstick
Below I show you an example of how to quickly download Kali Linux ISO to
your Device. (note, by the time of reading this, the version of Kali Linux can be
much further and different) With your right mouse button click and select copy
link address, as shown in the example below.
1 sudo wget
"https://cdimage.kali.org/kali-20
20.2/kali-linux-2020.2-live-amd64
.iso" -O /dev/sdX-usbstick
Making a Bootable USB Drive with Curl
Curl is installed on almost all Linux Operating Systems. If it turns out that
this is not yet the case, you can do this very simply with:
For Debian - Ubuntu-based systems, Like Kali Linux and Parrot OS
1 sudo apt install curl
Once Curl is installed, you need a very simple command to download the ISO
directly to the USB.
The same applies here as you saw with the example of the wget. Copy the ISO
link of the relevant Operating System (OS) and use the command and example
below.
Don’t forget to put the sudo command before the /dev/sdX-usbstick or it
won’t work.
1 sudo curl -L
https://your.iso/2020/what-the-ha
ck.iso | sudo dd of=/dev/usbstick
Below I show you in an example how to make a bootable USB with CURL.
(note, by the time of reading this, the version of Kali Linux can be much further
and different) With your right mouse button click and select copy link address,
as shown in the example below.
1 sudo curl -L
https://cdimage.kali.org/kali-202
0.2/kali-linux-2020.2-live-amd64.
iso | sudo dd of=/dev/usbstick
As you can see I am currently using a different OS myself. (After using Parrot
Security OS for three years. This is an Arch-based Linux.
By Bulls Eye
Jolanda de koff • email • donate
My name is Jolanda de Koff and on the internet, I'm also known as Bulls Eye.
Ethical Hacker, Penetration tester, Researcher, Programmer, Self Learner, and
forever n00b. Not necessarily in that order. Like to make my own hacking tools
and I sometimes share them with you. "You can create art & beauty with a
computer and Hacking is not a hobby but a way of life ...