Search found 1 match

by pisto
Tue Nov 20, 2018 2:10 pm
Forum: wimlib discussion
Topic: path of syslinux on Fedora
Replies: 1
Views: 5095

path of syslinux on Fedora

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?