I want to install Ubuntu from a USB Stick but would like to use the same Stick as a medium Ubuntu should be installed on. Is this possible?
2 Answers
Yes, if you have enough ram (2G?) just use the toram boot option to copy everything to ram, then you can umount or remove or do whatever you want with the boot device (USB).
Doing a regular install to a USB might not provide the results you're expecting though, I tried it once and it took a very very long time, rebooted twice, then crashed spectacularly (the filesystem went down in flames). Or maybe you'll have better luck. You might consider just adding persistence to your USB instead (askubuntu Q or UbuntuWiki)
- 14,391
Create a USB drive with Ubuntu Live with persistent storage.
- Such a device can be used on its own, with or without access to an internal SSD or HDD.
- You can install packages, store data or otherwise use it as a normal OS.
- You can use it to install Ubuntu on a PC.
Pro: This is a complete operating system on a stick that you can use on any PC that allows you to mount the USB drive.
Cons: Flash USB drives are abysmally slow compared to to SSD or even HDD. If you plan to use this often, invest in a portable SSD -- a 128 GB drive can be found for less than US$45.
Also, even with a high-speed SSD, the media must find drivers for the PC on which it's mounted, so initial boot times will be long. While keeping it on one machine, use suspend (sleep) rather than rebooting.
- 37,887