Displaying 20 results from an estimated 8000 matches similar to: "menu broken if default 'append' option specified"
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
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
> ? ???
2017 Sep 24
3
Fallback to second menu entry, ONERROR looping forever
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 syslinux?
default menu.c32
prompt 0
MENU HIDDEN
MENU AUTOBOOT
TIMEOUT 2
ONERROR live-generic
label grub
??? menu label ^Grub
??? menu default
2014 Mar 23
2
global append changes since version 5
In Syslinux 5-6.02, the "global append" directive is being
(unintentionally) ignored in some cases.
Updating Syslinux from prior versions, when using a "global append"
directive, will cause unexpected results.
For example, take the following simple configuration file:
***
DEFAULT mykernel
APPEND root=/dev/sda2
***
Note that the 'append' line is a global
2018 Nov 30
2
fixing debian's hd-media image
On Fri, Nov 30, 2018 at 9:56 AM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
> @Carl,
>
> I have a proposal for you here (in the Syslinux mailing list): let's
> first find out _what_ exactly is required in order to boot in UEFI
> mode, and then you can take the info downstream. Whether "downstream"
> means your own personal customized boot.img, or
2009 May 22
2
pxelinux.bin (3.80) hanging at the beginning of menu.c32 TFTP transfer
Hi,
Using syslinux 3.80, I'm seeing pxelinux.bin hanging after the
(succesfull) transfer of the default file.
Running a lan trace, it appears that all goes fine until the time
pxelinux sends a TFTP RRQ for menu.c32 to the TFTP server, gets the
first data packet back, and apparently freezes at this point.
The TFTP server then times out and retries (3 times) then finally
sends an error packet
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
2014 Dec 04
3
vesamenu back to text before booting
> On Thu, 4 Dec 2014, Ady wrote:
>
> > Perhaps there should be a new MENU-type directive, so to force the
> > screen to text mode (as opposed to leaving it in graphics mode for as
> > long as it can be)? Perhaps this could also be useful when exiting a
> > vesamenu to Syslinux CLI?
>
> Yes, please. To make this dependent *only* on the configuration of
>
2019 Apr 15
4
EFI32, EFI64 on one disk
Hello,
i would like create a bootdisk , that can be boot from Old BIOS, EFI32 and EFI64.
But for EFI Boot there is only one directory /EFI/BOOT/
In this directory I can copy BOOTia32.EFI and BOOTx64.EFI.
But the *.c32 files for EFI32 & EFI64 , I can install to this directory at the same time.
Is there a way to load the *.c32 from different directory ?
Or is there a other solution ?
2018 Nov 30
2
fixing debian's hd-media image
On Sat, Nov 17, 2018 at 1:54 AM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
>
> > On Thu, Nov 15, 2018 at 1:10 PM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
> > >
> > > Here are some comments and questions for you.
> > >
> >
> > Thanks.
> >
> > I've have my scripts to a better state, including
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
2004 Apr 13
2
Don't allow users to append additional kernel cmdline args
Hi,
I'm successfully using PXELINUX for booting several flavors of Linux
using the LABEL/APPEND syntax in the config file. But I don't want to
allow the users to append additional kernel command line arguments
like "init=/bin/sh". Scanning the docs and the mailing list archive I
could not figure out how to do this. Can anyone give me a hint?
Thanks, Thomas
2017 Oct 04
1
Help with PXE "Out of Memory" error?
On Wed, Oct 4, 2017 at 11:10 AM, Ady Ady via Syslinux
<syslinux at zytor.com> wrote:
> FWIW, the _need_ to use linux.c32 is becoming more common (in the sense
> that other loading methods are not always capable of loading
> newer/current kernels+initrams+additional_files, considering their
> sizes). Unfortunately, only a minority of users seem to be aware of
> Syslinux's
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
2008 Aug 30
1
booting w98 bootdisk via memdisk
Hallo,
I try to boot the windows 98 bootdisk via memdisk. It doesn't work
completely.
Booting a freedos FD image works, booting the windows 98 image works
too.
But the windows 98 boot disk then should extract the file "ebd.cab" with
the file "extract.com", and that step fails.
Is that a syslinux problem or a windows problem?
Viele Gruesse!
Helmut
2019 May 21
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
Hello,
I am using lpxelinux.0 (latest stable version 6.03, using the official binaries
from kernel.org) to kickstart servers as http transfers really helps over links
with poor latencies... These servers are being booted in legacy mode,
not in UEFI.
This has worked very well until recently. Starting with RHEL 7.5, on
some servers, we would see the machine rebooting while pxelinux is in the
2014 Jul 11
2
Avoid returning to menu if boot error happened
Hi
I have a weird early boot bug that most likely happens because of
interaction between syslinux (6.03pre18), btrfs and initram generated
by Linux Arch installer.
For some reason boot fails. Syslinux prints some information and
returns back to the menu. Unfortunately it clears all the messages
from screen. I really want to know what boot process prints there.
Looking at
2014 Mar 19
2
Checking CRC (of bzImage) before loading
On 03/19/2014 01:30 PM, Gene Cumm wrote:
> On Wed, Mar 19, 2014 at 4:16 PM, Mau Z <zmau1962 at gmail.com> wrote:
>> Hi,
>>
>> I am wondering how to implement the following customer's requirement :
>> The system is a stand alone embedded system with no operator (with Linux).
>> There is one SSD for the system's usage (and that is where the system loads
2009 Aug 17
1
[menu] Bug: 'cm' is used before it is initialized
Hi,
I'm seeing a problem on my system where the PXELINUX (and also the ISOLINUX) keep on prompting me the "Initial menu has no LABEL
entries!" message, when vesamenu.c32 or menu.c32 is executed.
After some investigation, I found that the global cm used in menu_main before it is initialized, and hence it carries a NULL value. I manage to get my system to display the menu after I
2007 Sep 02
2
submenu using vesamenu.c32 and menu.c32
Hello everyone
I'm new to using menu.c32 and vesamenu.c32. I have used the original
method of using pxelinux menus. I've read the wiki page and it speaks of
being able to create submenus by making one of my menu options reference
to (vesa)menu.c32 as the kernel and append the config file. I'm not sure
I'm doing it correctly it was a little over simplified. Any help would
be