Can you install Ubunta to a USB drive? So it is installed to a USB as you would install it to a hard drive.
Asked
Active
Viewed 1,058 times
0
-
4Possible duplicate of How do I install Ubuntu to a USB key? (without using Startup Disk Creator) and possible duplicate of What's the best way to write an Ubuntu ISO image on a USB stick? – karel Jul 11 '16 at 13:34
-
i have several full installs on flash drives, both BIOS & UEFI. But I primarily use them for emergency boot on system with only one drive. USB2 is slow but functional if you change settings to reduce writes. USB3 flash drive is faster than USB2 flash drive even on USB2 port. Also better to use Lubuntu or Xubuntu as Unity just is larger and makes system slower. IF UEFI, you must gpt partition in advance. http://askubuntu.com/questions/500359/efi-boot-partition-and-biosgrub-partition partitioning with gpt: http://askubuntu.com/questions/743095/how-to-prepare-a-disk-on-an-efi-based-pc-for-ubuntu – oldfred Jul 11 '16 at 13:56
1 Answers
3
Yes, you can. You just have to point the Ubuntu installer to the USB drive manually during the installation by choosing "something else". (Keep in mind you can't install from a USB stick to itself)
HOWEVER, I would not recommend it. It will be slow to start up, and may perform excessive writes, eventually causing the USB drive to fail.
Rather, I suggest creating a "live" USB stick with "persistence."

You'reAGitForNotUsingGit
- 14,809
-
1It would be nice if you added a link describing how to create a persistent USB stick. – Byte Commander Jul 11 '16 at 13:55
-