Password prompt doesn't show for encrypted save file
Moderators: 666philb, Forum moderators
Password prompt doesn't show for encrypted save file
Re: Password prompt doesn't show for encrypted save file
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 151 times
Re: Password prompt doesn't show for encrypted save file
i just tested this and the password prompt is working for me.
how is puppy installed? hd/sd etc ... fat/ext2/ntfs ?
fossapup64 viewtopic.php?f=40&t=88
Re: Password prompt doesn't show for encrypted save file
I did a frugal install of Fossapup64 on a USB. I used Frugalpup v20 to install puppy and the boot configuration all on the same fat32 partition. It looks like this:
├── boot
│ └── grub
│ ├── fonts
│ │ └── DejaVuSansMono18.pf2
│ ├── grub.cfg
│ ├── grubenv
│ └── i386-pc
├── EFI
│
├── Fossapup64
│ ├── adrv_fossapup64_9.5.sfs
│ ├── devx_fossapup64_9.5.sfs
│ ├── fdrv_fossapup64_9.5.sfs
│ ├── fossapup64save_luks.4fs
│ ├── initrd.gz
│ ├── puppy_fossapup64_9.5.sfs
│ ├── vmlinuz
│ └── zdrv_fossapup64_9.5.sfs
├── fsckme.flg
├── grldr
├── grub.cfg
├── menu.lst
├── puppy.cer
Re: Password prompt doesn't show for encrypted save file
@666philb, I reinstalled Fossapup64 using the USB installer (overwriting the entire flash drive) so that now there are the two standard partitions (fat32 and f2fs). It does something similar now but gets stuck on the grub background instead. Not sure what's causing that. I'm using a Thinkpad x230 and the USB flash drive is a Samsung FIT (usb 3.1) with 128 GB of storage.
- bigpup
- Moderator
- Posts: 7593
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 1038 times
- Been thanked: 1692 times
Re: Password prompt doesn't show for encrypted save file
using the USB installer
What USB installer??
You have to give us specific details. All this says to us is you used a USB installer program.
What specific boot loader menu entry are you booting with??
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
Re: Password prompt doesn't show for encrypted save file
Sorry, @bigpup, I assumed since I was posting this in the Fossapup64 sub forum that it would be implied that I was using anything provided in Fossapup. The USB Installer is the one included with Fossapup. It's called "Bootflash" and I used the UEFI option with grub and I'm simply selecting the first default menu entry after creating an encrypted savefile.
Re: Password prompt doesn't show for encrypted save file
To be clear, this is the menu entry:
Code: Select all
menuentry "fossapup64 9.5" {
linux /vmlinuz pfix=fsck pmedia=usbflash pupsfs=0edf7e9a-263c-4292-ae62-ce0a6ebda2dd psave=0edf7e9a-263c-4292-ae62-ce0a6ebda2dd
initrd /initrd.gz
}
- Flash
- Moderator
- Posts: 1037
- Joined: Tue Dec 03, 2019 3:13 pm
- Location: Arizona, U.S.
- Has thanked: 60 times
- Been thanked: 140 times
Re: Password prompt doesn't show for encrypted save file
I would consider the lack of a password prompt, when booting from an encrypted save file, a feature to be treasured, not a bug to be eliminated.

Re: Password prompt doesn't show for encrypted save file
That’s certainly a positive way to look at it. However, less technical folks would be stuck on the loading screen. It took a minute or so for me to realize what’s happening and try typing the password. A nice feature would be to mask the password prompt if desired though.
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 151 times
Re: Password prompt doesn't show for encrypted save file
hi @m1k3 ,
i've tested this again on usb using bootflash and choosing uefi and i am getting the password prompt, so it's possibly just a quirk of your computer and the installer.
there's also another usb installer in fossapup if you choose the frugalpup install option (or menu>>setup>>stickpup)
fossapup64 viewtopic.php?f=40&t=88
Re: Password prompt doesn't show for encrypted save file
Thanks for looking into that! I suspect you're right about it being my computer. I have Fatdog64 as well and if I use bios/legacy boot it works fine but when I have UEFI turned on in bios I no longer see the password encryption password prompt in FD either.
Again, I appreciate you taking the time to test it for me.