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

Install ScreenConnect on CentOS

If this server is not behind a firewall, then the below instructions would suffice:1. Install…

Linux: How to Find USB Thumb Drive via CLI

0. Trigger SCSI Device Scans # Scan all SCSI host controllers # If a new…

Linux: Init Process in the Background and Detach

# Define program program=remmina # Method 1 nohup $program & # Method 2 $program &…