Software & Apps Linux 99 99 people found this article helpful How to Create a UEFI Bootable Ubuntu USB Drive Using Windows Set up a USB to install or try Ubuntu by Gary Newell Writer Gary Newell was a freelance contributor, application developer, and software tester with 20+ years in IT, working on Linux, UNIX, and Windows. our editorial process Gary Newell Updated on January 29, 2021 reviewed by Chris Selph Lifewire Tech Review Board Member Chris Selph is a CompTIA-certified technology and vocational IT teacher. He also serves as network & server administrator and performs computer maintenance and repair for numerous clients. our review board Article reviewed on Nov 14, 2020 Chris Selph Tweet Share Email Linux Switching from Windows What to Know Download an Ubuntu ISO image, then download, install, and launch Balena Etcher. Insert a blank USB drive into your computer.Press Select, find the Ubuntu ISO image, press Select Drive, and find the USB drive. Press Flash to write the Ubuntu ISO to the USB drive.To boot into Ubunto, press the hotkey during startup to display a boot sequence menu, then choose the option that matches your USB drive. This article explains how to create a persistent, bootable Ubuntu USB drive that works on both UEFI-based and BIOS-based hardware. Choose the Version of Ubuntu to Download Download Ubuntu by visiting the Ubuntu Desktop Download site. Select a version that meets your needs. The LTS version offers a five-year support window, but it's not as cutting-edge as the current non-LTS releases. Whichever version you prefer, it downloads as a single ISO image on your hard drive. Download Ubuntu Create the Ubuntu USB Drive Using Etcher The best tool for creating a Ubuntu USB drive is Balena Etcher. It's free software. Download and install Etcher. Download Etcher Launch Etcher if it didn't start after it finished installing. Insert a blank USB drive into one of the USB ports on your computer. If the USB drive isn't blank, everything on the drive will be permanently erased. Press Flash from File then locate the Ubuntu ISO image you downloaded. Press Select Target, and choose the letter of the USB drive that you inserted. Press Flash to begin writing the Ubuntu ISO to the USB drive. Ubuntu is written to the drive, and a validation routine runs. After it has completed, you can boot into Ubuntu. How to Boot Into Ubuntu When you reboot the computer, it may boot straight to Windows. This is because Windows is usually set to boot before anything else on most computers. However, you can override the boot order. Press the hotkey during the computer's start-up process to display a boot sequence menu. Check the list of hotkeys for the Boot menu to identify the key sequence for your computer. When the boot menu appears, choose the option that matches your USB drive. Make the Ubuntu USB Drive Persistent To install applications and save settings on a live USB drive, it must include a writable filesystem. Ubuntu looks for a file called casper-rw in the root partition to provide persistence. Create a casper-rw file using PDL Casper-RW Creator. Download this Windows application then double-click the executable to open it. Insert your Ubuntu USB drive, then select the drive letter within Casper-RW Creator. Drag the slider to determine the size of the Casper-RW file. The larger the file, the more you can save, within the space constraints of the USB drive. Select Create. Edit Grub to Add Persistence To get the USB drive to use the casper-rw file, open /Boot/Grub on the USB drive using Windows Explorer. Edit the file grub.cfg by right-clicking the file and selecting Open With and then Notepad, or open it with your favorite text editor. Look for the following menu entry text and add the word persistent, as shown below: menuentry "Try Ubuntu without installing" {set gfxpayload=keeplinux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash persistent --initrd /casper/initrd.lz} Save the file. Then, reboot the computer while holding down the Shift key and boot back into Ubuntu. Programs and settings are remembered each time you boot into Ubuntu from the USB drive. Was this page helpful? Thanks for letting us know! Get the Latest Tech News Delivered Every Day Email Address Sign up There was an error. Please try again. You're in! Thanks for signing up. There was an error. Please try again. Thank you for signing up. Tell us why! Other Not enough details Hard to understand Submit