Displaying 4 results from an estimated 4 matches for "uefispec".
2014 Aug 27
4
syslinux efi configuration file name proposal
...y, your patch seems to be based on
"core/fs/lib/loadconfig.c":
+#if defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)
which means (again, if I understand correctly) that it affects
BIOS-based systems too.
As potential reference, in
"gpxe/src/include/gpxe/efi/Uefi/UefiSpec.h" we have:
"// EFI File location to boot from on removable media devices"
So, my goal is to get the *EFI* architecture (only), IA32 or X64,
i.e. excluding systems booting with BIOS firmware or in CSM, and then
use a similar patch as yours in "loadconfig.c".
Unfortunat...
2014 Aug 27
0
syslinux efi configuration file name proposal
...cts
> BIOS-based systems too.
Right. It's a compile time peprocessor directive, which means that a
64bit version (which is probably never used in BIOS mode) will also take
into account the syslnx64.cfg config file.
> As potential reference, in
> "gpxe/src/include/gpxe/efi/Uefi/UefiSpec.h" we have:
>
> "// EFI File location to boot from on removable media devices"
>
> So, my goal is to get the *EFI* architecture (only), IA32 or X64,
> i.e. excluding systems booting with BIOS firmware or in CSM, and then
> use a similar patch as yours in "l...
2014 Aug 27
0
syslinux efi configuration file name proposal
Hello Ady & list,
On Wed, Aug 27, 2014 at 08:17:51AM +0300, Ady wrote:
> > Hello Ady,
> >
> > On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote:
> > > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64
> > > (with an optional Syslinux menu containing multiple entries).
> > >
> > > Problem (solved) #1: The default
2014 Aug 27
3
syslinux efi configuration file name proposal
> Hello Ady,
>
> On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote:
> > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64
> > (with an optional Syslinux menu containing multiple entries).
> >
> > Problem (solved) #1: The default directory location for both
> > syslinux.efi is the same.
> >
> > Solution #1: Rename each