Posted On December 18, 2020

How to Create USB Bootable Drive on Ubuntu

kimconnect 0 comments
blog.KimConnect.com >> Linux >> How to Create USB Bootable Drive on Ubuntu

Navigate to Start Menu > System Tools > Startup Disk Creator

Verify that the Source ISO and Destination Device are correct > click Make Startup Disk

Input the system administrator or root password > wait for the progress bar to display completion

If there are no errors, this finishing screen should display > click OK

Although the prompt is intended to instruct the user to install Ubuntu on the host device, the correct interpretation would be to ignore that advise by unplugging the USB storage (gracefully) from the computer. This thumb drive would then be ready to insert into any target system to install the OS image that it contains.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: Useful GUI Tools

Terminator - Connect to multiple machines- Run same commands on multiple machines SIMULTANEOUSLY!- Useful for…

Linux: Performing Speed Test via Command Line Interface (CLI)

Install Speed-Test (if not already installed): kimconnect@linux-client:~$ sudo apt install speedtest-cli Reading package lists... Done…

LDAP Ubuntu Client Setup

Install the client application: sudo apt-get update sudo apt-get -y install libnss-ldapd libpam-ldapd ldap-utils nscd…