Re: Updating an ISO with persistent data?
Posted: 12. Nov 2020, 19:08
Yes, a "guest OS" is the VM's OS. Around these parts we call the real PC the 'host' and the VM the 'guest'.ThisIsMe wrote:I'm not sure what you mean by a "guest OS".
Think of how you would solve this on a real PC, then apply the method to the VM.ThisIsMe wrote:I need something which can be dynamically updated, until I flip a switch so that it can't any more.
On a real PC, CD's and ISO's can't be written to after they've been made once *. So you can't write to CD's and ISO's inside a Virtualbox guest, which includes Virtualbox's special-feature VISO's, too. ( * some special things were done with CD-RW's back in the day before USB drives became ubiquitous, that could allow one to write to an already-written CD-RW, but sessions had to be closed or very special file systems were needed. Suffice it to say that those probably won't help now.)
On a real PC, hard disks can be written to, and you can then make an ISO out of a folder structure on the hard disk, then test the ISO as a CD or USB stick.
Don't try to write to the ISO you are booting from. Write to the source files that you have copied from the ISO to a hard drive, then make an ISO from the hard drive copy.