Hello,
I installed BookworkmPup64 onto the first partition of a new USB stick, which was formatted to FAT32.
I followed the Frugal Installer: Puppy Button → This Puppy → sdf1
After that, I was prompted to create the boot files, which were saved onto sdf1.
FSTAB ENTRY
I created an entry in FSTAB to mount the UUID for sdf1 to mnt/lee_puppy_stuff, and a bash script that I execute manually to mount, since it doesn't mount automatically.
Code: Select all
UUID=B333-9A75 /mnt/lee_puppy_stuff vfat defaults,noatime 0 0
Everything worked, and when shutting down, I chose to save the session (mnt/lee_puppy_stuff/puppy/dpupbw64save66.tar.gz). I get asked whether or not to save on every shutdown, which is good (PUPMODE=66), but is that PUPMODE the right one?
When I take the USB to different computers, three work fine and load the saved session, but some others fail at bootup when loading the save archive.
Last lines of kernel log:
Code: Select all
FND_MULTIFOLDER=
--SAVEARCHIVE-- /mnt/dev_save/puppy/dpupbw64save66.tar.gz
adding /pup_rw66 to aufs stack failed.
overlayfs: "xing" feature enabled using 4 upper inode bits.
loop5: detected capacity change from 0 to 167232
overlayfs: "xing" feature enabled using 4 upper inode bits.
hid_uclogic: module verification failed: signature and/or required key missing - tainted kernel
Pausing for 60 seconds
-----------
Should this be missing?
Code: Select all
# modprobe aufs
modprobe: FATAL: Module aufs not found in directory /lib/modules/6.1.106
----------
Pupsave - it is there but Pupsave Backup tells me otherwise.
----------
FrugalPup Settings:
Code: Select all
acpi_osi=Linux libata.noacpi=1 intel_pstate=disable net.ifnames=0
net.ifnames=0
-----------
Here is the directory of /mnt after mounting to lee_puppy_stuff
# tree /mnt
/mnt
├── cdrom
├── data
├── dvd
├── flash
├── floppy
├── lee_puppy_stuff
│ ├── EFI
│ │ └── boot
│ │ ├── bootia32.efi
│ │ ├── bootx64.efi
│ │ ├── grub.cfg
│ │ ├── grubia32.efi
│ │ ├── grubx64.efi
│ │ ├── mmia32.efi
│ │ └── mmx64.efi
│ ├── appimages
│ │ ├── LibreOffice-fresh.basic-x86_64.AppImage
│ │ ├── LibreOfficeIcon.svg
│ │ ├── LibreWolf.x86_64.AppImage
│ │ └── LibreWolf_icon.svg
│ ├── boot
│ │ └── grub
│ │ ├── fonts
│ │ │ └── DejaVuSansMono18.pf2
│ │ ├── grub.cfg
│ │ └── grubenv
│ ├── grub.cfg
│ ├── mount_lee_puppy_stuff.sh
│ ├── puppy
│ │ ├── AUTOSAVE
│ │ ├── SAVESPEC
│ │ ├── adrv_dpupbw64_10.0.8.sfs
│ │ ├── bdrv_dpupbw64_10.0.8.sfs
│ │ ├── boot
│ │ │ ├── EFI
│ │ │ ├── bootinst.bat
│ │ │ ├── bootinst.sh
│ │ │ ├── bootlogo.png
│ │ │ ├── extlinux.exe
│ │ │ ├── extlinux.x32
│ │ │ ├── extlinux.x64
│ │ │ ├── help.txt
│ │ │ ├── initrfs.img
│ │ │ ├── isolinux.bin
│ │ │ ├── isolinux.boot
│ │ │ ├── isolinux.cfg
│ │ │ ├── ldlinux.c32
│ │ │ ├── ldlinux.sys
│ │ │ ├── libcom32.c32
│ │ │ ├── libutil.c32
│ │ │ ├── mbr.bin
│ │ │ ├── pxelinux.0
│ │ │ ├── runadmin.vbs
│ │ │ ├── samedisk.vbs
│ │ │ ├── syslinux.cfg
│ │ │ ├── syslinux.com
│ │ │ ├── syslinux.exe
│ │ │ ├── vesamenu.c32
│ │ │ ├── vmlinuz
│ │ │ └── zblack.png
│ │ ├── changes
│ │ ├── dpupbw64initmodules.txt
│ │ ├── dpupbw64save66.tar.gz
│ │ ├── fdrv_dpupbw64_10.0.8.sfs
│ │ ├── initrd.gz
│ │ ├── kbuild-6.1.106.sfs
│ │ ├── modules
│ │ │ ├── 01-core.sb
│ │ │ ├── 01-firmware.sb
│ │ │ ├── 02-xorg.sb
│ │ │ ├── 03-desktop.sb
│ │ │ ├── 04-apps.sb
│ │ │ └── 05-chromium.sb
│ │ ├── puppy_dpupbw64_10.0.8.sfs
│ │ ├── ucode.cpio
│ │ ├── vmlinuz
│ │ └── zdrv_dpupbw64_10.0.8.sfs
│ └── puppy.cer
├── msdos
├── ram1
├── swap
└── zip
Thank you,
Lee