Displaying 5 results from an estimated 5 matches for "026476".
Did you mean:
26476
2019 Aug 22
2
Getting classic BIOS and UEFI boot on the same disk?
I just created something very similar for one of my own projects. I have a
disk image that you can "dd" onto a hard drive or USB drive and a bash
script demonstrating how it was done here:
https://www.syslinux.org/archives/2019-July/026476.html
You don't actually need the patch for the dual BIOS/UEFI support. The patch
in the above link is just to enable the reading of config "snippits" from a
"entries" directory. Feel free to try out the provided disk image to see if
it meets your needs and reverse-engineer...
2019 May 28
1
[PATCH] (vesa)menu.c32: Add support for BLS
> > > > Modern distributions are moving toward a common boot scheme called
> > > > "The Boot Loader Specification".
> > >
> > > Which distributions are using this yet?
>
> [copy & paste from other reply]
>
> > Fedora 30
>
> Not that many for a specification written about 6 years ago.
If I may, as a side-note...
2019 Aug 30
0
Getting classic BIOS and UEFI boot on the same disk?
...k
Gregory Bartholomew wrote:
> I just created something very similar for one of my own projects. I have a disk
> image that you can "dd" onto a hard drive or USB drive and a bash script
> demonstrating how it was done here:
>
> https://www.syslinux.org/archives/2019-July/026476.html
>
> You don't actually need the patch for the dual BIOS/UEFI support. The patch in
> the above link is just to enable the reading of config "snippits" from a
> "entries" directory. Feel free to try out the provided disk image to see if it
> meets your ne...
2019 Aug 21
5
Getting classic BIOS and UEFI boot on the same disk?
Hi all,
We're using the classic boot BIOS syslinux successfully for many years, but
meanwhile it's getting harder to buy hardware the still supports this boot mode.
The option for us would be syslinux EFI boot.
To avoid too many changes we would like to generate an image for our different
hardware parts that supports both - classic BIOS boot and (U)EFI boot.
This would allow us to leave
2019 Nov 07
4
current state of pxelinux for UEFI...
...s stuck with just about two text lines, as if
nothing got loaded...
Tomorrow I'll try the branch prepared by Sebastian Herbszt, mentioned
here:
https://www.syslinux.org/archives/2019-July/026484.html
I've also found Gregory's patch here:
https://www.syslinux.org/archives/2019-July/026476.html
If I understand this correctly, it doesn't fix the buggy strncat
Gregory has mentioned - the patch adds support for another boot image
format called BLS1 (now becoming popular).
There's probably no point for me to try to apply this patch...
I've also tried looking at the binarie...