Displaying 20 results from an estimated 1200 matches similar to: "Some behaviors observed in recent versions"
2006 Jan 05
0
ONTIMEOUT LOCALBOOT -1 and menu.c32 -- Solution: "ONTIMEOUT .localboot -1" works!
Hi,
I just found this post:
http://syslinux.zytor.com/archives/2005-September/005814.html
ONTIMEOUT was broken in menu.c32, and you fixed it. But the fix broke support for LABEL references in ONTIMEOUT.
I changed my "ONTIMEOUT local" to "ONTIMEOUT .localboot -1" and it works!
Anoying is that I tried ONTIMEOUT LOCALBOOT -1 before. This failed, but after having a look at the
2012 Jul 23
0
ifmemdsk.c32 in 4.05
Hello HPA,
In the changelog for v.4.05: ifmemdsk.c32 was added, BUT
com32/modules has only ifmemdsk.c , not the final binary, ifmemdsk.c32 .
This is not the only module in such situation, but since it was explicitly added in the v.4.05 changelog...
So, unless there is some reason not to, you should add ifmemdsk.c32 in com32/modules/Makefile .
As of v.4.06-pre10, the issue is still not
2005 Jul 07
0
pxelinux and DISPLAY
Hey,
I just wanted to mention that the same problem still exists for me in
version 3.09, altough the changelog mentions:
Reduce the command line to 511 characters; 1023 caused memory
overflows.
Was this meant to be a solution for this problem, or does this entry of
the changelog apply to another bug?
thx,
marco
>Yesterday Curtis Doty said:
>
>
>
>>I've begun
2012 May 04
3
[GIT PULL] elflink fixes
Peter,
Paulo reported some problems with his config files under ISOLINUX and
PXELINUX - basically TIMEOUT and TOTALTIMEOUT were broken. The patches
I've pushed to the elflink branch fix this and also fix parsing of the
ALLOWOPTIONS config directive.
The following changes since commit d5e02fb16a11bfdbce1e90a39e6cb5f2ad925389:
get_key: Valid key values are positive (2012-04-17 11:25:53
2012 Jul 07
1
pxelinux 5.00-pre6 sub menu not working
Hello
I just tested my pxelinux installation with 5.00-pre6. For the
installation I did first the same steps as I did with 4.05. I
copied the following files out of the archive into my /tftpboot
folder:
syslinux-5.00-pre6/core/pxelinux.0
syslinux-5.00-pre6/com32/menu/menu.c32
syslinux-5.00-pre6/memdisk/memdisk
With only this files, it was not working and I also had to copy
this two
2003 Nov 30
1
bad performance on 2.4.23
hi,
- big and ugly mail. If you don't like them, delete it now :-) -
I have collected and classified some information of:
http://home.earthlink.net/~rwhron/kernel/bigbox.html
And I observed that ext3 performance is worse than previous
kernels(2.4.19...). -ac and -aa are here only as reference.
Complete information is in the upper URL.
dbench: Performance is worse.
dbench (Numbers are in
2006 Aug 31
0
FW: Time out would not boot from local drive
> ONTIMEOUT is meant to be a label
I think that wrong . :)
Actually, I just looked at my config and I have TIMEOUT .localboot -1
-----Original Message-----
From: Ardill, Robert (DTEI)
Sent: Thursday, 31 August 2006 10:05 AM
To: 'Greg_Chu at Wendys.com'
Cc: 'SYSLINUX at zytor.com'
Subject: RE: [syslinux] Time out would not boot from local drive
ONTIMEOUT is meant to be a
2008 Feb 18
1
3.61 and .62-pre10: extlinux compilation problem on Linux 2.4
make[1]: Entering directory `/home/gzp/src/syslinux-3.62-pre10/extlinux'
gcc -Wp,-MT,extlinux.o,-MMD,.extlinux.o.d -W -Wall -Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o
extlinux.o extlinux.c
In file included from /usr/include/linux/vfs.h:4,
from /usr/include/linux/fs.h:14,
from extlinux.c:43:
/usr/include/asm/statfs.h:12:
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
#
2014 Aug 08
0
tinc1.1pre10 for Windows
Hi,
I am a big fan of your project.
Recently, I was trying to upgrade from tinc 1.1pre9 to pre10, and activating
the experimental protocol, but a few things are not working.
First of all, required libraries are missing in the windows installer, e.g.
zlib.dll.
Luckily, I still got them lying around from earlier versions (I don't
remember, where I got them exactly.)
I don't recall
2005 Sep 13
2
Fw: Issue with pxelinux
I've been working with Matt Burgess here on this problem, and have found
the following:
syslinux 3.08-pre10 ? broken
>>> config.inc:max_cmd_len=255
syslinux 3.08-pre11 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.08 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre1 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre2 ? broken
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi,
I am having some problem with LOCALBOOT and menu.c32
This is my isolinux.cfg:
-------------------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs
2008 Jun 13
1
console redirect
Hi All,
I'm trying to get console redirect working with Ultimate Boot CD which uses syslinux. My syslinux.cfg file looks like this:
SERIAL 0
DISPLAY startup.msg
PROMPT 1
TIMEOUT 100
DEFAULT main
#ONTIMEOUT boot
ONTIMEOUT main
LABEL boot
? KERNEL chain.c32
? APPEND hd0
LABEL main
? KERNEL menu.c32
? APPEND /menus/main.cfg text console=tty0 console=ttyS0
?
But I still
2012 Nov 14
1
comments about 5.00pre10
Hi Matt,
First comments about 5.00-pre10.
1_ When using "ctrl+v" in the boot prompt, there is no space
character between the version and the boot mode. Additionally, the
main version number is shown twice.
For example, "SYSLINUX 5.00 5.00-PRE10CHS" should be:
"SYSLINUX 5.00-PRE10 CHS"
2_ Boot to menu.c32, press [ESC] to go to the boot prompt. Pressing
[ESC]
2007 Dec 29
1
another index question
I am hoping for some advice regarding another index problem. The code
below is intended to assign a value of 'V' if values on certain
variables are >= 1, assign a value of 'N' if values on certain
variables are >= 1 on other variables and assign a 'O' if values on
any variable which have a value <= 0.
The outcome of this code is to assign a single
2009 Mar 18
2
Issue with timeout option?
I have a project g4l that uses syslinux and have been working on the next
version. I installed the 3.74 pre5, and it worked just fine. But I was doing a
test, and booted the systems, and usually pick the default kerenel or one of
the other kernels on the CD before it times out with 60 seconds. But this
time, I didn't do that. It loaded the default kernel with no problem, but then
gives
2013 Jul 24
2
Chaining with chain.c32 from syslinux 6.01 error
I just tested 6.02-pre10 version.
?
On physsical machine it is booting ok now,?but chain.c32 result is the same errors :? ERR: Primary partition (in MBR) with invalid offset and/or length.
? ERR: Cant't find myself on the drive I booted from
Adding 'relax' option to chain.c32 invocation resolves the problem.
?
In qemu the boot and chaining works ok (without 'relax' option).
2005 Apr 29
1
SYSLINUX 3.08-pre10, including "bigraw" support
I have released 3.08-pre10, which includes a version of 'raw' support
which should work when the CPU is in big real mode (called 'bigraw',
appropriately enough.)
Note that it will ALWAYS put DS and ES in big mode; there isn't any
really sane way to test if they should be or not.
-hpa
2009 May 21
2
SYSLINUX 3.81-pre10
I have just pushed out Syslinux 3.81-pre10. This fixes some pretty
serious bugs, including the fact that, apparently, isohybrid didn't work
at all in CBIOS mode.
Unfortunately it means that the isohybrid handover protocol has changed,
and so a new isolinux.bin isn't compatible with an old isohybrid or vice
versa (as a result, the magic number has changed.)
-hpa
2013 Jul 24
0
FW: pxelinux 5.x, 6.x memtest problem
On Wed, 24 Jul, at 01:41:49PM, Igor Sverkos wrote:
> Hi,
>
> syslinux-6.02-pre10 works! I'll get my menu.
How about booting memtest with -pre10?
--
Matt Fleming, Intel Open Source Technology Center