Can't Input Location In Save File Manager[SOLVED]
Can't Input Location In Save File Manager[SOLVED]
Porteus Live is requiring me to use a save.dat file for persistence My USB drive is set up with one 1.0GB partition (FAT32) for the boot files, and the rest for persistence (ext4). But, when I open the Porteus Save File Manager and try to create a file, the dumbest problem occurs. I can't type in the Location textbox, and the button next to it does absolutely nothing! Is there a way to access it with the terminal, do I have to right click something, what do I do?
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Can't Input Location In Save File Manager
Knowing what version and DE you're referring to would help Boyney.
If you're saving changes to an ext4 partition, what do you need a Save File for? The save.dat file is for users saving changes on FAT32/exFAT/NTFS partitions.
If you're saving changes to an ext4 partition, what do you need a Save File for? The save.dat file is for users saving changes on FAT32/exFAT/NTFS partitions.
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Can't Input Location In Save File Manager
hi, welcome to porteus 
could be a bug
but, if you are prepared to use a 'save folder' instead of a 'save file'(.dat) , you're already half way there, because : "and the rest for persistence (ext4)"
all you need to do is point your /boot/syslinux/porteus.cfg at a folder in the ext4 partition ie.
change line:
to
where /path/folder might be /dev/sdb2/changes
alternatively, you could also place the entire /porteus folder(not boot and EFI folders) on the second partiton and leave /boot/syslinux/porteus.cfg as is.. and porteus will automatically find it and use 'changes folder' there..

could be a bug
but, if you are prepared to use a 'save folder' instead of a 'save file'(.dat) , you're already half way there, because : "and the rest for persistence (ext4)"
all you need to do is point your /boot/syslinux/porteus.cfg at a folder in the ext4 partition ie.
change line:
Code: Select all
APPEND changes=/porteus
Code: Select all
changes=/path/folder
Code: Select all
changes=UUID:STrING-0F-ChARACtERS/path/folder
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
Can't Input Location In Save File Manager
I'm using Porteus KDE version 5.0rc2.
The reason I need a save file is because whenever I start up the live USB, it says it won't save data. I read the file it refers to, and it tells me to set up a save.dat. I've tried setting the following cheat codes in the config file:
Code: Select all
from=/mnt/sdb2/
changes=/mnt/sdb2/
I tried commenting out the from= portion and changing the changes= to:ncmprhnsbl wrote: ↑18 Jul 2022, 23:58hi, welcome to porteus
could be a bug
but, if you are prepared to use a 'save folder' instead of a 'save file'(.dat) , you're already half way there, because : "and the rest for persistence (ext4)"
all you need to do is point your /boot/syslinux/porteus.cfg at a folder in the ext4 partition ie.
change line:toCode: Select all
APPEND changes=/porteus
where /path/folder might be /dev/sdb2/changesCode: Select all
changes=/path/folder
alternatively, you could also place the entire /porteus folder(not boot and EFI folders) on the second partiton and leave /boot/syslinux/porteus.cfg as is.. and porteus will automatically find it and use 'changes folder' there..Code: Select all
changes=UUID:STrING-0F-ChARACtERS/path/folder
Code: Select all
changes=/mnt/sdb2/changes
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Can't Input Location In Save File Manager
i wouldn't recommend using 5.0rc2, it's two years old, built on an outdated package base and unlikely to find compatible packages for..
you definitely don't need the from= cheatcode
and the changes= needs to be in the /boot/syslinux/porteus.cfg (not the /porteus/porteus-v5.0-x86_64.cfg file)
and when placing entire /porteus folder on /sdb2 make sure the original APPEND changes=/porteus is in /boot/syslinux/porteus.cfg
you definitely don't need the from= cheatcode
and the changes= needs to be in the /boot/syslinux/porteus.cfg (not the /porteus/porteus-v5.0-x86_64.cfg file)
and when placing entire /porteus folder on /sdb2 make sure the original APPEND changes=/porteus is in /boot/syslinux/porteus.cfg
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
Can't Input Location In Save File Manager
After upgrading to the latest version of Porteus, this bug is fixed! Thank you for your help.ncmprhnsbl wrote: ↑19 Jul 2022, 02:25i wouldn't recommend using 5.0rc2, it's two years old, built on an outdated package base and unlikely to find compatible packages for..
you definitely don't need the from= cheatcode
and the changes= needs to be in the /boot/syslinux/porteus.cfg (not the /porteus/porteus-v5.0-x86_64.cfg file)
and when placing entire /porteus folder on /sdb2 make sure the original APPEND changes=/porteus is in /boot/syslinux/porteus.cfg