You are not logged in.
Pages: 1
I'm trying to modify the syslinux setup in a customer archiso I'm creating.
I tried following the instructions here:
https://wiki.archlinux.org/index.php/sy … oot_prompt
but adding
PROMPT 1
TIMEOUT 15
to syslinux.cfg does absolutely nothing.
I tried changing PROMPT 1 to PROMPT 0. Lots of googling is giving me lots of confusing options.
Offline
hi,
has anybody got an idea about this ?
I changed syslinux/syslinux.cfg whith no effects
and work/x86_64/airootfs/boot/syslinux/syslinux.cfg with the same no go.
I've removed work/* each time.
what else do you want to know ?
edit: btw, does anybody succeed to add a timeout ?
Last edited by N_BaH (2019-02-10 19:29:01)
Offline
Try to add the params into archiso_head.cfg.
~/Projects/isobuild/livecd ➭ ll syslinux
total 72K
-rw-r--r-- 1 debug debug 195 Mar 21 15:48 archiso.cfg
-rw-r--r-- 1 debug debug 809 Mar 21 15:48 archiso_head.cfg
-rw-r--r-- 1 debug debug 1.3K Mar 21 15:48 archiso_pxe.cfg
-rw-r--r-- 1 debug debug 418 Mar 21 15:48 archiso_sys.cfg
-rw-r--r-- 1 debug debug 615 Mar 21 15:48 archiso_tail.cfg
-rw-r--r-- 1 debug debug 45K Mar 21 15:48 splash.png
-rw-r--r-- 1 debug debug 74 Mar 21 15:48 syslinux.cfg
Thanks for sharing.
Offline
releng/efiboot/loader/loader.conf -> timeout 15?
I don't remember setting prompt anywhere, though...
Offline
setting TIMEOUT in archiso_head.cfg did it.
thank you.
it seems that both files have to be configure to honor timeout be it in BIOS (archiso_head.cfg) or in UEFI (efiboot/loader/loader.conf).
Last edited by N_BaH (2019-03-26 02:15:13)
Offline
I tried changing PROMPT 1 to PROMPT 0. Lots of googling is giving me lots of confusing options.
I didn't remember setting PROMPT indeed, so I looked up why that was again.
You're using the default 'releng' files in it you see:
UI boot/syslinux/vesamenu.c32
I f you use that line, PROMPT is overridden.
Offline
Pages: 1