Greg_Chu at Wendys.com
2006-Aug-28 16:53 UTC
[syslinux] Time out would not boot from local drive
Hi, please help me to figure out why it does not boot from local drive, I said below ontimeout do localboot 0? Thanks. Greg Below is the default file. DEFAULT menu.c32 PROMPT 0 TIMEOUT 30 ONTIMEOUT LOCALBOOT 0 ALLOWOPTIONS 0 MENU ROWS 2 MENU WIDTH 80 MENU MARGIN 15 MENU PASSWORDMARGIN 20 MENU TIMEOUTROW 20 MENU TITLE Welcome to the Network boot menu LABEL localboot MENU LABEL ^Local Boot (Windows) LOCALBOOT 0 LABEL ghost MENU LABEL Restore images kernel memdisk append initrd=pos1.imz
Greg_Chu at Wendys.com wrote:> Hi, please help me to figure out why it does not boot from local drive, I > said below ontimeout do localboot 0? > Thanks.It needs to point to a label; try "ONTIMEOUT localboot" (the label name is case sensitive!) -hpa
Greg_Chu at Wendys.com
2006-Aug-30 15:32 UTC
[syslinux] Time out would not boot from local drive
Peter, I tried it and still does not work. I used ONTIMEOUT local LABEL local MENU LABEL LOCAL BOOT LOCALBOOT 0 then does not matter I use LOCALBOOT 0 or like another posting suggested .localboot -1 none works. Also, what does the TIMEOUTROW mean? If I want to compile the C program what do you use to get menu.c32 extension? I have MS Visual C++ or what do you use? I may be able to debug the program, what kind of command do you use to get out the PXE so it will boot from local hard drive? I think it is in the source code, I just need to know how to compile it to .32 extension Thanks. Greg "H. Peter Anvin" <hpa at zytor.com> 08/29/2006 07:22 PM To Greg_Chu at wendys.com cc syslinux at zytor.com Subject Re: [syslinux] Time out would not boot from local drive Greg_Chu at Wendys.com wrote:> Hi, please help me to figure out why it does not boot from local drive,I> said below ontimeout do localboot 0? > Thanks.It needs to point to a label; try "ONTIMEOUT localboot" (the label name is case sensitive!) -hpa
Greg_Chu at Wendys.com
2006-Aug-30 18:38 UTC
[syslinux] Time out would not boot from local drive
Peter, I checked menu.c32 in the older versions, version 3.00 works, from 3.01 and forward, all does not work. The only bad thing in 3.00, it would not display how many seconds left before time out. Please check into this and fix it. Thanks. Greg "H. Peter Anvin" <hpa at zytor.com> 08/29/2006 07:22 PM To Greg_Chu at wendys.com cc syslinux at zytor.com Subject Re: [syslinux] Time out would not boot from local drive Greg_Chu at Wendys.com wrote:> Hi, please help me to figure out why it does not boot from local drive,I> said below ontimeout do localboot 0? > Thanks.It needs to point to a label; try "ONTIMEOUT localboot" (the label name is case sensitive!) -hpa
Ardill, Robert (DTEI)
2006-Aug-31 00:34 UTC
[syslinux] Time out would not boot from local drive
ONTIMEOUT is meant to be a label Try using LOCALBOOT -1 instead LOCALBOOT 0 That is what I use as my default. Not sure why it has to be that, but it works for me on 99% of systems. Do you get a PXE exit message when the menu times out? -----Original Message----- From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On Behalf Of Greg_Chu at Wendys.com Sent: Tuesday, 29 August 2006 2:24 AM To: syslinux at zytor.com Subject: [syslinux] Time out would not boot from local drive Hi, please help me to figure out why it does not boot from local drive, I said below ontimeout do localboot 0? Thanks. Greg Below is the default file. DEFAULT menu.c32 PROMPT 0 TIMEOUT 30 ONTIMEOUT LOCALBOOT 0 ALLOWOPTIONS 0 MENU ROWS 2 MENU WIDTH 80 MENU MARGIN 15 MENU PASSWORDMARGIN 20 MENU TIMEOUTROW 20 MENU TITLE Welcome to the Network boot menu LABEL localboot MENU LABEL ^Local Boot (Windows) LOCALBOOT 0 LABEL ghost MENU LABEL Restore images kernel memdisk append initrd=pos1.imz _______________________________________________ SYSLINUX mailing list Submissions to Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Please do not send private replies to mailing list traffic.