Score:7

Is the trial version of Ubuntu very similar to the full download?

br flag

Is there a difference in how Ubuntu navigates in the Try Ubuntu mode as opposed to the actual download to your system mode? I would like to know before I actually download the full Ubuntu to my MacBook Pro operating system. The trial one I have in my system has a lot to be desired. Can both be kept as operating systems to switch back and forth?

Frittierapparat avatar
us flag
Are you talking about a live boot stick, because there is no trial version of Ubuntu?
Nmath avatar
ng flag
@Frittierapparat The live session is started by choosing "**Try Ubuntu**"
N0rbert avatar
zw flag
Does this answer your question? [What happens when you "Try Ubuntu without installing"?](https://askubuntu.com/questions/948182/what-happens-when-you-try-ubuntu-without-installing)
in flag
@WinstonSmith I'd be curious what the trial/live system leaves to be desired to you? Because the "trial" and the "installed" versions are basically the same, the trial version is just limited in the persistence of user data and options to install more software (as already answered). It just might be that you have expectations which Ubuntu cannot deliver; and you might want to clear that up. (But I propose to ask that in a new question.)
as flag
Something everyone else appears to be missing is " I would like to know before I actually download the full Ubuntu". This sentence leads me to suspect that OP is not asking about the live session (because it is the same download as the "Full Ubuntu"), and is mixing up some other download as a Trial one. OP: can you clarify what it is you mean?
kr flag
@Opifex They are probably using "download" to mean "install": "as opposed to the actual download to your system mode".
Dev avatar
cn flag
Dev
This post appears to be asking how to dual-boot Ubuntu alongside Mac OS.
Dev avatar
cn flag
Dev
Does this answer your question? [Install ubuntu as a dual boot system in mac air](https://askubuntu.com/questions/434808/install-ubuntu-as-a-dual-boot-system-in-mac-air)
Score:22
ng flag

When you boot a live session of Ubuntu using the "Try Ubuntu" option with bootable installation media, it is almost the same as an installed version of Ubuntu. The main difference is that a live session is loaded into RAM and is not actually installed to your hard drive.

The live session also doesn't retain any changes unless you have set up persistence. This means when you are using a live session, when you reboot, any changes you made during the last session will not be saved.

When you actually install Ubuntu, the performance is often better because accessing files on your hard drive is typically faster, especially if you have a SSD. With Ubuntu installed, you can also perform updates, install software, configure settings, and make changes that will persist after a reboot.

cn flag
Correction: you can install software in live environment as well.
Olorin avatar
pl flag
You say the live session is loaded into RAM, but then you say "a full disk install would have better performance because accessing files on your hard drive is typically faster than in RAM"? You might want to rephrase that.
aq flag
Most USB sticks are designed for storage, not speed. A Raspberry Pi is a good real world example of slow external storage. MicroSD readers can support 250MB/s but the Pi typically comes with a 10MB/s card. You can shell out some money to get a 90MB/s MicroSDs, but that is still slow compared to SATA SSD, and even slower than NVME. Likewise most off the shelf USB sticks are not that fast, but you can buy much faster ones.
Random Person avatar
us flag
@Nmath I think it's worth mentioning in the answer that some applications which exist in live session don't exist when Ubuntu is installed (example: GNOME Disks).
Random Person avatar
us flag
@Nmath I am sorry. The example which I wanted to say was GParted. My bad!
Random Person avatar
us flag
@Nmath Are you sure? The last time I used Ubuntu 20.04, I wasn't able to find GParted. https://askubuntu.com/posts/comments/2308852
Score:5
cn flag

Persistent Install vs Full install

Ubuntu can be installed to a USB in different ways. A Live install does not save between sessions. A Persistent install extracts the OS from a compressed file and saves data to an overlay file or partition each session, and a Full install installs the complete OS to the USB just like an install to internal disk.

The GRUB bootloader makes it possible to have multiple Live, Persistent and Full installs on the same disk at the same time.

Comparison between Persistent and Full install USB

Advantages of a persistent install:

  1. You can use the persistent pendrive to install Ubuntu to another computer.

  2. A persistent install takes up less space on the pendrive.

  3. You can reset the pendrive by overwriting the old casper-rw file with a new one.

  4. The install to pendrive takes less time.

  5. Slightly less wear on the drive.

Advantages of a Full install:

  1. You can update and upgrade.

  2. If you have problems or wish to modify, the solution is the same as with an internal install, (You can ask for help in the forums).

  3. No ugly startup / install screen.

  4. Better security, you can use full encryption

  5. You can use proprietary drivers.

  6. Swapfiles and partitions work and Hibernation can be enabled.

  7. Many persistent installs are limited to a 4GB casper-rw and a 4GB home-rw persistence file, to get more persistence requires persistence partitions. Once casper-rw is full, the drive will not boot.

  8. More efficient usage of disk space. Does not require reserved space for persistence.

  9. Faster boot, no automatic disk checking or Try Ubuntu/Install Ubuntu screen.

  10. You can run VBox and use virtual machines.

  11. Generally faster boot than Live or Persistent USB's.

  12. More stable, better for day to day use. I have run Ubuntu off a flash drive for 5 years making only LTS upgrades.

Note that once booted, both methods run at about the same speed. If the computer has lots of RAM Ubuntu should run mainly in RAM and there will not be a big difference between running off internal HDD and USB3 flash drive f.

Full Install Method

A quick and easy method to flash a Full install to USB can be found here: Easy Full Install USB that Boots both BIOS and UEFI

A more traditional methods for creating a Full install USB from scratch can be found here: How to Create a Full Install of Ubuntu 20.04 to USB Device Step by Step

Score:5
cn flag

The live or try system is running from a squashfs which means your system needs to unsquash the files before they can be used, this can mean the system performs slower than a real install, however the difference will vary on what hardware you have (real disk, ssd, cpu etc) as Nmath said :)

Can both be kept as operating systems to switch back and forth?

You can use a live system anytime you wish, in fact I keep my thumb-drives as some tasks are far easier from live media than my installed system, eg.

  • changing partition sizes is easy from live media; but a problem if the partitions are mounted (ie. installed system)

  • performing tests for support; I usually use another test box with a QA-test install (Quality Assurance) but if I don't have one around; I can boot a live system on a box near me for that testing (a VM on my primary box would often work too)

  • testing out my own ideas is almost 100% safe on live media; as no changes are made (I don't use a persistent live image for this sort of testing) any changes lost on reboot or shutdown. This allows me to test out ideas first, before I try on my real installed system and risk needing to spend time fixing a mess I created.

  • fixing problems because of a change i've made; this is very rare; but as I know I can fix an non-booting system by booting a live system, I can experiment, test & play a little more as I have this fix option available

  • my system is already bloated enough (I have 3 full desktops installed), if I want to play with another DEsktop I don't have installed; I can boot a live session and use that for a day instead of my normal installed system.

I prefer using my installed system as it's fully configured to my tastes, where as live media boots up completely fresh. If you want to save configs on live media you can do that too via the use of persistence (I use mkusb). Yes you can use both.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.