Displaying 5 results from an estimated 5 matches for "__firmware_efi32__".
2014 Oct 15
1
syslinux efi configuration file name proposal
...a/core/fs/lib/loadconfig.c
+++ b/core/fs/lib/loadconfig.c
@@ -22,6 +22,11 @@ int generic_open_config(struct com32_filedata *filedata)
};
static const char *filenames[] = {
"extlinux.conf",
+#if defined(__FIRMWARE_EFI64__)
+ "syslnx64.cfg",
+#elif defined(__FIRMWARE_EFI32__)
+ "syslnx32.cfg",
+#endif
"syslinux.cfg",
NULL
};
--
-Gene
2015 Sep 20
1
[syslinux:master] core/fs/lib/loadconfig.c: Add architecture-specific config name to search
...core/fs/lib/loadconfig.c
> @@ -22,6 +22,11 @@ int generic_open_config(struct com32_filedata *filedata)
> };
> static const char *filenames[] = {
> "extlinux.conf",
> +#if defined(__FIRMWARE_EFI64__)
> + "syslx64.cfg",
> +#elif defined(__FIRMWARE_EFI32__)
> + "syslia32.cfg",
> +#endif
> "syslinux.cfg",
> NULL
> };
>From the thread "[syslinux] syslinux efi configuration file name
proposal" at http://www.syslinux.org/archives/2014-October/022712.html
--
-Gene
2014 Dec 15
1
Using of pxelinux configfiles for both BIOS and UEFI boot
>>According to prior pcap reports, syslinux.efi searches for syslinux.cfg (too), while (l)pxelinux.0 will be searching for "default". >This means that using something *similar* to:
>> pxelinux.cfg/default:
>> PATH bios
>> CONFIG common-config.cfg ::bios
>> # the bios modules should be located in the bios subdir
>>
>>and
>>
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