search for: efi_adv_write

Displaying 3 results from an estimated 3 matches for "efi_adv_write".

2016 Jan 06
5
Entry selection isn't saved
Hi, I installed syslinux 6.0.3 on a UEFI/GPT system with Arch Linux. My /boot/EFI/syslinux/syslinux.cfg contains MENU SAVE but selected entries aren't saved. Just after I hit the Enter key in the syslinux menu, I see efi_adv_write: Unable to open file \ldlinux.sys, this message isn't displayed when the boot starts after the timeout (default entry). My installation didn't have this file so I try to add it with extlinux --install /boot/EFI/syslinux but the problem still there. Any ideas? Thank you, St?phane
2016 Jun 04
0
[PATCH] Wedding gift, removing double l from auxilliary
...Vector is also + the "Auxillary Data Vector". The Auxiliary Data Vector is also available to COM32 modules that want to store small amounts of information. diff --git a/efi/adv.c b/efi/adv.c index 4056db1..7709e08 100644 --- a/efi/adv.c +++ b/efi/adv.c @@ -283,7 +283,7 @@ int efi_adv_write(void) } if (err == -2) - efi_printerr(L"%s: cannot write auxilliary data (need --update)?\n", + efi_printerr(L"%s: cannot write auxiliary data (need --update)?\n", file); else if (err == -1) efi_perror(L"efi_adv_write:"); diff --git a/libinstaller...
2016 Jan 06
0
Entry selection isn't saved
...mbault <syslinux at zytor.com> wrote: > Hi, > > I installed syslinux 6.0.3 on a UEFI/GPT system with Arch Linux. > > My /boot/EFI/syslinux/syslinux.cfg contains MENU SAVE but selected entries > aren't saved. > Just after I hit the Enter key in the syslinux menu, I see efi_adv_write: > Unable to open file \ldlinux.sys, this message isn't displayed > when the boot starts after the timeout (default entry). It shouldn't be attempting ldlinux.sys but rather syslinux.efi though I'm not sure the ADV is fully functional in EFI > My installation didn't have...