Displaying 2 results from an estimated 2 matches for "root_of_the_esp_in_the_usb_device".
2016 Aug 19
2
What's the best way to get Syslinux to boot efi?
Sorry thinking about this problem at work, I'm using my cellphone. Won't
get home until 1am.
I run Gentoo.
https://wiki.gentoo.org/wiki/Syslinux#Setup_on_EFI_systems
is my distribution instructions on installing Syslinux.
http://www.syslinux.org/wiki/index.php?title=Install#UEFI
are your instructions.
I have tried both instructions only to get a blank or black screen.
Trying to make a
2016 Aug 20
0
What's the best way to get Syslinux to boot efi?
...directory as alternative method,
also the default name for the UEFI bootloader is suggested in Gentoo's
wiki page. For the "x86_64" architecture, this is "bootx64.efi", and
again this coincides with Syslinux's wiki page. The result for this
particular case is:
<root_of_the_ESP_in_the_USB_device>/EFI/BOOT/BOOTX64.EFI
or, as it is expressed in the Syslinux wiki page:
EFI_SYSTEM_PARTITION/EFI/BOOT/BOOTX64.EFI
(please note that in the Syslinux wiki page the "EFI_SYSTEM_PARTITION"
is in italics).
As explained in both wiki pages, the rest of the Syslinux-related files
shou...