Skip to main content

How to make bootable pen drive easily in Ubuntu.

You can make bootable pen drive using many methods. But today i'm going to show you easy method using third party app etcher-electron software.
To install etcher-electron in Ubuntu you have to repositories to your Linux system-
to add etcher repos in your system open software & updates using Ubuntu search -
Now select Other Software tab in Software & Updates and click add button after this you can find a prompt which is asking for APT line. Paste the following line is this tab-
deb https://dl.bintray.com/resin-io/debian stable etcher
Then press add source button and now we have to add repositories key. Open terminal and type following line and press enter-
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
After this step type this command-
sudo apt update && sudo apt install etcher-electron
Now open etcher from application menu-

First select ISO file then select media and in the last press flash button and boom its working.


If you are windows user then you can download etcher-electron from following link-
Etcher-Electron


For any query contact me- JohnTheH4cker

Comments