Displaying 5 results from an estimated 5 matches for "vesamenulabel".
2018 Dec 07
0
efi config hang
..., we don't change WD, we don't mix it with BIOS, we
don't need the crappy PATH directive.
### EFI/BOOT/SYSLX64.CFG start ###
# Note that there is no "splash.png" background
# This is a command
UI vesamenu.c32
# The DEFAULT should rather be a label, not a command
DEFAULT vesamenulabel
# If we have an active ("uncommented") UI directive,
# then the PROMPT directive makes no diff.
# This command is here anyway, in purpose.
PROMPT 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...
2018 Dec 07
2
efi config hang
...BIOS, we
> don't need the crappy PATH directive.
>
> ### EFI/BOOT/SYSLX64.CFG start ###
>
> # Note that there is no "splash.png" background
>
> # This is a command
> UI vesamenu.c32
>
> # The DEFAULT should rather be a label, not a command
> DEFAULT vesamenulabel
>
> # If we have an active ("uncommented") UI directive,
> # then the PROMPT directive makes no diff.
> # This command is here anyway, in purpose.
> PROMPT 1
>
> # Let's try to clear the screen when we load the menu
> MENU CLEAR
>
> LABEL vesamenulabel
&g...
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
...ctive.
> >
> > ### EFI/BOOT/SYSLX64.CFG start ###
> >
> > # Note that there is no "splash.png" background
> >
> > # This is a command
> > UI vesamenu.c32
> >
> > # The DEFAULT should rather be a label, not a command
> > DEFAULT vesamenulabel
> >
> > # If we have an active ("uncommented") UI directive,
> > # then the PROMPT directive makes no diff.
> > # This command is here anyway, in purpose.
> > PROMPT 1
> >
> > # Let's try to clear the screen when we load the menu
> > MEN...
2018 Dec 07
2
efi config hang
.../SYSLX64.CFG start ###
> > >
> > > # Note that there is no "splash.png" background
> > >
> > > # This is a command
> > > UI vesamenu.c32
> > >
> > > # The DEFAULT should rather be a label, not a command
> > > DEFAULT vesamenulabel
> > >
> > > # If we have an active ("uncommented") UI directive,
> > > # then the PROMPT directive makes no diff.
> > > # This command is here anyway, in purpose.
> > > PROMPT 1
> > >
> > > # Let's try to clear the screen...