The Startup Disk Creator no longer shows the option to create a persistent drive. How do I get back this setting in the application?
Asked
Active
Viewed 7,322 times
2 Answers
10
Unfortunately it looks like in the source release notes changelog
it was a decision to drop the Erase and Persistence widgets:
usb-creator (0.3.0) xenial; urgency=medium
[ Marc Deslauriers ]
* Rework the whole imaging process for writing to devices:
- Use an equivalent of dd to make an exact copy of the image to the device
- This also breaks persistence.
[ Mathieu Trudel-Lapierre ]
* Update UI and frontend code to drop the persistence widgets.
* Drop Erase Disk widgets too.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 11 Dec 2015 12:37:41 -0500
This can be found if you download the source for usb-creator-gtk
.

Terrance
- 41,612
- 7
- 124
- 183
0
I have had good luck using MultiSystem to create a bootable USB with persistence.You can find the iso at SourceForge and if you want to install it on a current system, here are the installation instructions from the MultiSystem website

Troy
- 1
-
Last time I checked two months ago SourceForge is still bundled their own bits in downloadable packages, even though the new owners of SourceForge claim that they have stopped this unfortunate and disreputable practice. – karel Oct 06 '16 at 01:10
unetbootin
. – Terrance May 14 '16 at 01:46mkusb
that seemed to work. I created one with a persistence file, booted, installed Chrome, rebooted and it was still there. I found it here: http://askubuntu.com/a/753163/231142 – Terrance May 14 '16 at 03:50usb-creator
so that it fails when creating a USB drive. Then, they 'fix' it by making it silently create an unbootable USB drive rather than displaying an error. Then someone's decision is "HURR SCREW FIXING IT PROPERLY AND JUST WRITE THE ISO DIRECTLY TO THE DEVICE", thus making persistence and any unused space on the device unusable? – Hitechcomputergeek Oct 14 '16 at 18:56