

- How to make a usb drive bootable linux install#
- How to make a usb drive bootable linux iso#
- How to make a usb drive bootable linux download#
Now that you have unmounted the USB, you know your ISO image’s name and path, and you know your device name, it takes only one command to create a bootable USB. You can also use the device name to unmount it: $ sudo umount /device/nameįor example, I would use the following device name to unmount the USB: $ sudo umount /dev/sdb1 Step 4: Create a bootable Ubuntu stick By using the path your USB is mounted on: $ sudo umount /path/where/mountedįor example, I would use the following path to unmount the USB: $ sudo umount /media/sana/'Ubuntu-Server 20.04.2 LTS amd64'Ģ. There are two ways you can unmount the USB from your Ubuntu:ġ. Note down the device name (/dev/sdb1 in my case) and the path it is mounted on (/media/sana/Ubuntu-Server 20.04.2 LTS amd64 in my case). The last line in the output of my df command lists the USB that is mounted to my Ubuntu system. Insert the USB into your system and then run the following command in order to fetch your USB’s name: $ df Open your Ubuntu command line, the Terminal, either through the Ubuntu Application Launcher search or by using the Ctrl+Alt+T shortcut.īefore you write your USB stick, you need to make sure that it is not automatically mounted to your Ubuntu.
How to make a usb drive bootable linux download#
The direct download link at the time of writing this guide was: Step 2: Open Ubuntu Terminal iso package will be saved in your downloads folder. Select the Save file option and then click OK. This will open the dialog to save the file. I’ve been using the “ Download Ubuntu Server 20.04 LTS” link under Ubuntu Server. Open the Official Ubuntu website through any installed web browser and download the Ubuntu ISO through the following download link:Ĭlick on any Ubuntu version you want to install. Please follow these steps in order to create a bootable Ubuntu USB from your terminal. We have run the commands and procedures mentioned in this article on an Ubuntu 20.04 LTS system. The command-line tools don’t consume too many resources, so they are a good alternative to the widely used graphical applications, especially if you can’t cope with older hardware. Using the terminal makes certain tasks more efficient and even faster. The terminal is a good alternative to doing your tasks through the Ubuntu user interface. In this article, we will use the Ubuntu command line, the terminal, to create a bootable Ubuntu USB stick. Some involve using the system tools, while others require external packages to be installed. There are many ways to create a bootable USB stick in Ubuntu.

How to make a usb drive bootable linux install#
You can use a bootable USB Stick to install or upgrade Ubuntu.Why do you need a bootable USB stick under Ubuntu? Here are some possible reasons:
