path of syslinux on Fedora

Comments, questions, bug reports, etc.
Post Reply
pisto
Posts: 1
Joined: Tue Nov 20, 2018 2:03 pm

path of syslinux on Fedora

Post 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?
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: path of syslinux on Fedora

Post by synchronicity »

No, it looks like you need to install the "syslinux-nonlinux" package.
Post Reply