Displaying 20 results from an estimated 10000 matches similar to: "menu system"
2004 Apr 05
1
Comboot menu crashes when it goes off screen
It works!
Now, is there a way to use this handler multiple times so different
submenus can have different position values.
-Aaron
On Fri, 2 Apr 2004, ganapathy murali krishnan wrote:
> You write your own menupos_handler (like in complex.c) and register the
> handler.
>
> So all you need to do is to copy the code for the menupos_handler from
> complex.c and modify it to suit
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
#
2012 Jul 25
1
submenus and menu title
From
http://www.syslinux.org/wiki/index.php/Comboot/menu.c32
*** QUOTE - BEGIN ***
MENU BEGIN [tagname]
MENU END
Begin/end a submenu. The entries between MENU BEGIN and MENU END form a submenu, which is marked with a > mark on the right hand of the screen. Submenus inherit the properties of their parent menus, but can override them, and can thus have their own
2004 Jan 15
1
Re: pxegrub + memdisk + dos + undi
sorry - i must have overlooked the part where you mentioned that.. my fault.
What software are you looking at ? Altiris maybe ?
I am, ofcourse interested in the option you are looking for.
Please keep this list updated.
Best regards,
Rijk
-----Original Message-----
From: Aaron McSorley [mailto:aaron.mcsorley at amd.com]
Sent: Thursday, January 15, 2004 4:56 PM
To: rbitter at cntnl.jnj.com
Cc:
2003 Nov 26
3
SYSLINUX 2.08-pre5 released
Goodness, how many prereleases has there been in the last week... have
lost count...
Anyway, I have implemented the already-promised chainbooting API, and
have included a sample program to chainboot floppies (it works for
harddisks too, but only for the MBR.)
As a bonus, in the process I actually discovered that booting .bs/.bss
images under SYSLINUX was actually broken... that has been
2004 Feb 03
2
SYSLINUX 2.09-pre5 - Menu Depth "Feature"
HPA,
I believe I've found a possible bug with /menu.
This against the unmodified -pre5 snapshot.
SRC: http://www.survivaldisk.com/menutest.c
COMPILED: http://www.survivaldisk.com/menutest.com
It's easiest explained if you just compile the .c and experience it for
yourself, anyways.
If you have two submenus nested within each other and then call a third menu
it will bring up the
2007 Feb 23
1
Return to prompt after comboot execution
Hello,
Is is possible to run a comboot file before the boot message is displayed
and after its execution, display the boot message and prompt?
Regards,
Remko van der Vossen.
2004 Jan 15
1
Re: pxegrub + memdisk + dos + undi
Hi Aaron,
i know it is not an interactive menu - but in my 'config' file i call
for a textfile to be displayed : DISPLAY menu.txt
that contains all my labels. See the first part of my 'config' :
label 0
LOCALBOOT 0
label 1
KERNEL memdisk/memdisk
APPEND initrd=images/w2k/unatt.ima
label 2
KERNEL memdisk/memdisk
APPEND
2003 Nov 24
5
SYSLINUX 2.08-pre1 released
Working on fixing lower-priority bugs that I didn't want to risk
destabilizing the 2.07 release for:
Changes in 2.08:
* Add "timeoutcmd" to allow timeout to have a different action
than just pressing Enter.
* Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
now works with COMBOOT/COM32 images.
2012 Sep 06
1
Menu system bug - MENU DEFAULT not working
Hello,
I'm reporting a bug, see attached syslinux.cfg
I'm using submenu entries to emulate checkbox inputs.
The idea is simple, there are submenus generated for all possible cases,
and each Enter keypress loads appropriate submenu section.
The logic of the menu is correct. Just syslinux has some bug.
It doesn't set MENU DEFAULT properly for all submenus.
If your first Enter keypress
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
Thanks for the comment. The next pass for a file format ...
------ FILE BEGINS -----
# Comment lines
[menu]
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | whatever
submenu= <number>
data="arbitrary string"
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | RUN | EXIT
submenu=
2004 May 14
1
Boot to floppy
Is there a way to tell pxelinux to boot to floppy.
I need an option in my comboot menu for this.
Thanks
Aaron
2004 May 19
3
pxelinux and http
Hello,
Is there any possibility pxelinux could have the ability to pull its
kernel/ramdisk/disk images/etc via http instead of tftp?
I would really like the ability to pxe boot a machine, have it tftp
pxelinux and its config file. Then, all the files listed in the config
file are pulled via http.
Michael
Disclaimer: The content of this message is my personal opinion only and
although I
2005 Mar 30
1
menu.c32, submenus
I am trying to create submenus, or more specifically a single submenu, using PXELINUX and the menu.c32. I have a tftp share with a basic config:
/ (root of tftp)
pxelinux.0
menu.c32
/diskdiag (dir)
/diskdiag/dskdiag.0
/pxelinux.cfg (dir)
/pxelinux.cfg/default
/pxelinux.cfg/dskdiag
one of the menu items in /pxelinux.cfg/default is as follows:
LABEL DISKDIAG
MENU LABEL [^B] Disk Diagnostics
2003 Apr 09
3
isolinux
Hi,
i visited your homepage http://syslinux.zytor.com/iso.php and tried to find
a downloadable Version of isolinux, but couldnt find it...
I need it for mindi/mondo.
So here is my question: where can I get it?
with best regards
Mario Caspari
Salo Holding AG
Spaldingstrasse 57-59
20097 HAMBURG
fon: +49(040)23916-136
fax: +49(040)23916-228
mail: mariocaspari at salo-ag.de
web: www.salo-ag.de
2003 Feb 13
1
Boot sequence, isolinux then hd MBR
This bootloader is really nice, I'm getting closer to my goal ;)
My CD currently boots the linux kernel with root fs somewhere on
dev/hda, or you can select an initrd-based rescue/recovery partition on
the CD.
I would be more comfortable if I also could "chainload" or in any other
way have "boot of hda MBR" as another option.
Is this possible? How is it set up in
2014 Jan 16
4
vesamenu fullscreen efi boot
This is for a USB boot image where I won't have advance knowledge of
the different screen resolutions it boots on
On Thu, Jan 16, 2014 at 5:15 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Thu, Jan 16, 2014 at 5:46 PM, Aaron McSorley <a at aaronmcsorley.com> wrote:
>> When I boot to efi my splash screen is tiled, how do I make it not
>> tile? Optimally I'd
2005 Dec 22
2
using slidedown and slide up in a multiple level menu
can someone take a look at a menu I am trying to build using slideUp and
slideDown. I finally got it working in IE and now in Firefox, it works
fine on the first level, but not on the submenus. They just slide over the
top of the divs that follow them. Where am I going wong?
http://mod.dreamchasers.com/menutest.php
Thanks!
Chad
_______________________________________________
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
2005 Dec 15
3
menu.c32 - Return from sub-menu
I am new to SYSLINUX/PXELINUX and it is great! Thanks!
Looking around the archives for uses/examples for the simple menu
(menu.c32) for our implementation (DOS boot with networking support for
various NICs), and it occurred to me that I might want to go back to the
main menu if I ended up in the wrong sub-menu. Also would be useful if
one needed to create multiple levels of menus and wanted to