With 2GB RAM & 1.3Ghz processor, is using Ubuntu via USB practicable?
-
What are you trying to achieve? What kind of "response" you expect from the files on USB? – Pilot6 Nov 16 '19 at 10:34
-
Spent 20 mins. checking but without a syntax for precise or semi-precise searching there was no similar query I could find. – De Charner Nov 16 '19 at 10:39
-
You'd better search google this way "askubuntu how do I install ubuntu" ;-) – Pilot6 Nov 16 '19 at 10:40
-
https://tutorials.ubuntu.com/tutorial/try-ubuntu-before-you-install#0 You can 'try ubuntu' before you install. – guiverc Nov 16 '19 at 10:48
-
Don't know what "install" means; certainly won't waste more time on Google; did you read the ? The response I expected was that having successfully downloaded Ubuntu and Rufus was that there would be some fairly easy way to get them to perform either some function on the computer or at least provide a msg. indicating an error. – De Charner Nov 16 '19 at 10:51
-
If you expect that you will "run" Ubuntu from Windows, then it won't happen. It looks like you need some more knowledge to be able to use Ubuntu. Ubuntu is not some program that you can run on Windows. – Pilot6 Nov 16 '19 at 10:52
-
1You boot the USB and it becomes your OS in a 'live' environment. – guiverc Nov 16 '19 at 10:56
-
2This question is about "using Ubuntu via USB"--it may be a duplicate of something, but I don't think it's a duplicate of How do I install Ubuntu? I've voted to reopen this. – Eliah Kagan Nov 18 '19 at 00:20
-
1This question is a niche question because of the computer's low-end hardware specifications. Performance on live Ubuntu USBs on small form factor devices ranges from good on portable pocket-sized SSDs to bad on USB 2.0 flash drives, also depending on the hardware specs of the computer that the portable device is attached too. – karel Nov 18 '19 at 03:58
2 Answers
With your hardware running Ubuntu from a live USB is possible, but I wouldn't go so far as to say that it is practical because of slow, laggy performance. A dual boot of a lightweight Ubuntu flavor like Xubuntu 18.04 or Lubuntu 18.04 alongside your existing operating system would be a better alternative.
I answered this question because it is a niche question, and there seems to be no other way to prevent frustrating user experiences caused by trying to run Ubuntu from a live USB on a computer that has limited hardware. There are flavors like Lubuntu that work well on this hardware1, but the read/write speed limitations of the USB flash drive would still be a performance bottleneck.
The limitations of live USB performance on the flash drive form factor are purely physical, not the result of any corporate paywall.
A live USB on a pocket-sized portable SSD has OK performance, but trying to run Ubuntu on an expensive toy like that is a waste of money for most people.
Lightweight live Linux distros that are designed to run on a USB flash drive such as Boot-Repair, GParted, Clonezilla and grml work just fine on ordinary USB flash drives.

- 114,770
-
-
Am quite aware of what "boot from USB" means; that was the entirity of the ? Anyway I don't know who can see what i.e. this comment but there was an answer stating that with 2GB RAM/1.3 Ghz it would be problematic i.e. Ubuntu only works on high powered computers. Windows 10 works quite OK so problem solved. – De Charner Nov 16 '19 at 11:08
-
2It is wrong that Ubuntu works on high powered computers only. There are flavors like lubuntu that work well on this hardware. If you know how to boot from USB, you can do it and see how it works. – Pilot6 Nov 16 '19 at 11:09
-
Thank you Pilot6 & karel; I went into "Recovery" (Win. 10) tried Boot from USB option and got msg. "System doesn't have any USB option....." It seems that around 70% of information on anything to do with computer operations is inaccurate or incomplete or has wrong or ambiguous language; I had hoped that in following the guidelines from Ubuntu.com that they would be comprehensive and either work or explain where they won't work but the conclusion I'm being led to regarding computers in general is - only buy Apple products. – De Charner Nov 28 '19 at 23:28
-
Bought an iMac; big mistake; also discovered that old laptop's BIOS only shows the possibility of booting from an external drive if/when a bootable one is inserted. – De Charner Mar 27 '22 at 11:56
-
@DeCharner I also have an iMac which has M1 series Apple silicon. In my case I discovered that my iMac is able to dual boot many different Linux OSs with a program called VMware Fusion for Apple silicon which is currently in free Public Tech Preview. – karel Mar 27 '22 at 12:00
Answer to the edited question
Booting and running from a USB pendrive can be slow
In a low-spec computer
- If there are 'only' USB 2 ports on the computer
- If the pendrive is a USB 2 pendrive
- If the pendrive is a slow USB 3 pendrive. The flash hardware (electronics and memory cells) is often the bottleneck, slower than the USB 3 interface.
- It is always an advantage to use a fast USB 3 pendrive, even when there are 'only' USB 2 ports on the computer
- For this reason you should select an Ubuntu family flavour with a light desktop environment, for example Lubuntu or Xubuntu. (Standard Ubuntu may be slow, and if the graphics chip/card cannot manage 3D graphics, it might not work at all or very slowly.)
Live, persistent live or installed system in the USB pendrive
A live (live-only) Lubuntu or Xubuntu system is the simplest system to install and it is the fastest alternative with a computer and pendrive, where the communication via USB is slow. But the modifications of the system and documents will not survive shutdown and reboot. The data are stored in RAM which is fast but not persistent.
A persistent live Lubuntu or Xubuntu system uses and overlay system, where the storage in RAM is overlayed with a
casper-rw
file or acasper-rw
partition. This means that the modifications of the system and documents will survive shutdown and reboot, they will persist.You can install programs and tweak the system, but you cannot use an upgraded kernel and its hardware drivers, because the overlay system is started after the linux kernel has started.
Very portable between computers.
- Rather sensitive to corruption. You need frequent backups
An installed system, installed like into an internal drive, but installed into a USB drive. In order to be fairly fast you should use a fast USB 3 pendrive with size at least 16 GB or an SSD connected via an external adapter or box.
You can install programs and tweak the system only limited by the size of the USB drive. It works just like any installed system.
Portable between computers, much more so than Windows. You should avoid proprietary drivers if you want portability, otherwise, when used in a single computer you can install proprietary drivers (usually for graphics and wifi).
Rather robust, but the USB connection and the pendrive hardware increase the risk of corruption and failure due to wear of memory cells. You need frequent backups.
The following was written to answer the original question
The original question gave the impression that the OP does not know how to boot into a USB pendrie, but after editing it seems no longer relevant.
Small tips how to boot into a USB pendrive
Boot (or reboot) your computer,
and at once during boot either press or tap repeatedly (depending on computer brand and model) the hotkey, that should give you a temporary menu: ESC, F2, F9, F12 ...,
and in the temporary menu select USB to start Ubuntu from the USB pendrive instead of the installed operating system.
Links

- 46,324
- 5
- 88
- 152