Ubuntu – How to make an iso of the installed system.

custom-distributionsisorelinuxremastersys

I installed Ubuntu, cutsomized the theme, removed and added packages, made many changes to the file manager etc. I want to know an easy way to turn all of what I have done into a bootable iso that I can distribute among my friends. I can get remaatersys and relinix to create an iso but for reason I can't get them to boot. I assume they are no longer supported because they haven't been updated in years. What can I use and how do I use it? Google brings up many guides but they lack information and are out of date.

Best Answer

You can use systemback. It allows you to create a live image of your current system. Use the Live system create, and then convert that to iso.

enter image description here

enter image description here

To install, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo add-apt-repository -y ppa:nemh/systemback
sudo apt-get update
sudo apt-get install systemback

For more see systemback