Where exactly is the append line I put the save.dat path in?

Post here if you are a new Porteus member and you're looking for some help.
Asteroid
Ronin
Ronin
Posts: 3
Joined: 23 Jun 2023, 10:44
Distribution: Porteus x86_64 XFCE

Where exactly is the append line I put the save.dat path in?

Post#1 by Asteroid » 23 Jun 2023, 10:54

I used the Porteus SaveFile Manager and put the path to the .dat file in the LABEL GRAPHICAL section where it said APPEND changes=, but nothing has saved any time I shutdown. Am I supposed to create a new line at the bottom of the porteus.cfg file that starts with "APPEND changes=" and if that's so, do I also just add any other config setting to the end of that line?
Considering every other forum post I've seen seems to just refer to it as "the APPEND line" with no further explanation as if it's the most obvious thing, I'd hope it would be.

beny
Full of knowledge
Full of knowledge
Posts: 2098
Joined: 02 Jan 2011, 11:33
Location: italy

Where exactly is the append line I put the save.dat path in?

Post#2 by beny » 23 Jun 2023, 15:08

hi look at this i have used the txt mode,when you have done the save .dat this is the append line for me,is better to put into the usb root key

LABEL text
MENU LABEL Text mode
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND changes=/mnt/sdh1/porteussave-2-2-2.dat text 3 i8042.nopnp
TEXT HELP
Run Porteus in text mode and
start the command prompt only
ENDTEXT

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Where exactly is the append line I put the save.dat path in?

Post#3 by Ed_P » 23 Jun 2023, 15:44

Asteroid wrote:
23 Jun 2023, 10:54
Considering every other forum post I've seen seems to just refer to it as "the APPEND line" with no further explanation as if it's the most obvious thing, I'd hope it would be.
It is.

My USB drive's /boot/syslinux/porteus.cfg boot menus.

Code: Select all

LABEL GRAPHICAL
MENU LABEL Graphics mode
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND changes=EXIT:UUID:C23A-6012/changes/50save.dat extramod=UUID:C23A-6012/Modules 
TEXT HELP
    Run Porteus the best way we can.
    Try to autoconfigure graphics
    card and use the maximum allowed
    resolution. If booting from a
    non-posix (FAT/NTFS) drive,
    see the Saving Changes Help
    below for how to save changes.
ENDTEXT

LABEL safe
MENU LABEL Graphics mode (Safe)
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND extramod=UUID:C23A-6012/Modules noload=save.dat
TEXT HELP
    Run Porteus the best way we can.
    Try to autoconfigure graphics
    card and use the maximum allowed
    resolution. 
    
    Porteus Changes Are Not Saved "
    
ENDTEXT
Note that I use the USB drive's UUID code in the location of the changes and extramods. It insures the save.dat folder is the USB drive's folder and not the system on my harddrive or another USB drive when copying files between them so the changes go to the right drive.
Ed

roro
Black ninja
Black ninja
Posts: 65
Joined: 04 Aug 2022, 08:41
Distribution: Porteus 5.0 XFCE

Where exactly is the append line I put the save.dat path in?

Post#4 by roro » 24 Jun 2023, 09:49

Hi Ed_P,
Is changes the folder on the USB stick
and 50save.dat is the dat container ?
But what does extramod mean?
thanks

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Where exactly is the append line I put the save.dat path in?

Post#5 by Ed_P » 24 Jun 2023, 15:59

roro wrote:
24 Jun 2023, 09:49
Is changes the folder on the USB stick
yes
roro wrote:
24 Jun 2023, 09:49
and 50save.dat is the dat container ?
yes
roro wrote:
24 Jun 2023, 09:49
what does extramod mean?
It is where I add xzm modules I copy from other systems.
Ed

Post Reply