Displaying 20 results from an estimated 900 matches similar to: "pxeboot to runlevel 4"
2004 Dec 29
1
feature requests for 3.01
1. \ at end of lines (in pxelinux.cfg/default, etc) causing/allowing
line-wrap ?
for those of us who prefer 80 column screens, and 1 item per line.
2. label-specific APPEND adds onto global APPEND
( currently replaces it IIUC )
maybe this needs a separate keyword ADDAPPEND
(255 char limit still applies im sure)
3. strip trailing # comments
( I havent verified that it
2005 Feb 25
1
corner cases in 308-pre5, pxelinux.cfg/default, esp w simple menus
the following config-file triggers a couple of odd corner-cases in
3.08-pre5 ;
SERIAL 0 19200
CONSOLE 0
APPEND console=ttyS0,19200n81 root=/dev/hda1
IMPLICIT 0
#DEFAULT sk1
#DEFAULT menu.c32
DEFAULT sk1
PROMPT 0
MENU TITLE Simple Boot Menu
LABEL sk1
KERNEL vmlinuz-2.6.10-sk1
APPEND console=ttyS0,19200n81 root=/dev/nfs
2005 Jan 25
1
SYSLINUX 3.08-pre5
I have released SYSLINUX 3.08-pre5. Sparse files should now work
correctly in extlinux. Symlink support still needs to be added, though.
-hpa
2005 Aug 22
3
Help me with my memory
Okay, now, before 3.10 is finalized... what bug reports am I still
forgetting?
-hpa
2005 Aug 27
3
SYSLINUX 3.11-pre5 -- release candidate -- release on Tuesday
SYSLINUX 3.11-pre5 is hereby a bug fix release candidate. If I don't
receive any problem reports, I will release it as-is on Tuesday, August 30.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
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
2005 May 17
1
chain / memdisk / mboot of memtest86, SBM loader.bin, ISO image
hpa etal,
Im trying to get PIRT running on an SBC which has no CD-ROM drive.
(an 8 MB ISO which demo's RTAI - RealTime Application Interface, on
linux patched with Adeos)
(BTW, PIRT uses isolinux)
anyway, Im trying to use pxelinux to chainload / memdisk / mboot it,
Im having no success. Ive also tried booting memtest86, which I can boot
on my laptop using grub, ie
title memtest
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
2005 Jun 09
1
pxelinux macappend
Greetings all,
Is there currently any mechanism in pxelinux the would send a mac
address of the pxe booted interface through to the linux kernel much
like ipappend can send the ip address?
Kickstarting a system with multiple interfaces can be troublesome.
ksdevice is helpful but only in some circumstances such as forcing eth0,
but that doesn't always work since probe order changes depending
2006 Apr 09
5
Switchroot: mount failed: 22, Kernel panic - not syncing: Attempted tp kill init!
Hi, everybody!
My pxelinux.0/default file is:
LABEL linux
KERNEL vmlinuz-2.6.16
APPEND initrd=initrd-2.6.16.img
root=192.168.4.110:/clients/192.168.4.100/root
When mounting I get:
switchroot: mount failed: 22
Kernel panic - not syncing: Attempted tp kill init!
Before it I get some messages about: Can't find /dev/console.
/clients/192.168.4.100/root/dev was empty. I've copied my
2004 Jun 30
0
problem loading initrd
Hi,
I am trying to load kernel 2.6.6 on a Soekris net4521 from the network
using PXE. I built my initrd with mkinitrd. RedHat nash (while running
linuxrc) hangs after mounting /proc and says "Creating block devices". I
am using the pxelinux.0 from the syslinux-2.10 distribution and the kernel
and initrd were built on redhat 9.0. I built my kernel with BLK_DEV_RAM,
RAMFS, TMPFS,
2004 Sep 08
1
escape char clutter makes prompt unreadable
hey folks,
Im using pxelinux to boot a Soekris box (which works fine to a default
image)
Ive added a bunch of LABEL, KERNEL pairs,
but I cant read the display; Im buried in escape codes.
Ive captured some of it to a typescript file:
it starts out kosher, but goes unreadable rather quickly,
0005520 \r T F T P .
0005540 / \b \r
0005560
*
2005 Apr 07
2
blame-transfer protocol on PXE boot
hpa, etal,
pxelinux works great from a push of the reset button.
machine boots normally.
However, after i issue 'reboot' command, my box fails to find the tftp
server during reboot.
This looks to be happening before pxelinux has any chance to participate,
so it cannot be to blame.
Im seeking corroboration here before I go badgering the bios-provider
here's the relevant
2006 Apr 24
1
E1 testing
Skipped content of type multipart/alternative-------------- next part --------------
Console logs from Asterisk A:
Executing Dial("SIP/test0-5821", "Zap/6/327557670||Tt") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called 6/327557670
-- Zap/6-1 is proceeding passing it to SIP/test0-5821
-- Accepting UNAUTHENTICATED call from 195.66.73.122:
2005 Apr 07
1
timeout
Hi
I dont work much with syslinux and linux. But in my last test with pxelinux I woundert why the timout function is ignored by pxelinux. There is no hint in the documentation or in the web. I've figured out that the timout function doesn't work if the prompt setting is 0.
timout 50
prompt 0
doesn't work
I've tested it in versio 3.07, 3.06 and an "unknown" old
2005 Apr 13
3
PXElinux and configs
I'm just wondering if there is an easy way to do this...
My pxelinux.cfg/default is getting very long... and I'd like to make it
shorter by spliting it up into sections which would load other config
files.
So basically I want to do something like the grub:
"configfile (nd)/other.lst"
Is there an easy way?
--
Cheers
Paul
2005 Jan 10
2
X100P in a soekris 4801
Hi All,
I have a Soekris 4801 running Asterisk and I tried to add a X100P FXO
card only to find that the Soekris will not boot with the card
installed. The LEDs flash for a second and then nothing, it does not
boot. I've tried 2 different X100p cards, both of which work in a
regular desktop system, and still have no luck. I tried a different
Soekris 4801 with no luck. I've also tried a
2003 Dec 30
4
NFS error 101, again
Hi,
I've got another one... NFS error 101 with NFSROOT has been discussed a
lot, and hpa gave an answer to it which appears right. It's ENETUNREACH,
and I suspect my diskless box does not set its IP parameters right.
PXElinux is set up as follows:
label linvdr
kernel kernel-linvdr
append initrd=initrd-linvdr acpi=off root=/dev/nfs \
2006 May 17
3
soekris hadware
Hi group,
i'm brand new and i would like to ask about soekris hardware. I read
along the web but i have some doubts that i think can be solved here.
My question are the following:
1) does the Digium TDM400P fit in the soekris box with a 4801 SBC or a
bigger box is needed? Any suggestions about where to pick up another
box?
2) does the Digium TDM100P (already discontinued) fits fine in a
2005 Mar 14
1
Freeze on boot ?
I try to use a linux on a soekris : http://www.soekris.com/net4801.htm .
This is a tiny PC without screen nor keyboard. So i can use only a RS232
console.
I can find some information on the use of lilo on this card with success (a
modified debian).
I have choose to use a mandrake then the mklivecd script to transforme it
in .iso file (wich make it read only). I have create my own script to