Results 1 to 5 of 5

Thread: No persistence in Live USB? Bug or Feature?

  1. #1
    Join Date
    May 2009
    Location
    Fareham, UK
    Beans
    1,524
    Distro
    Ubuntu 16.04 Xenial Xerus

    No persistence in Live USB? Bug or Feature?

    So I found out the hard way recently that Ubuntu doesn't support persistent Live USB's anymore with 16.04, apparently there is a workaround but it's complex and I couldn't get it to work.

    I think that's a bad thing as the persistent USB's are incredibly useful IMO, does anyone know if this was a bug with 16.04 that was too complex to patch or are Canonical intentionally and permanently removing USB persistence altogether?


    Regards
    Mark
    Catch me on Freenode - imark

  2. #2
    Join Date
    Dec 2007
    Beans
    12,521

    Re: No persistence in Live USB? Bug or Feature?

    Have you tried with mkusb?

  3. #3
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: No persistence in Live USB? Bug or Feature?

    Quote Originally Posted by CaptainMark View Post
    does anyone know if this was a bug with 16.04 that was too complex to patch or are Canonical intentionally and permanently removing USB persistence altogether?
    The following threads on these forums are just two that might give you further information about the lack of persistence:

    https://ubuntuforums.org/showthread.php?t=2289225
    https://ubuntuforums.org/showthread.php?t=1958073

    But yes, there was a decision made by Canonical to remove that function from usb-disk-creator otherwise known as Startup Disk Creator.

  4. #4
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: No persistence in Live USB? Bug or Feature?

    Startup Disk Creator does not offer persistence with 16.04, UNetbootin does offer persistent casper-rw files, mkusb/dus offers persistent casper-rw partitions.
    Generally syslinux type installs - no persistent partitions, grub2 installs - persistent partitions allowed.

  5. #5
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: No persistence in Live USB? Bug or Feature?

    Quote Originally Posted by CaptainMark View Post
    So I found out the hard way recently that Ubuntu doesn't support persistent Live USB's anymore with 16.04, apparently there is a workaround but it's complex and I couldn't get it to work.

    I think that's a bad thing as the persistent USB's are incredibly useful IMO, does anyone know if this was a bug with 16.04 that was too complex to patch or are Canonical intentionally and permanently removing USB persistence altogether?


    Regards
    Mark
    If you use a tool, that creates the persistence for you, I think it is not too difficult (even if it is complex under the hood). The fastest way to start making and repairing USB boot drives is to install the mkusb PPA, install and update the mkusb package like all the other program packages.

    If you run standard Ubuntu, you need an extra instruction to get the repository Universe. (Kubuntu, Lubuntu ... Xubuntu have the repository Universe activated automatically.)

    Code:
    sudo add-apt-repository universe  # only for standard Ubuntu
    
    sudo add-apt-repository ppa:mkusb/ppa  # and press Enter
    sudo apt-get update
    sudo apt-get install mkusb mkusb-nox usb-pack-efi
    See this link about persistent live drives: help.ubuntu.com/community/mkusb/persistent

    Maybe you want to test the future version of mkusb, now called 'dus' with the GUI front end 'guidus'. Then I would recommend the unstable directory of mkusb,

    Code:
    sudo add-apt-repository universe  # only for standard Ubuntu
    
    sudo add-apt-repository ppa:mkusb/unstable  # and press Enter
    sudo apt-get update
    sudo apt-get install guidus mkusb-common usb-pack-efi
    The intention is that guidus should be easier to use compared to the current version of mkusb.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •