How to create a bootable USB by using terminal commands? #keefto

Zaid Jaber by Zaid Jaber
How to create a bootable USB by using terminal commands? #keefto

In this article we will take a look on how to create a bootable usb using terminal. For a while now most of laptops don't come with CD/DVD ROM due to that you need to how to create a bootable usb there are multiple ways to do that you can install an application on your Linux Based OS. However for this article we will use terminal commands to do so.

    

Follow the steps below 

[*] Insert the USB stick into your Laptop 

 

[*] Open Terminal ALT+T and copy the following commands

 

 

~$ df -h // see the partitions

~$ sudo unmount /dev/sdb1/ // the path might be different

 

Now we will start seting the USB  by formating and burning  the ISO Image onto the USB 

 

[*] Formating USB

 

~$ sudo mkfs.ntfs /dev/sdb1/ // formating to ntfs

 

[*] Burning ISO Image

 

~$ sudo dd bs=4M if=<ISO_Image_Path> of=/dev/sdb1/ 

This step might take a while.

  

NOTE: the /dev/sdb1 might be something else for you

 

That's all now you have a bootable USB with an ISO image burned into it. :D

 

 

Follow me @zaidjaber

Category: How To

Comments (0)

Read More

How to enable Dark Mode... omg In this article we will be taking a look on how to enable dar...
How to enable Audio des... omg In this article we will take alook on how to eale audio descri...
How to disable GPS loca... omg In this article we will take alook on how to disable the GPS lo...
How to install Signal P... omg In this article we will take alook on how to install signal pri...
How to delete Imo Accou... omg In this article we will take alook on how to delete yout Imo Ac...
How to share your locat... omg In this tutorial we will take a look on how to share your locat...