Previously people would use a CD to install different operating systems. But now these CD’s are mostly replaced by USB thumb drives. As these USB drives are small, fast, durable, rewriteable, and easy to carry.
Bootable USB drives are really important when you need to repair your pc or install a new operating system. You should always have a repair disk or a bootable USB drive of your operating system lying around. So that when something goes wrong with your system you should have a recovery option.
On a Windows computer, you can either use a tool from Microsoft, command prompt, or a sperate application like Rufus. We for the purpose of this tutorial are using Rufus. Rufus is a free open-source tool and creating a bootable USB drive using Rufus is also very easy. You can download Rufus from here.
Warning: All data on your USB flash drive will be deleted so backup before proceeding any further.
You can also change the partition scheme and Target system according to your system type. But in general, the default setting of Rufus should work fine.
If for some reason you don’t want to use Rufus or if it doesn’t seem to work for you then follow the steps below to create a bootable USB flash drive through CMD. Although we recommend using Rufus as it makes the process really easy.
Plug USB drive into the system and follow the steps below.
This creates your bootable USB drive.
Open terminal either by pressing Ctrl + Alt + T or by typing Terminal in the search box. And follow the steps below.
The last line in the output of the command should be the USB stick. You can verify this by comparing the size of the drive. Now just note down the name of the device, in my case its /dev/sdc1.
sudo umount /dev/sdXX
You should replace the device name with whatever you noted down earlier. And press enter this will umount the USB drive. Now to create a bootable USB stick copy the command below and paste in the terminal.
sudo dd bs=4M if=/path of ISO file of=/dev/sdXX status=progress oflag=sync
Before pasting this command in terminal replace the path of ISO file with the actual location of ISO file on your system. And also replace name of device /dev/sdXX with actual device name on your system. Then press Enter, as the execution of command completes it will create a bootable USB drive.
Creating a bootable USB on a MAC is quite easy. So first just plug in a USB disk drive in your MAC.
df -h
Now, under Mounted on header look for the name of USB disk Drive(That you used while erasing). When you see the name just note down the filesystem name of that disk. (It should be like /dev/diskXXX.)
Now, again open disk utility and find USB disk drive and click on the eject symbol. This will Unmount the USB disk drive.
Now just locate the downloaded ISO image of the Operating system you want to use. It’s generally located in Downloads copy its path with the file name. And paste that in the command below while also replacing Device_name with the name you noted earlier.
sudo dd bs=1m if=ISO_image of=Device_name
Replace this and command should look something like this
sudo dd bs=1m if=/Downloads/Zorin_OS.iso of=/dev/disk2
Copy this command in terminal and press enter. Once this command completes you will have a bootable USB drive.
Hope you like this tutorial, if you like this please don’t forget to share it with your friends. Zorin OS is one the most lightweight and elegant Linux OS, so here is How to install Zorin OS alongside Windows and try Zorin OS.
You can utilize a wide range of tools as a Linux user to keep organized, manage your time, and become… Read More
Have you ever caught yourself in a situation where you need details of an audio/ video media file? When you… Read More
If you have installed Linux alongside windows in the dual boot you might have noticed that every time you boot… Read More
Linux kernel is like the core of the operating system. It's a piece of software that works as a middle… Read More
Nowadays, most Linux Distros already have Python preinstalled. But you might have a distribution that might not have Python preinstalled.… Read More
Python is one of the most popular and easy to learn programming languages. Its a widely used high-level programming language… Read More
Just so that you know we use cookies on our website. Want to know more
read here