Edit. By trial and error and google and pure luck. Solved.
Here is how. You need a working code
I happen to have grub2 but it works most likely
in grub legacy (grub1) too. Edit to fit your boot loader.
menuentry "pclinuxos-phoenix-2012-02.iso" {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set xxxxxxx
linux (hd0,1)/isolinux/vmlinuz root=UUID=xxxxxxx BOOT_IMAGE=LiveCD livecd=livecd initrd=initrd.gz bootfrom=/dev/sda1 changes_dev=/dev/sda1 acpi=on fstab=rw,auto
initrd (hd0,1)/isolinux/initrd.gz
}here is my old text
Hi, I am almost there. I have managed to boot
using the Frugal or PoorMan install on sda1
and have been adviced to use this code
for saving changes.
changes_dev=LABEL=2009From here
http://www.pclinuxos.com/forum/index.php/topic,62202.0.htmlThanks to Was_Just19 for that thread and post.
What I need to do is to change the changes_dev=LABEL=2009
to something that fits the version of PCLOS that I have booted.
Pags has this quote
changes_dev=LABEL=PCLOSso where do these LABEL names comes from. Which name
has my install? I guess I should ask in Terminal?
But don't know how to do that. Yes I have searched.
here is my grub2 code
menuentry "pclinuxos-phoenix-2012-02.iso" {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set xxxxxxx
linux (hd0,1)/isolinux/vmlinuz root=UUID=xxxxxxx BOOT_IMAGE=LiveCD livecd=livecd initrd=initrd.gz bootfrom=/dev/sda1 changes_dev=/dev/sda1 acpi=on fstab=rw,auto
initrd (hd0,1)/isolinux/initrd.gz
}Looking through options I started filemanager and found / or /Home
to be on /initrd/cdrom so could I change code to
changes_dev=/initrd/cdromMaybe this is even better?
changes_dev=/dev/sda1Does it create the save file automatically? Don't I have to tell how big and so on?