Is there a way that I can boot Linux Mint iso and specify where to save changes?
This is my current boot stanza. Boot okay, but no save. I'd like to add wifi driver, and reboot.
Code: Select all
menuentry "linuxmint-22.1-xfce-64bit.iso" {
set isopath="/iso/linuxmint-22.1-xfce-64bit.iso"
set uuid="bb94d387-3044-473f-b27a-fb922738805b"
search --no-floppy --fs-uuid --set=root $uuid
loopback loop $isopath
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isopath noeject noprompt splash -- psave=sda2:linux-mint-save
initrd (loop)/casper/initrd.lz
}
I create linux-mint-save directory, and tried putting psave=sda2:linux-mint-save, didn't work.
Also tried to read this, trying to pick something that I could adapt.
viewtopic.php?p=140623#p140623