Page 1 of 1

path of syslinux on Fedora

Posted: Tue Nov 20, 2018 2:10 pm
by pisto
I'm trying to create a WinPE disk image on Fedora 27,

Code: Select all

mkwinpeimg --windows-dir=/tmp/iso -a amd64 ~/winpe.img
It fails because it cannot find the correct path for syslinux files. I think the correct path would be

Code: Select all

/usr/share/syslinux/efi64/
from package

Code: Select all

syslinux-efi64
is that correct?

Re: path of syslinux on Fedora

Posted: Thu Nov 22, 2018 6:17 am
by synchronicity
No, it looks like you need to install the "syslinux-nonlinux" package.