Posts

Showing posts with the label Persistence

Alternatives To Debian Live For Persistent Debian System On USB

Answer : Alternatives to Debian Live for persistent Debian system on USB You can create a debian Live USB with persistence using the mkusb tool : How to install mkusb in Debian These methods are tested in Debian Wheezy. It contains an instruction to install the ppa 'manually'. There is also an alternative to download the file(s) and check the download manually. The mkusb is tested and work fine on debian jessie and debian Stretch . There is no dependencies problem. To install mkusb , add the following line to your /etc/apt/sources.list deb http://ppa.launchpad.net/mkusb/ppa/ubuntu xenial main Import the gpg key : apt-key adv --keyserver keyserver.ubuntu.com --recv 54B8C8AC Update and install mkusb : apt-get update apt-get install mkusb The command line tool is mkusb-nox (txt mode) , the GUI is mkusb . The are a few steps to create a Debian Live Persistent USB using the mkusb GUI : Download the Debian Live ISO from the official website. Run mkusb ...