@one,
From the bootinit.log, it seems that the boot is confused from the start.
You are booting from a usb stick, right?
Is Puppy installed on the usb stick?
Or in /dev/ventoy, which is the ISO file?
In this case, the problem is that the 'init" script is not recognising it as either a CD or as an ISO, but as a regular partition.
In this case the SAVESPEC would need to be in that partition i.e. in the ISO.
Also, in the SAVESPEC file, you have
Code: Select all
SS_ID='Ventoy'
is 'Ventoy' a partition label on the ext3 partition?
If not the SAVESPEC isn't going to work anyway.