Ubuntu To Flash Drive

  

We know there are a lot of people who swear by Ubuntu, but there are also Windows users who just want to dabble in the open-source platform. If you’re one of the latter, then it could be handy to have a bootable Ubuntu USB so that you can run the OS without committing to a full install. It can also help if you want to use the relatively secure Ubuntu on public computers in faraway places, booting it up with all your essential software on the go.

If that’s what you’re after, this guide will show you how to create a bootable Ubuntu USB in Windows.

Ubuntu To Flash Drive

How to create a bootable Ubuntu USB flash drive from terminal A way to create a bootable Ubuntu USB flash drive from the terminal without using any third-party applications like YUMI,Unetbootin, etc. We can use dd. We now have our Flash drive ready for use. So take out the flash drive & you can now use it for either booting into a Ubuntu OS or can use it to install it on any system. We know end this tutorial on how to create bootable Linux Flash drive, please do let us know any issues or question you have regarding this article using the comment box below. Create bootable Windows 10 flash drive on Ubuntu Before you can use WoeUSB you will have to manually format the USB drive to NTFS format. To format the drive you can use any available tools. Once the flash drive is formatted to NTFS, launch WoeUSB. Click on the field under From a disk image (iso). Having a bootable version of an operating system like Ubuntu on a USB flash drive can be very handy for a variety of reasons. Since flash memory can wear out, however, it's important that you back up. I just installed Ubuntu on my 16 GB flash drive. I occasionally use it to edit documents or use the. January 14, 2016 at 11:52 pm I found a way but it's pretty dumb. Use this or another guide to create a live ubuntu usb drive, boot ubuntu (try ubuntu) from that drive, then click 'Install Ubuntu' on the process bar-thingy to the left and install onto ANOTHER usb drive. WHile writting to USB Flash Drive through win32 imager, it stopped.

Related: How to Rename Files in Linux

First, you’ll need to download the latest version of Ubuntu from the official Ubuntu website. (Get the default 32-bit version because that will run on a wider range of machines.)

Unless you have super-fast Internet while that’s happening (it’s a 1.4GB download from a fairly slow server), you can download the tool we’re going to use to create the bootable USB. It’s the tried and tested UNetbootin, and you can download it here.

With UNetbootin and the Ubuntu ISO file downloaded, it’s time to join the two together.

Open UNetbootin and select “Diskimage.” From the dropdown next to it, select ISO, then click the three-dotted icon to load the Ubuntu ISO that you downloaded to your hard drive earlier.

Here you can select the “Distribution” option instead, which will download Ubuntu (or whichever Linux version you want) automatically, but last I checked this list didn’t have the 32-bit version of the latest Ubuntu, so getting the ISO directly works better in this case. Still, it’s good to know.

Ubuntu Flash Drive Read Only

Underneath that, you can pick how much space you want to preserve across reboots. (It’s known as “persistence” and allows you to save your files, settings and so on.) Don’t touch this because it has a tendency not to work. (We’ll show you how to make your Ubuntu USB persistent shortly.)

In the “Type” dropdown at the bottom, make sure “USB Drive” is selected, select the Drive directory of your USB drive next to it, then click “OK” to start the process. After several minutes, the process will be complete.

You now have a bootable, portable Ubuntu build.

Adding Persistency to the Bootable USB

Run ubuntu from usb stick

Before you run it, you’ll need to create a “casper-rw” file, which is what allows your portable version of Ubuntu to save files and keep them. To do this, you’ll need to download a tool called PDL Casper-RW Creator for Windows, which is the fastest, easiest way to create a functioning persistence file.

Using the tool is simple – just select the drive where your USB flash drive is plugged in, then drag the slider up to a maximum of 4090MB, which represents the amount of storage space you can dedicate to your persistence file. Obviously, this will be subject to how much space you have on your USB flash drive after you’ve installed Ubuntu on it.

Next, you’ll need to go to the “boot/grub” directory on your newly created USB Ubuntu drive and open the “grub.cfg” file. Here, look for the line that says:

After the word “splash,” leave a space and write “persistent,” then save the config file.

Reboot your PC, then repeatedly press the key to go into your BIOS. (This varies, but in my case it’s F2 or Delete.)

Make sure that the Ubuntu USB drive is first in the load order which will ensure that whenever it’s inserted, your PC will boot to Ubuntu rather than Windows or other operating systems. (The USB drive should be top of the load order by default, but on my PC I still had to go into the BIOS then Exit, just to remind it – it’s a quirk that happens on quite a few PCs.)

On the Ubuntu menu, pick “Try Ubuntu without installing” to get it running.

Conclusion

You now have a portable Ubuntu drive that you can take anywhere with you. It’s a great option in the way of security, ensuring that you don’t have to go entering and leaving your data on strangers’ or public computers. As an extra measure, though, remember to password-protect your Ubuntu drive.

Ebooks

Active1 year, 7 months ago

This question already has an answer here:

  • How do I make a bootable Ubuntu USB? 7 answers

I'm trying to make my usb flash drive to a bootable stick. I've downloaded the ubuntu 16.10 iso and whenever I try to make it with startup disk creator this error occure.What should I do?

George UdosenUbuntu To Flash Drive
23.7k10 gold badges55 silver badges80 bronze badges
sphoenix

Burn Ubuntu To Flash Drive

sphoenix
3713 gold badges6 silver badges17 bronze badges

Ubuntu To Flash Drive

marked as duplicate by David Foerster, Eliah Kagan, Pilot6, Eric Carvalho, Elder GeekJan 26 '17 at 15:59

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

Note : This assumes that you are on Linux(Ubuntu) platform.

To create a USB stick from which you can install Ubuntu, you must first download Ubuntu of the flavor you want.

Then, follow these instructions:

Load Ubuntu To Flash Drive

  1. Insert a USB stick with at least 2GB of free space.

  2. Open the dash and search for Startup Disk Creator.

  3. Select the Startup Disk Creator to launch the app.

  4. Click Other to choose the downloaded ISO file if it isn’t found automatically, select the file and click Open.

  5. Select the USB stick in the bottom box and click Make Startup Disk and then Yes.

  6. That's it! When the process completes, you'll be ready to restart your computer and begin installing Ubuntu.

Pankaj GautamPankaj Gautam

You can make a bootable Ubuntu stick by running sudo udevadm monitor and inserting the usb stick. This will tell you where your usb stick is located in the /dev directory. Then run dd if=/path/to/ubuntu.iso of=/dev/sdX where X is the dev directory node that you saw from the previous command when inserting your usb stick. Then boot it!

Kyle HKyle H

Install Ubuntu To Flash Drive

Not the answer you're looking for? Browse other questions tagged flash or ask your own question.