Boot Windows From Syslinux Could Not Find

Bootiso fails to run on Fedora 27 system with syslinux packages installed. [root@fedora27 ~]# ~user/bin/bootiso /local/win10/Win10_1803_English_x64.iso find: ‘/usr/lib/syslinux/’: No such file or directory find: ‘/usr/lib/syslinux’: No such file or directory find: ‘/usr/lib/syslinux’: No such file or directory bootiso: Could not find a SYSLINUX bios folder containing c32 bios module files on this system. [root@fedora27 ~]# rpm -qa grep syslinux syslinux-6.04-0.7.fc27.x86_64 syslinux-extlinux-6.04-0.7.fc27.x86_64 syslinux-nonlinux-6.04-0.7.fc27.noarch syslinux-extlinux-nonlinux-6.04-0.7.fc27.noarch Script checks the presence of folder /usr/lib/syslinux/bios and file mbr.bin in bios sub-folder. Folder /usr/lib/syslinux doesn't exist in the file system. Package syslinux-nonlinux-6.04-0.7.fc27.noarch has *.c32 and *.bin files installed in /usr/shares/syslinux/ As a workaround folder /usr/lib/syslinux/bios can be created manually and synced with /usr/shares/syslinux/ [root@fedora27 ~]# rpm -ql syslinux-nonlinux /usr/share/syslinux/altmbr.bin /usr/share/syslinux/altmbr_c.bin /usr/share/syslinux/altmbr_f.bin /usr/share/syslinux/cat.c32 /usr/share/syslinux/chain.c32 /usr/share/syslinux/cmd.c32. [root@fedora27 ~]# find / -type f -name 'mbr.bin' /usr/share/syslinux/mbr.bin [root@fedora27 ~]# mkdir -p /usr/lib/syslinux/bios [root@fedora27 ~]# rsync -av /usr/share/syslinux/ /usr/lib/syslinux/bios/ [root@fedora27 ~]# ~user/bin/bootiso /local/win10/Win10_1803_English_x64.iso bootiso: Found non-hybrid ISO; inspecting ISO for boot capabilities.
Bootiso: UEFI boot check validated. Your USB will work with UEFI boot. Bootiso: Partition label automatically set to 'CCCOMA_X64F'. You can explicitly set label with '-L, --label' option.
Syslinux could not find kernel image hbcd boot chain c32 http://is.gd/YOiHEt.
Bootiso: Listing drives available in your system: NAME MODEL VENDOR SIZE TRAN HOTPLUG SERIAL sdf USB Flash 7.6G usb 1 bootiso: Autoselecting 'sdf' (only USB device candidate) bootiso: The selected device '/dev/sdf' is connected through USB. Bootiso: Created ISO mount point at '/mnt/iso.0TL'. Download adobe premiere pro cs5 full crack 32 bit. Bootiso: About to wipe out the content of device '/dev/sdf'. Are you sure you want to proceed?
(y/n)>y bootiso: Erasing contents of '/dev/sdf'. Bootiso: Created USB device mount point at '/mnt/usb.1Wb' bootiso: Copying files from ISO to USB device with 'rsync' bootiso: Synchronizing writes on device '/dev/sdf' bootiso: Took 870 seconds to perform [install-auto] action. Bootiso: ISO succesfully unmounted (/mnt/iso.0TL). Bootiso: USB device partition succesfully unmounted. Bootiso: USB device succesfully ejected. You can safely remove it!
I can confirm that setting SYSLINUX_LIB_ROOT does not work with v3.2.2 echo $SYSLINUX_LIB_ROOT /usr/share/syslinux./bootiso ~/Downloads/Win10_1809Oct_English_x64.iso bootiso: Found non-hybrid ISO; inspecting ISO for boot capabilities. Find: ‘/usr/lib/syslinux’: No such file or directory find: ‘/usr/lib/syslinux’: No such file or directory find: ‘/usr/lib/syslinux’: No such file or directory bootiso: Could not find a SYSLINUX bios folder containing c32 bios module files on this system. However doing: sudo mkdir -p /usr/lib/syslinux/bios sudo rsync -av /usr/share/syslinux/ /usr/lib/syslinux/bios/ found in the original post did work and solve the issue.