Sometimes I need to boot specially setuped Ubuntu and I think that better way to do this - load iso from hdd. I already know how to boot from iso, but what is the simplest way to get iso that can save my setting for next boot, for example installation of new software? Strange that we can not download such image from official Ubuntu download page, as VM-images too. I found nothing in DuckDuckGo about such type of iso.
1 Answers
Just to be clear, you want to boot from an ISO residing on your hard drive? You are opposed to booting from a USB stick? If you're willing to go the USb route, you have MKUSB, which is very user-friendly. I ended up using MKUSB, after having some problems with some of the popular live USB installer apps.
If you want to boot (with persistence) from an ISO on your HDD, without installing your Linux distro on the HDD, there is no short answer I can give, though more experienced users might. Therefore I'll take the liberty to point to this link from the Linux Mint forums, but it applies to Ubuntu as well.
http://community.linuxmint.com/tutorial/view/1849
One more thing, you can install an extra distro in another partition(s). It seeems to me to be the most logical way, unless you want a portable Linux, but then USB is the way to go, in my opinion.

- 784
Partitioning Your USB Stick
andCreating the "casper-rw" File System
- is it possible foriso
, not forusb
? – Vitaly Zdanevich Jan 04 '16 at 21:52