Hi all.
As you know recent puppy linux ISO Images like fossapup64 do not work when flashed to usb drive.
A easy method to make this ISO images boot on a usb drive is to upgrade them to a ISO-Hyrbid image.
Here is the step by step How To do it.
How to convert a ISO image into a ISO-Hybrid Image
In short all what you need is to install the isohybrid utility that is availble syslinux.utils
and just run the code to convert a iso image to a iso-hybrid image to boot the same on a usb drive.
Code: Select all
# isohybrid yourimage.iso
I have tested it and it works !