On booting the vRC4 ISO file via SG2D, it finds and lists the Session files on the attached partitions. BUT ...
The PC has 2 SCSI drives. One is exclusively Windows and Linux Swap, while the other is used for Linux.
Recently, the 80GB SCSI approaches full. This drive contains the Persistence partition.
I renamed this partition Persist from its original Persistence label.
I installed a SATA HDD drive attached to the motherboard, created a partition and named it "Persistence" adding a
Sessions folder to become a mirror of the SCSI's "Persist".
I copied ALL of the sessions and its SAVESPEC file from the Persist partition to the new Persistence partition.
No other changes are done to the PC
Each of the partitions are formatted EXT4
Upon completion of the Persistence updates, I booted the PC.
What happens next...
Booting SG2D, I launched QP64 vRC4 allowing the 'default' stanza in its boot-menu. To my surprise the boot-process pause to ask me which of the session files for prior QP64 uses I preferred...or None. (there are 6 priors from 2024 on this PC)
"Surprise?" you may ask: YES because it is listing prior sessions for QP64 from BOTH the old Persist partition AND the new Persistence partition.
I believe (aka KNOW from prior WoofCE distros over the years) that the system, at boot time, it to use the directions contained within SAVESPEC when present, so I enclosed it here for your review:
Code: Select all
# Partition where Sessions to go
SS_ID='Persistence'
# Folder where Sessions to go
SS_DIR='/Sessions'
# Media where Sessions to go
SS_MEDIA='atahd'
I am reluctant to call this a bug because, I am unsure if there is any documentation that exist indicating that the system has no ability to determine the difference between disks labeled Persist versus Persistence?
AND, I am unsure if there is boot system intelligence to have multiple 'session' locations to be used or specified?
I know @gyrog is the architect and I know you and he are on WoofCE Github so I am asking either to comment by correcting my understanding of SAVESPEC operations as it pertains to this phenomenon.
Thoughts?