On 04/03/2019 08:03 AM, Ben Tasker wrote:
When the system boots from the disk, it loads the OS into memory, so things
like your browser cache files are written into memory (and so lost when the
DIMMs lose charge). If you want persistence then most live CDs will allow
you to provide a writeable media (normally a USB drive) for that purpose,
but then you get back into the risks associated with having writeable media
available.
True. And there are some limitations. As far as I know, all live
read-only systems allocate half of the physical RAM to the system, and
half to working memory. So if your machine has 4GB RM, you can load at
most a 2GB system image.
But DVDs can hold ~4.7GB. So if your machine has 8GB RAM, you can load
4GB from the DVD. Years ago, I built a live ISO with Debian, VirtualBox,
a pfSense VPN gateway VM, and stripped-down Whonix gateway and
workstation VMs. The workstation VM had just a simple openbox GUI. It
took several minutes to boot, but was very responsive afterward.