@libertas As promised.
I started with a new USB Flash Drive. SanDisk Ultra 32GB.
It was already formatted to vfat/fat32.
You can delete the contents (SanDisk security stuff) off the new flash drive if you wish as you won't need them.
I assume you can mount the Fatdog64-901.iso by clicking on it so go ahead and do that. Now you should see 22 items, 4 folders and 18 files. Now click on the efiboot.img to mount it and you will see 4 items, three folders and one file.
Copy the EFI folder from the efiboot.img and all of it's contents to the new flash drive. A long side the EFI folder create a new folder called FD901. This is where you put the vmlinuz and initrd file.
Now click on efiboot.img to unmount it. Then click on the Fatdog64-901.iso to unmount it.
On the USB drive go back into the EFI folder, then boot folder and open refind.conf.
Go to line 581 and add a few blank lines. We are going to create a new menu entry for refind.
The first menu entry is designed to boot from a flash drive using grub2. We are going to bypass grub altogether and boot directly from refind, faster and prettier.
Copy and paste the following menu entry above the existing one.
--------------------- Cut ------------------------------
menuentry "Fatdog64 Linux 901" {
icon /EFI/boot/icons/os_fatdog.png
volume FATDOG_LIVE
loader /FD901/vmlinuz
initrd /FD901/initrd
options "savefile=direct:uuid:EDB9-E30E:FD901/fd64save.ext4 waitdev=5"
}
---------------------- Cut -----------------------------------
Notice the uuid:EDB9-E30E:FD901 on the options line above, your USB will have a different uuid.
To get the uuid of your flash drive, open a terminal and type blkid. Look for your USB drive and replace the code above with yours.
Output from blkid command.
/dev/sde1: LABEL_FATBOOT="FATDOG_LIVE" LABEL="FATDOG_LIVE" UUID="EDB9-E30E" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="cbb4e39e-01"
Save the refind.conf file.
Now we need to tell your EFI BIOS in your laptop this is a boot partition for EFI.
Unmount your flash drive.
I assume you have access to Gparted. Load Gparted and select your Flash Drive.
It should only have one line to select from. If not make sure you select the correct partition.
Now select the Partition option then "Label File System" and type FATDOG_LIVE, notice it's all capitals with an underscore. Then click OK.
Now click on Partition again and select Manage Flags. Put a tick on boot and esp. Then click close.
Now click on the green tick and the Apply button to save the changes.
Reboot your laptop and bring up your EFI BIOS and select the new flash drive.
It should boot Fatdog64-901, it did here.
Cheers