Displaying 20 results from an estimated 3000 matches similar to: "Possible typo in syslinux.txt doc"
2005 Oct 10
1
IPAPPEND option?
does the IPAPPEND option still exist?
If so I want clearification on it please.
Out of the syslinux documentation it says the
following.
The flag_val is an OR of the following options:
1: indicates that an option of the following format
should be generated and added to the kernel command
line:
ip=client-ip:boot-server-ip:gw-ip:netmask
... based on the input from the DHCP/BOOTP or PXE
boot
2010 May 31
1
[PATCH] docs: explain the danger of IPAPPEND 1
Signed-off-by: Ferenc Wagner <Ferenc Wagner wferi at niif.hu>
---
doc/syslinux.txt | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 76cae24..0ec2695 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -163,11 +163,10 @@ IPAPPEND flag_val [PXELINUX only]
... based on the input from the DHCP/BOOTP or PXE boot
2010 Jul 02
1
Syslinux 4.01 released
Syslinux 4.01 is a bug fix release for 4.00, but also includes the new
experimental lua interpreter, as well as the ifplop module.
Changes in 4.01:
* ISOLINUX: fix initialization on systems which don't zero
low memory.
* SYSLINUX/EXTLINUX: fix handing of disk read retries in
EDD mode.
* ISOLINUX: change the initialization sequence to avoid
2015 Feb 25
0
Kickstart with multiple eth devices
Thanks for that Jason but it didn't solve the problem. The system is still
coming up with the interfaces shuffled. It seems to *always* want to use
the added ethernet card as eth0.
On Wed, Feb 25, 2015 at 1:37 PM, Jason Warr <jason at warr.net> wrote:
> Starting back in RHEL/Cent 5 I found that the only way to make sure your
> interface enumeration was consistent after install
2007 Nov 07
1
IPAPPEND rewrite kernel argument list question
Hello
Using pxelinux for so long time i don't want to use pxegrub to PXE boot
solaris 10 on x86 .
So i would like to use pxelinux to do this jobs .
I use ipappend and mboot.c32 however i don't success to have the kernel
argument appended with BOOTIF :
here is what i use :
LABEL solaris
MENU DEFAULT
MENU LABEL Solaris Jumpstart
KERNEL mboot.c32
APPEND multiboot kernel/unix
2015 Feb 25
0
Kickstart with multiple eth devices
Ok, so some of this now works, but I'm still having problems. With the
bootif option, the system now correctly configures and uses the same
interface to get its kickstart file. However, when the system is done and
boots up, the interfaces are still messed up. So this is what I have in the
kickstart file:
# On-Board Port 1 with public IP configuration
network --noipv6 --onboot yes --bootproto
2004 Sep 11
0
global APPEND vs initrd= override
folks,
Im finding that using a config like this:
SERIAL 0 19200
#IPAPPEND 2
PROMPT 1
TIMEOUT 100
IMPLICIT 0
APPEND console=ttyS0,19200n81 root=/dev/nfs
nfsaddrs=10.10.10.100:10.10.10.2:10.10.10.2:255.255.255.0:soekris:eth0
nfsroot=10.10.10.2:/nfshost/truck panic=15
LABEL deb268
KERNEL vmlinuz-2.6.8-1-386 initrd=initrd.img-2.6.8-1-386 panic=10
LABEL deb268-ram
KERNEL vmlinuz-2.6.8-1-386
2009 Nov 27
1
[PATCH] doc: fix typos in comboot.txt
Fix some typos in the documentation.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/doc/comboot.txt b/doc/comboot.txt
index f5fefda..b3d8e64 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -553,7 +553,8 @@ AX=000Fh [3.00] Get IPAPPEND strings [PXELINUX]
AX=0010h [3.00] Resolve hostname [PXELINUX]
- Input: ES:BX pointer to null-terminated hostname
+ Input: AX
2004 Jun 09
3
ipappend and dos
I'm using ipappend and getargs.com with a dos boot image to
get the environment variables for the IP and MAC. The format
of the %ip% environment variable is
ip=<client-ip>:<boot-server-ip>:<gw-ip>:<netmask>
Is there a way to tell ipappend to assign these to individual arguments.
Or does anyone know a good way to parse each of these to individual variables in dos.
What
2012 Oct 01
1
help configuring netboot over remote serial terminal
Hi Folks,
I'm trying to install Debian onto a headless server (Supermicro
X8SIE-LN4F motherboard). The on-board IPMI BMC redirects the serial
port to COM3, and I can talk to it just fine over a remote console
connection.
I've been trying to install Debian remotely, and have the DHCP and TFTP
servers working, and things seem to work (at least into the Splash
screen) if I'm using
2006 Nov 23
2
booting Xen hypervisor
Hello,
I'm having trouble PXE booting the Xen hypervisor kernel as follows:
PXELINUX 3.31 0x4518b206 Copyright (C) 1994-2005 H. Peter Anvin
UNDI data segment at: 00094FC0
UNDI data segment size: 4A30
UNDI code segment at: 000999F0
UNDI code segment size: 44E4
PXE entry point found (we hope) at 999F:00D6
My IP address seems to be 0A000063 10.0.0.99
2015 Feb 25
2
Kickstart with multiple eth devices
Starting back in RHEL/Cent 5 I found that the only way to make sure your
interface enumeration was consistent after install with what you had
during install was to create a udev rules file using the mac addresses as
the key. It is easy to run a short script in postinstall to create it
based on how anaconda has seen them.
In order for this to work on Cent 6 you have to set biosdevname=0
2015 Feb 25
0
Kickstart with multiple eth devices
Ok, when I run that, it creates a now "custom" 70-persistent-net.rules, but
the interfaces are still out of order, with the added one listed first, and
the built-ins 2nd and 3rd.
On Wed, Feb 25, 2015 at 2:00 PM, Jason Warr <jason at warr.net> wrote:
> Here is my script for post install if you want to try it.
>
> In order for the shuffling to not occur you do need to
2015 Feb 25
2
Kickstart with multiple eth devices
<overly trimmed>
On 02/25/2015 01:56 PM, Ashley M. Kirchner wrote:
> Ok, so some of this now works, but I'm still having problems. With the
> bootif option, the system now correctly configures and uses the same
> interface to get its kickstart file. However, when the system is done and
> boots up, the interfaces are still messed up. So this is what I have in the
>
2013 Dec 12
0
How to use syslinux(isolinux, etc.) for EFI?
On Wed, Dec 11, 2013 at 9:22 PM, ?? <kun.he at cs2c.com.cn> wrote:
> When we meet UEFI or EFI firmware, lots of linux os release use
> GRUB bootloader. But I wanna use isolinux to boot the installation
> environment and also the linux os installed. Some question puzzled me. Now,
> I look for your help:
>
> 1. I didn't found information about how to use
>
2015 Feb 25
0
Kickstart with multiple eth devices
Out of order meaning, it puts the additional ethernet card as eth0, with
the built-in ports as eth1 and eth2 respectively. WITHOUT the additional
card installed, it puts the built-in ports as eth0 and eth1, which is what
I want it to do. The additional card should be eth2, at least that's what I
want it to do.
Looking at persistent-net.rules, it always puts the additional card first,
both
2015 Feb 25
0
Kickstart with multiple eth devices
Version 6.6 ...
On Wed, Feb 25, 2015 at 1:17 PM, Jim Perrin <jperrin at centos.org> wrote:
> <overly trimmed>
>
> On 02/25/2015 01:56 PM, Ashley M. Kirchner wrote:
> > Ok, so some of this now works, but I'm still having problems. With the
> > bootif option, the system now correctly configures and uses the same
> > interface to get its kickstart file.
2013 Jan 11
2
HP Probook 6570b - Unable to locate configuration file
Hi,
We currently use pxelinux and tftp-hpa for pxe booting new machines and
installing our OS of choice. This has worked great for the past year, and
just about every HP laptop we've tried so far has worked flawlessy, until
now...?
We recently bought a bunch of HP ProBook 6570b laptops but couldn't get them
to work with our pxelinux setup. What we see is that the 6570b stops at
the
2015 Feb 25
2
Kickstart with multiple eth devices
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 23/02/15 08:16 PM, Steven Tardy wrote:
>
>> On Feb 23, 2015, at 6:34 PM, Ashley M. Kirchner
>> <ashley at pcraft.com> wrote:
>>
>> I have a Dell server that has two built-in ethernet devices. When
>> I kickstart the machine, they are correctly identified as eth0
>> and eth1 (correctly meaning they
2005 Jun 08
2
unknown boot options on kernel command line.
changing i386 COMMAND_LINE_SIZE to 1024
attached is a simplistic fix to change kernel's command-line size from
256 to 1024,
tomatch capability in syslinux 3.08.
It seems to work. Is this all there is to it ?
One of the reasons I did this was to figure out what extra options are
appearing, and why.
b4 extending: (the last bit is truncated)
Jun 4 06:31:05 truck kernel: Kernel command