anticapitalista wrote:Boot failure : No DEFAULT or UI configuration directive found!
That is the error you usually get when you do not have a syslinux/isolinux configuration file or it cannot find one.
anticapitalista wrote:(Does syslinux need to be installed?)
Syslinux needs to be installed (or some workaround provided) as the snapshot tool copies a couple of files provided by the syslinux package
- Code: Select all
#copy some isolinux stuff from the system to the snapshot
rsync -a /usr/lib/syslinux/isolinux.bin /usr/lib/refractasnapshot/iso/isolinux/
rsync -a /usr/lib/syslinux/vesamenu.c32 /usr/lib/refractasnapshot/iso/isolinux/
anticapitalista wrote:why it won't boot an iso over 2.5GB in size.
Have you tried with and without the isohybrid option to be sure it is not isohybrid problem? Does your modified version create isohybrid images? If I recall there use to be a problem with images larger than 2gb. I do not recall if the problem was isohyrid or syslinux though.
What version of syslinux are you using?
What version of isohyrid (if any) are you using?