In this tutorial you will learn how to create a bootable Ubuntu 22.04 USB startup disk. Two methods of bootable Ubuntu 22.04 USB startup disk creation will be shown. To be specific we will be creating a bootable Ubuntu 22.04 USB using any existing Ubuntu Desktop or by using command line on any GNU/Linux distribution.
In this tutorial you will learn:
How to create bootable Ubuntu 22.04 USB using Ubuntu Desktop
How to create bootable Ubuntu 22.04 USB from command line
Privileged access to your Linux system as root or via the sudo command.
Conventions
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command $ – requires given linux commands to be executed as a regular non-privileged user
Create bootable Ubuntu 22.04 USB startup disk step by step instructions
How to create bootable Ubuntu 22.04 USB using Ubuntu Desktop
If you are an existing Ubuntu Desktop system user then the easiest way to create a bootable Ubuntu 22.04 USB stick is to use Startup Disk Creator.
Get started by opening a command line terminal and entering the following commands to install or update the Startup Disk Creator application.
Insert your USB stick which will be used to create the bootable Ubuntu 22.04 USB startup disk.
Use the Activities menu to start the Startup Disk Creator application.
👁 Open up Startup Disk Creator Open up Startup Disk Creator
Select the Source disk image and Disk to use. Once ready hit the Make Startup Disk button.
👁 Creating a bootable startup disk via GUI Creating a bootable startup disk via GUI
Once the bootable Ubuntu 22.04 USB startup disk creation process is completed, remove your disk. All done.
How to create bootable Ubuntu 22.04 USB from command line
Another alternative way to create a bootable Ubuntu 22.04 USB stick is to use the ddrescue command. The advantage of this method is that it can be used on any existing GNU/Linux distribution and does not require GUI to be available as long as the ddrescue command is available.
$ sudo fdisk -l
Disk /dev/sdX: 7.22 GiB, 7747397632 bytes, 15131636 sectors
Disk model: DataTraveler 2.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Use ddrescue to create the bootable Ubuntu 22.04 USB startup disk. For example if your usb block device name is called /dev/sdX and the downloaded Ubuntu 22.04 ISO image is named jammy-desktop-amd64.iso then the command to create bootable Ubuntu 22.04 USB startup disk will be:
Once the bootable Ubuntu 22.04 USB startup disk creation process is completed, remove your disk. All done.
Closing Thoughts
In this tutorial, you saw how to create a bootable Ubuntu 22.04 USB startup disk on a Linux system. Once the operating system is done installing to your USB, you can insert the device into any computer to boot into a live environment. This environment can be used to perform installation of Ubuntu 22.04 or to use the live system, do a system rescue, etc.