Getting the save icon back

Moderator: Forum moderators

Post Reply
HarveyH
Posts: 96
Joined: Wed Oct 18, 2023 8:40 pm
Been thanked: 21 times

Getting the save icon back

Post by HarveyH »

I remember something I used to do with puppy frugal hard drive installs. I would add another boot entry with pmedia=ataflash(?) (I'd lie about how the OS was installed!) so I could have a puppy that would *not* automatically save all the changes every time. A save icon would be on the screen and it would ask on reboot/shutdown. It worked great and was useful for testing things. I can't get that to work with BookwormPup. I tried ataflash, sataflash, usbflash, ideflash and other things. Does BWP64 just not do that like the other puppies would?

TL:DR:
How do I set up my hard drive (SSD) frugal install to ask me if I want to save changes and have that "Save" icon on the screen?

User avatar
bigpup
Moderator
Posts: 7298
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 951 times
Been thanked: 1615 times

Re: Getting the save icon back

Post by bigpup »

Are you sure you are making the change in the correct boot loader config file?
Placing pmedia= in the correct place in the boot entry?
Notice the location in the entry mine is.

BookwormPup64 10.0.7, frugal install, on external USB drive.

It is working for me with the boot loader entry having pmedia=usbflash in the boot entry.

The drive is using Grub2 boot loader.

It is in the Linux line of the grub.cfg file.

Code: Select all

linux /bookwormpup641007/vmlinuz pmedia=usbflash pdrv=b0f092c5-6a1c-4e04-b9d8-ddbeb91d4ab7 psubdir=/bookwormpup641007 pfix=fsck,fsckp,trim TZ=EST5EDT,M3.2.0,M11.1.0

So try making it pmedia=usbflash in the boot loader menu entry.

I have used that for any type drives and it has always worked.

For it to work. Do need to do a complete reboot.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

HarveyH
Posts: 96
Joined: Wed Oct 18, 2023 8:40 pm
Been thanked: 21 times

Re: Getting the save icon back

Post by HarveyH »

Did exactly that pmedia=usbflash. No joy. No save icon. No asking if I want to save when I reboot/shutdown.
All writes going immediately to the drive. Not the end of the world, I guess. The OS does have that backup save folder option if I want to try something, so meh. On the chance that the pmedia=usbflash option only works with a savefile (not a folder) I tried a setup like that. No joy.
Oh well.

williwaw
Posts: 2038
Joined: Tue Jul 14, 2020 11:24 pm
Has thanked: 182 times
Been thanked: 387 times

Re: Getting the save icon back

Post by williwaw »

HarveyH wrote: Sat Jul 27, 2024 5:13 am

Did exactly that pmedia=usbflash. No joy. No save icon. No asking if I want to save when I reboot/shutdown.

to test if you are making the edit in the correct place,
change the title line of the stanza and make sure you are seeing/choosing the edited title when you boot

HarveyH
Posts: 96
Joined: Wed Oct 18, 2023 8:40 pm
Been thanked: 21 times

Re: Getting the save icon back

Post by HarveyH »

yes, here is the entire entry:

menuentry "BookwormPup64 Save on SDD3" {
linux /vmlinuz pmedia=usbflash pfix=fsck,fsckp psave=sdd3
echo "Loading ${ucode_parm} /initrd.gz"
initrd ${ucode_parm} /initrd.gz
}

User avatar
bigpup
Moderator
Posts: 7298
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 951 times
Been thanked: 1615 times

Re: Getting the save icon back

Post by bigpup »

What specific version of BookwormPup64 are you using? Is it version 10.0.7?

Need to see what pupmode you are running in.

The program Pup-Sysinfo ->Sys-Files ->PupState will tell you.

What does it show as pupmode being used?

Also what is the exact name of the save file or folder you are using?

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Clarity
Posts: 4066
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1704 times
Been thanked: 553 times

Re: Getting the save icon back

Post by Clarity »

What is the exact 'partition-name' and the name of the save file or folder on the partition you are using for your session-save?

Post Reply

Return to “BookwormPup”