similar to: Fallback to second menu entry, ONERROR looping forever

Displaying 20 results from an estimated 3000 matches similar to: "Fallback to second menu entry, ONERROR looping forever"

2017 Sep 27
0
Fallback to second menu entry, ONERROR looping forever
On Sun, Sep 24, 2017 at 4:44 PM, Kristian Klausen via Syslinux <syslinux at zytor.com> wrote: > Hello > > I want to fallback to a second boot entry, if the kernel is missing for > the first entry. > > So I through I could use ONERROR, but syslinux just continue to try > starting the first entry. > > Am I doing something wrong? or can't this be done with
2017 Sep 27
0
Fallback to second menu entry, ONERROR looping Syslinux Digest, Vol 174, Issue 3
Hi! I think thats the whole point with ONERROR. We use it in PXELINUX with a reload label. So we can reload pxelinux (ONERROR) if someone types something wrong ?intall? instead of ?install?. ? Torgeir Sendt fra min iPhone 25. sep. 2017 kl. 21:03 skrev "syslinux-request at zytor.com<mailto:syslinux-request at zytor.com>" <syslinux-request at
2007 Jan 16
1
ONERROR not triggered in PXELINUX 3.31 when ramdisk missing
Hello, I tested some things, and found the following: when the kernel image file is present, but the initrd image is not, ONERROR is not called, and PXELINUX stays in the prompt forever ... Other error scenarios tested okay, a down/unresponding TFTP server can lead to 15-20 minutes delay until all tried filenames timeout out ... Just to let you know :) Andreas -- "The problem is not
2008 Apr 22
5
which should I use: TIMEOUT, ONTIMEOUT, or ONERROR ?
Hi. I'm trying to get around the problem of an overloaded tftp server causing a pxelinux client hanging at the boot: prompt, waiting for input (no one will input anything to it). The server is OK enough to give the pxebootloader but not the config file, as in this thread: http://syslinux.zytor.com/archives/2004-June/003662.html So, in that case, I guess setting TIMEOUT to some
2005 Jan 19
4
How to replace slashes with back slashes
Dear R-helpers I am running R2.0.0 under Windows 2000. I am compiling a number of file paths into a simple text file that will be read by some other software we use. Unfortunately, it can only handle file paths with back slashes (MS Windows convention), and from R, I get file paths with forward slashes. The following didn't work. > gsub('/', '\\',
2013 Mar 27
1
[PATCH] Fix support for Linux kernel images with no protected mode code
Some kernel images use the Linux kernel boot protocol and header structure, but do not actually have any protected-mode code. For instance, grub's 1024-byte lnxboot.img consists of 1024 real-mode bytes and 0 protected-mode bytes; you can concatenate it with a full grub core.img to produce a self-contained bootable kernel, but you can also use it standalone as the kernel with the core.img
2013 Jun 25
8
Syslinux 6.00 released
On Tue, 25 Jun, at 01:09:47PM, H. Peter Anvin wrote: > Not really... let's just document "make bios". There's preliminary documentation in doc/building.txt. -- Matt Fleming, Intel Open Source Technology Center
2005 Apr 13
2
Combine univariate time series
Hallo everyone I have two univariate time series (class ts) describing the same variable. They have the same resolution, but span different periods in time with a big gap in between. I need to append one to the other such that they are one object, with the gap filled with NAs. The method ts.union produces a multivariate time series where the time axis is correct, but the individual time series
2004 May 14
2
ONTIMEOUT and menu
Maybe I missed something here. What I want to happen is PXE boot on a timeout will boot to the hard drive. But, what happens is my comboot menu, which is default, loads right away and the ontimeout only happens when I escape out of the menu. My pxelinux.cfg/default: default menu timeout 100 ontimeout localboot # The Main Menu label menu kernel mainmenu.com append keeppxe #
2005 Jun 01
1
compil error on x86_64, when IA32_EMULATION [=y]
using the xen-unstable from laste night Symbol: IA32_EMULATION [=y] │ Prompt: IA32 Emulation │ Defined at arch/xen/x86_64/Kconfig:409 │ Depends on: XEN_X86_64 │ Location: │ -> X86_64 processor configuration │ -> Executable file formats / Emulations Compil error: CC arch/xen/x86_64/kernel/time.o LD arch/xen/x86_64/kernel/built-in.o CC
2012 Nov 22
1
Syslinux Digest, Vol 116, Issue 20
Hi! We use Windows tftp-servers (so I dont think switching now would be an alternative). But I can try to suggest it. More specific, vendor id of the mac address, is what I want to be able to "choose" (if match) which bootmenu to display. Like all broadcom NICs we have would boot the undionly.kpxe "menu!! (I am having some trouble with broadcom (PCI fiber) and iPXE :) And the
2011 Jan 20
5
fetch passwords from AD and group membership from /etc/group
Hi List, I want to use Active Directory for my samba users passwords and /etc/group for storing group membership. /etc/nsswitch.conf looks like: group: file Problem: the tests i ran show that the samba server does not know about group membership (deleting file from other user belonging to the same group fails). The same test works as expectet when winbindd is switched off. What do i have to
2015 Feb 08
2
regression: relocatable kernels on a chromebook
On Sat, 7 Feb 2015, Ady via Syslinux wrote: > Thank you for this meaningful report. Ideally, I would suggest > performing a similar test (at least with the same kernel built with all > the above "config_*=y" settings) with official pre-built Syslinux > versions 4.07 and 3.86 (remembering that all Syslinux-related files, > including c32 modules, if being used, shall
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing
2019 Apr 22
1
Bug/limitation: allowoptions (for label), implicit (for automated)
Hello, At the boot prompt ALLOWOPTIONS 0 is only applied to implicit kernels and not to labels. For configuration which want to allow selection, but prevent customization of the kernel command line, this behaviour is bad. Also the IMPLICIT 0 is applied to both the boot prompt and configuration setting (like DEFAULT); but one could argue that only the command supplied at the prompt make sense to
2013 Feb 12
2
suggestions for global APPEND consistency
Hello Syslinux Team, I have some suggestions / requests regarding global APPEND commands. These would make the behavior more consistent and more useful for practical cases. 1_ Add some functionality equivalent to "APPEND -" to the command prompt. 2_ Activate the functionality of ONERROR from [vesa]menu.c32 too. Currently, ONERROR only works from the command prompt. 3_ Add a new
2023 Nov 20
4
Online Backup failed....
Hey, dir exisit.... root at dc01:/autofs/backup# ls -la /autofs/backup/linux/samba_dom/backup.tgz/ insgesamt 12484 drwxr-xr-x 4 root root 4096 20. Nov 14:02 . drwxr-xr-x 3 root root 4096 20. Nov 14:00 .. -rw-r--r-- 1 root root 12765535 20. Nov 14:03 samba-backup-samba.laurenz.ws-2023-11-20T14-02-51.306281.tar.bz2 drwx------ 2 root root 4096 20. Nov 14:00 tmpdz6serc_ drwx------ 7 root
2015 Feb 09
1
regression: relocatable kernels on a chromebook
On Sun, 8 Feb 2015, Ady wrote: ... > There have been discussions and/or reports somewhat related to this > matter during 2013 (Mar-Dec), and reports about failing to boot some > kernels with Syslinux 6.03 (2014Q4). > > The topics involved: > > _ Kernels with no protected-mode code (e.g. grub's kernel lnxboot.img > initrd=core.img) > _ bzImage and zImage files
2007 Apr 04
3
Ajax.Updater -- returning failure from a php script
If I give Ajax.Updater a first arg like{ success: ''replies'', failure: ''errors''}, how do I return an error from a php script so the message goes in ''errors'' rather than ''replies''? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2015 Feb 08
0
regression: relocatable kernels on a chromebook
> On Sat, 7 Feb 2015, Ady via Syslinux wrote: > > Thank you for this meaningful report. Ideally, I would suggest > > performing a similar test (at least with the same kernel built with all > > the above "config_*=y" settings) with official pre-built Syslinux > > versions 4.07 and 3.86 (remembering that all Syslinux-related files, > > including c32