Displaying 14 results from an estimated 14 matches for "git20171011".
2018 Dec 01
3
fixing debian's hd-media image
On Sat, Dec 1, 2018 at 2:46 AM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
> > it works. (boots into the d-i installer, I don't care if the installer
> > is missing stuff, booting it is all we care about here.
>
>
> OK, so let's add complexity (but not the whole thing, not yet).
>
> We already have:
>
> target
> ??? EFI
> ? ???
2018 Dec 02
0
fixing debian's hd-media image
...east for
now):
_ target/EFI/BOOT/SYSLINUX.CFG
_ target/EFI/BOOT/SYSLINUX/EFI64/ldlinux.e64
Before performing the test (the same as I requested in my prior email),
please double check that all the syslinux-related files are originated
from the following binary packages:
_ syslinux-common_6.04~git20171011.af7e95c3+dfsg1-5
_ syslinux-efi_6.04~git20171011.af7e95c3+dfsg1-5
Since you have been mixing binaries from several different sources /
builds / versions in your prior attempts / scripts, it is very
important that you triple check that the binary files you are using now
(in your "target&q...
2018 Dec 02
2
fixing debian's hd-media image
...noticed those 2 files that were added by
syslinux -i boot.img
(right?)
> Before performing the test (the same as I requested in my prior email),
> please double check that all the syslinux-related files are originated
> from the following binary packages:
>
> _ syslinux-common_6.04~git20171011.af7e95c3+dfsg1-5
>
> _ syslinux-efi_6.04~git20171011.af7e95c3+dfsg1-5
>
>
> Since you have been mixing binaries from several different sources /
> builds / versions in your prior attempts / scripts, it is very
> important that you triple check that the binary files you are usin...
2018 Aug 02
4
Unable to get syslinux.efi to work, grub2 boots tho
Hi,
I am trying to get a UEFI bootable USB. And I am unable to make it
working. I have two x86_64 systems and both of them 'hangs' when I
choose to boot UEFI from USB.
I've created fat32 formated partition with ef00 type. I placed EFI/BOOT
there with content of efi64/ distribution, I've created syslinux.cfg and
renamed syslinux.efi to BOOTX64.EFI.
However, it does just
2018 Aug 02
0
Unable to get syslinux.efi to work, grub2 boots tho
...hints how to get syslinux on UEFI working?
>
I guess you are in Gentoo.
Even if you are not using Debian, you could:
1_ Download the syslinux-related binary packages from the Debian
"experimental" (_not_ to be confused with "unstable") repository
(currently, "6.04~git20171011.af7e95c3+dfsg1-3") and take:
* from the "syslinux-efi" package:
usr\lib\SYSLINUX.EFI\efi64\syslinux.efi
* from the "syslinux-common" package:
usr\lib\syslinux\modules\efi64\ldlinux.e64
2.1_ Copy the new syslinux.efi to the "ESP" of your USB device, under
it...
2018 Aug 03
1
Unable to get syslinux.efi to work, grub2 boots tho
...a Syslinux wrote:
> I guess you are in Gentoo.
>
> Even if you are not using Debian, you could:
>
> 1_ Download the syslinux-related binary packages from the Debian
> "experimental" (_not_ to be confused with "unstable") repository
> (currently, "6.04~git20171011.af7e95c3+dfsg1-3") and take:
>
> * from the "syslinux-efi" package:
> usr\lib\SYSLINUX.EFI\efi64\syslinux.efi
>
> * from the "syslinux-common" package:
> usr\lib\syslinux\modules\efi64\ldlinux.e64
>
>
> 2.1_ Copy the new syslinux.efi to the &q...
2018 Dec 07
0
efi config hang
...sive tests and feedback. And no,
I'm not going to just write the ending/working result, in particular
when I don't know/understand the new goal.
If we don't know what is wrong/failing, then we need "basic" step by
step testing (iterations) for troubleshooting.
Using 6.04~git20171011.af7e95c3+dfsg1-6 packages from Debian Unstable
for all syslinux-related files.
target
??? EFI
??? BOOT
??? BOOTX64.EFI
??? LDLINUX.E64
??? libcom32.c32
??? libutil.c32
??? vesamenu.c32
??? pwd.c32
??? ls.c32
??? cat.c32...
2018 Dec 07
2
efi config hang
...rticular
> when I don't know/understand the new goal.
prompt.cfg is the Help option from the debian installer boot.img.
>
>
> If we don't know what is wrong/failing, then we need "basic" step by
> step testing (iterations) for troubleshooting.
>
> Using 6.04~git20171011.af7e95c3+dfsg1-6 packages from Debian Unstable
> for all syslinux-related files.
>
> target
> ??? EFI
> ??? BOOT
> ??? BOOTX64.EFI
> ??? LDLINUX.E64
> ??? libcom32.c32
> ??? libutil.c32
> ??? vesamenu.c32
>...
2018 Dec 07
2
efi config hang
On Thu, Dec 6, 2018 at 5:14 PM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
>
> > works with legacy, hangs with efi.
> >
> > where works is:
> > No DEFAULT or UI configuration directive found!
> > but enter and ^v make things happen
> >
> > hangs is: nothing happens, no response from keyboard, have to reboot.
> >
> > note:
2018 Dec 05
0
fixing debian's hd-media image
...he scenes, we are back on
track, with updated Debian packages.
0_ Starting from an _original_ (so-called "hd-media") boot.img mounted
in "target" (or "$target", or some similar notation), and the version
of Syslinux-related packages in the OS should be
"6.04~git20171011.af7e95c3+dfsg1-6" or newer. At the moment I'm writing
this, the packages are in Debian "Unstable" (repo).
Although not all the packages are essential for this procedure, the
Syslinux-related packages I'm referring to are, at least:
_ extlinux
_ isolinux
_ pxelinux
_ sysli...
2018 Dec 03
2
fixing debian's hd-media image
On Mon, Dec 3, 2018 at 10:02 AM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
> > Now it is just dd, mkfs and copy in the files we need.
> > One less thing to worry about keeping versions consistent.
>
>
> > > > I just noticed those 2 files that were added by
> > > > syslinux -i boot.img
> > > > (right?)
> > >
>
2018 Dec 06
1
fixing debian's hd-media image
...; track, with updated Debian packages.
>
>
> 0_ Starting from an _original_ (so-called "hd-media") boot.img mounted
> in "target" (or "$target", or some similar notation), and the version
> of Syslinux-related packages in the OS should be
> "6.04~git20171011.af7e95c3+dfsg1-6" or newer. At the moment I'm writing
> this, the packages are in Debian "Unstable" (repo).
>
> Although not all the packages are essential for this procedure, the
> Syslinux-related packages I'm referring to are, at least:
>
> _ extlinux
>...
2018 Dec 07
0
efi config hang
...reported as failing
when you started this new email thread, which is not the one from
boot.img.
> >
> >
> > If we don't know what is wrong/failing, then we need "basic" step by
> > step testing (iterations) for troubleshooting.
> >
> > Using 6.04~git20171011.af7e95c3+dfsg1-6 packages from Debian Unstable
> > for all syslinux-related files.
> >
> > target
> > ??? EFI
> > ??? BOOT
> > ??? BOOTX64.EFI
> > ??? LDLINUX.E64
> > ??? libcom32.c32
> > ??? libutil.c32...
2018 Dec 07
2
efi config hang
...is occurring before syslinux code has tried to
find the file.
>
> > >
> > >
> > > If we don't know what is wrong/failing, then we need "basic" step by
> > > step testing (iterations) for troubleshooting.
> > >
> > > Using 6.04~git20171011.af7e95c3+dfsg1-6 packages from Debian Unstable
> > > for all syslinux-related files.
> > >
> > > target
> > > ??? EFI
> > > ??? BOOT
> > > ??? BOOTX64.EFI
> > > ??? LDLINUX.E64
> > > ??? libcom3...