I created a USB-stick with Ubuntu, using the recommended tool "Startup Disk Creator" and the image for Ubuntu 13.10. The very simple interface looks like this:
There can't be much to misunderstand in this GUI. I have chosen to create a USB stick with a live version of Ubuntu, which will save files and settings from session to session, on the USB drive, right?
Well, it just doesn't save anything. I go in, create a file on Desktop, restart and it's gone.
I did the whole procedure three times, i.e. first creating the USB, then testing if I could save.
Have I misunderstood something?
Bug 1159016 is for broken presistence on UEFI machines.
The live media has two boot mechanisms, syslinux for non-UEFI and grub for UEFI machines.
The persistence mechanism is simply a word "persistent" on the kernel boot command line, and while the syslinux boot works with persistence, the word was missed in the
grub.cfg
file.You can add it yourself. Edit the
grub.cfg
(usbpen/boot/grub/grub.cfg
) file and addpersistent
just before thefile=
on the vmlinuz lines. And yes, your desktop will be part of the things which will be saved when things are working.E.g.
ISO formats changed about 14.04, making changes as suggested above more difficult (editable FAT filesystems can no longer be used on the USB). The best current way to make a persistent USB is to use the mkusb tool from mkusb download site. The mkusb-installer should set things up for you.
Live USb is actually an installation media. It has a standart setup.
You should use it to install Ubuntu in a different USB/HDD. When you choose to try it, it always open as a fresh ubuntu from a standart setup.
At the picture I saw, You created a live (installation media) from the .iso file to the Kingston Data Traveller.
Now you should (can) use it to create Ubuntu OS with the install choice to a new usb.