I found how to fix some of the boot issues with F96-CE_1
Booting from an install to a USB stick and it not booting.
USB stick has one partition and formatted fat32.
The problem is caused by not having the grub.cfg file in the top layer of the install on a USB drive.
It needs to be in the same place as the other SFS, initrd.gz, vmlinuz, etc.... files.
What I did was copy the grub.cfg file from the /boot/grub/ directory in the F96-CE_1 ISO.
Put this copy of the grub.cfg file in the same place as the other SFS, initrd.gz, vmlinuz, etc.... files.
So when it boots, the grub.cfg file is there with the other files and does not have to be found inside the boot directory.
The original grub.cfg file is still in the /boot/grub/ directory. Best to keep one there.
Two example installs that this fixed:
1. I tried doing a manual install of all the stuff in the ISO to the top layer of a USB stick.
Would not boot.
Copied the grub.cfg file to the top layer with the other files.
It booted OK to a working desktop.
2. Did an install using Unetbootin installer v702.
It would not boot.
Copied the grub.cfg file to the top layer with the other files.
It now boots to working desktop.
Note:
Unetbootin installs a bunch of extra stuff that is suppose to be it's boot loader, but they do not seem to really get used. (well, maybe)
Just to show what the modified Unetbootin install looks like that is working.
.
.
.