Displaying 5 results from an estimated 5 matches for "vesamenulabel2".
Did you mean:
vesamenulabel
2018 Dec 07
0
efi config hang
...PT 1
# Let's try to clear the screen when we load the menu
MENU CLEAR
LABEL vesamenulabel
COM32 vesamenu.c32
LABEL pwdlabel
COM32 pwd.c32
LABEL lslabel
COM32 ls.c32
LABEL catlabel
COM32 cat.c32
APPEND /EFI/BOOT/SYSLX64.CFG
# To be tested from the boot prompt, using a different label
LABEL vesamenulabel2
COM32 vesamenu.c32
APPEND SYSLX64.CFG
### EFI/BOOT/SYSLX64.CFG end ###
The result might not be a nice, readable screen, but it should not hang
nor give errors about vesamenu.c32.
Could you please confirm this (too)?
Could you also please try the "equivalent" (not exactly the same,...
2018 Dec 07
2
efi config hang
...libcom32.c32 menu.c32
boot: BOOTX64.EFI cat.c32 ls.c32l.c32 pwd.c32
> LABEL catlabel
> COM32 cat.c32
> APPEND /EFI/BOOT/SYSLX64.CFG
>
(dumps this file to the screen)
> # To be tested from the boot prompt, using a different label
> LABEL vesamenulabel2
> COM32 vesamenu.c32
> APPEND SYSLX64.CFG
^c
screen clears
system seems to hang.
I see no cursor, enter, ^v, nothing seems responsive.
>
> ### EFI/BOOT/SYSLX64.CFG end ###
>
> The result might not be a nice, readable screen, but it should not hang
> nor give errors about ve...
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 07
0
efi config hang
...cat.c32 ls.c32l.c32 pwd.c32
>
>
> > LABEL catlabel
> > COM32 cat.c32
> > APPEND /EFI/BOOT/SYSLX64.CFG
> >
>
> (dumps this file to the screen)
>
> > # To be tested from the boot prompt, using a different label
> > LABEL vesamenulabel2
> > COM32 vesamenu.c32
> > APPEND SYSLX64.CFG
>
> ^c
> screen clears
> system seems to hang.
> I see no cursor, enter, ^v, nothing seems responsive.
>
I still don't get what that '^c' has to do with selecting the "Help"
menu entry. I'm not...
2018 Dec 07
2
efi config hang
...32
> >
> >
> > > LABEL catlabel
> > > COM32 cat.c32
> > > APPEND /EFI/BOOT/SYSLX64.CFG
> > >
> >
> > (dumps this file to the screen)
> >
> > > # To be tested from the boot prompt, using a different label
> > > LABEL vesamenulabel2
> > > COM32 vesamenu.c32
> > > APPEND SYSLX64.CFG
> >
> > ^c
> > screen clears
> > system seems to hang.
> > I see no cursor, enter, ^v, nothing seems responsive.
> >
>
> I still don't get what that '^c' has to do with selectin...