Boot Windows From Syslinux Efi

Recently, I installed Windows 10 on my main machine - later discovered it demolished my whole Linux boot partition: sdb ├─sdb1 ext4 Root 07a703e4-173a-4e54-b425-baa69a220a64 / ├─sdb2 vfat 2C45-FE61 /boot ├─sdb3 ext4 Home 00477b16-d04d-4cc7-bb6b74d /home ├─sdb4 swap Swap 578c2f2d-1a07-4bae-a235-dbf52dae300f [SWAP] ├─sdb5 └─sdb6 ntfs Win_OS 420E63 /media/Win_OS I got Syslinux and my Arch working, but now I can't find a way to succesfully make a Syslinux entry to boot into the Windows. Though, If I choose 'Windows Boot Manager' from the MB boot menu, it boots just fine. My current syslinux.cfg: (well, part of it). LABEL Arch MENU LABEL Arch_64 LINUX./vmlinuz-linux APPEND root=UUID=07a703e4-173a-4e54-b425-baa69a220a64 rw INITRD./initramfs-linux.img LABEL Win10 MENU LABEL Windows_10 COM32 chain.c32 APPEND hd1 Edit 1#: I forgot to mention, I also installed a UEFI syslinux in the /EFI/ folder, alongside windows' Microsoft and Boot folders, which, again, works for Linux, but not for Windows - no matter if I use UUID, Label, disk and partition number.

Radionic software free. SYSLINUX with EFI - posted in The Syslinux Project: Hi, I am a newbie to Syslinux. I want to boot Linux 2.6 kernel on my board that has Intel core i7 with EFI support. So, I tried with creating a bootable pendrive with syslinux on it (steps as suggested in the Syslinux documentation). SYSLINUX with EFI - posted in The Syslinux Project: Hi, I am a newbie to Syslinux. I want to boot Linux 2.6 kernel on my board that has Intel core i7 with EFI support. So, I tried with creating a bootable pendrive with syslinux on it (steps as suggested in the Syslinux documentation).

From what I have catched up to, setting up uefi boot with syslinux can be done like this: - A 'EFI/boot' folder for EFI boot, installed manually: - Copy all *.c32 objects from '/usr/lib/syslinux/efi64/' - Copy 'syslinux.efi' to 'bootx64.efi' in same folder as above - Edit 'syslinux.cfg' in 'EFI/boot' But am unable to find '/usr/lib/syslinux/efi64/' or anything efi64 related at all in Centos 7 after installing the syslinux package (yum install syslinux). I also tried find / -name '*efi*' grep sys and found nothing of what I should be finding. Where to find?