search for: menu

Displaying 20 results from an estimated 9409 matches for "menu".

2012 Oct 10
3
Menu system bug - MENU DEFAULT not working
From: Matt Fleming <matt at console-pimps.org> Date sent: Wed, 10 Oct 2012 10:32:07 +0100 Subject: Re: [syslinux] Menu system bug - MENU DEFAULT not working > On Tue, 2012-10-09 at 23:09 +0200, Tomas M wrote: > > > Where xxx is a *different* menu. I count 4. Are you able to reproduce > > > the problem with a simpler config file? > > > > yes, I sent simplified config to this list...
2006 Jan 20
7
Wine and Kaleidagraph
...00000 7fc1f7a0 027f067f 0200: sel=1007 base=7fee2000 limit=00001fff 32-bit rw- Backtrace: =>1 0x7ff0f841 wine_cp_wcstombs+0xb71 in libwine_unicode.so.1 (0x7fc1f7c4) 2 0x7fcd99d1 WideCharToMultiByte+0xe1 in kernel32 (0x7fc1f800) 3 0x7fa82467 in user32 (+0x52467) (0x7fc1f850) 4 0x7fa82636 GetMenuItemInfoA+0x16 in user32 (0x7fc1f860) fixme:dbghelp:sffip_cb NIY on 'C:\SRC\Kg35\ASI_STD\Release\KGASI.pdb' 5 0x7ec9ffbd ASI_AddResFontMenu+0xdfd in kgasi (0x7fc1fb58) 6 0x7eca03d9 DrawMenuBa+0x9 in kgasi (0x7fc1fb60) fixme:dbghelp:sffip_cb NIY on 'C:\SRC\Kg35\KG_US\Release\KGraph.pd...
2008 May 14
6
PWGL in wine, problems
Hello, I'm new on this list. First of all, thank you to all the developers of this great project! At the moment there is only an application that keeps me on both macos and windows, its name is PWGL a free environment for computer assisted composition in openGL. (http://www2.siba.fi/PWGL/) I'm running Ubuntu 8.04 and wine 0.9.59. I have to say that I also installed vcrun2005 and
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...ailable on disk. Volume Serial Number is 404E-16F4 C:\WINDOWS> C:\WINDOWS> mkdir o:\syslinux C:\WINDOWS> cd c:\unzipped\syslinux-4.02\dos C:\Unzipped\syslinux-4.02\DOS> syslinux -d syslinux o: C:\Unzipped\syslinux-4.02DOS> Following is my syslinux.cfg: # DEFAULT vesamenu.c32 default vesamenu.c32 ~ #PROMPT 0 #TIMEOUT 100 #ONTIMEOUT com32/menu.c32 ~ MENU BACKGROUND biohzd.png MENU TITLE Bootable Menu #MENU COLOR element ansi foreground background shadow # see chart below #"foreground" and "background" are color codes in #AARRGGBB # nota...
2002 Nov 18
0
Kazaa
...ment", and the following console output: --------------------------------------------------- fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported fixme:win32:PE_CreateModule Unknown directory 15 ignored err:midi:OSS_MidiInit ioctl on midi info for device 0 failed. err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 er...
2010 Feb 08
4
Gnome wine menu entry gone
Well for a long time now my wine menu entry in gnome has been gone. Most threads I read all say to fine the <deleted> tag in .config/menus/applications.menu but mine doesn't have it.
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
...oot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -o ../Fedora_Custom.iso . Unfortunately when I boot and press enter nothing happens. I don't understand what is going on and I want to know how I can debug this. This is my isolinux.cfg file default vesamenu.c32 timeout 600 display boot.msg # Clear the screen when exiting the menu, instead of leaving the menu displayed. # For vesamenu, this means the graphical background is still displayed without # the menu itself for as long as the screen remains in graphics mode. menu clear menu background splash....
2015 Jun 23
0
[patch] doc/menu.txt MENU RESOLUTION and others
Correct the order of the parameters for MENU RESOLUTION. Update references. Rewording. Typos. diff U3 /syslinux-6.03/doc/menu.txt /syslinux-6.03-next/doc/menu.txt --- /syslinux-6.03/doc/menu.txt Mon Oct 06 19:27:44 2014 +++ /syslinux-6.03-next/doc/menu.txt Wed Jun 24 01:28:49 2015 @@ -5,35 +5,38 @@ +++ THE ADVANCED MENU SYSTEM +++ The ad...
2008 Feb 15
1
vesamenu.c32 + include + CLI woes
...s http://syslinux.zytor.com/archives/2007-June/008673.html After several hours of searching through the list, I am still convinced that his problem was never solved and is very valid. I recently moved from the old syslinux config options model (all labels in 1 default config file) to having a main menu and submenus using vesamenu.c32. The main menu points to all of the submenus and also has a label for localboot. Each submenu has tons of labels that fit the category of the submenu. The problem is that not every user wants to navigate the menu structure to find the label they want to boot, but th...
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello, Long story short, example config: ### cut UI vesamenu.c32 MENU TITLE Multiboot USB MENU BACKGROUND #00000000 MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all MENU COLOR unsel 37;44 #50ffffff #a0000000 std MENU COLOR tabmsg 31;40 #30ffffff #00000000 std MENU BEGIN MENU TITLE System Rescue CD 2.4.1 INCLUDE sysrcd-2.4.1.conf...
2009 Oct 22
2
menu.c32 selection bar visibility on serial console
Hello, I am using a menu with the help of menu.c32 which looks like this on a serial console (HP ILO Virtual Serial Port): +----------------------------------------------------------+ | Main | ------------------------------------------------------...
2019 Apr 26
1
Fix: menu indent for menu entry
Hello, While experimenting with possible menu layout found this issue; the entry for MENU BEGIN doesn't follow MENU INDENT. *Sample config* label - menu disable menu label Distro label rhel menu indent 2 menu label RHEL label cent menu indent 2 menu label Centos label fed menu indent 2 menu label Fedora menu begin menu indent 2 me...
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
On 09/05/2013 01:55 AM, Gene Cumm wrote: > On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski > <piotr.karbowski at gmail.com> wrote: > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with >> 5.01 it will display list of elements, then allow me to choose which one I >> want to enter. >> >> Even if the include part contain a single label + menu label, it will >> display only it with newer syslinux. > > What do the INCLUDEd config files...
2008 Feb 13
1
menu.c32 empty label?
The attached config works, but gives 2 error messages that get covered up by the GUI screen so fast I cannot read them. I think they are probably about having 'LABEL' with nothing after it. I was trying to follow the example in menu.doc but somehow I'm doing it wrong. Please consider helping me figure out how to get the same resulting GUI menu without any error messages. I am using syslinux-3.61 By the way, the pcitest.c32 locks up hard on an IBM xSeries 345; I had to power-cycle the machine. It works on most of my no...
2012 Dec 06
4
problems with isolinux over serial console
Hi, I'm missing something in my isolinux.cfg configuration but I'm not quite sure what it is. menu.c32 displays properly over video console, but on the serial connection, the first letter of the labels are duplicated, and the margin is pushed off towards the right: http://dl.dropbox.com/u/59666947/isolinux.jpg my config is: --- cut --- 1. serial 0 115200 2. console 0 3. 4. menu c...
2009 Apr 08
1
menu module behaviour for menu exit
Hi, I was looking for a way to have a submenu go back to the previous menu when you use Escape inside the submenu. Or to return back to a menu when you return from a com32 entry (eg. kbdmap, hdt or rosh). I had hoped something like this worked: ---- default bootlocal prompt 1 label menu menu hide kernel menu.c32 label bootlocal...
2005 Sep 08
3
timeout and menu passwd in pxelinux
Hi, I am trying the simple menu passswd in syslinux 3.11, and it seems that if I set the timeout option, the menu passwd is ignored. For example: ----------- default menu.c32 timeout 70 prompt 0 noescape 1 MENU MARGIN 5 MENU MASTER PASSWD $4$x$03NXHMe7QS0Ukxlkyh684LkWdqY$ label local MENU DEFAULT # MENU HIDE MENU LABEL Loc...
2002 Sep 13
1
"LockFile not implemented in server" messages on a Samba share
...ard layout was not found! Using closest match instead (Spanish keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. err:menu:MENU_ParseResource not a string item 0101 err:menu:MENU_ParseResource not a string item 0100 err:menu:MENU_ParseResource not a string item 0100 err:menu:MENU_ParseResource not a string item 0100 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0100 er...
2006 Sep 23
5
SYSLINUX 3.31-pre4 is release candidate
I have decided to promote SYSLINUX 3.31-pre4 to release candidate status. If it tests out OK, it will become 3.31 some time next week, probably. -hpa
2009 Jul 15
2
bug or user error - menu.c32 in syslinux-3.62-pre11
Im trying to use newer simple-menu features, and have found that the following config-file (closely based on wiki pxelinux example) - fails for 3.62-pre11, - works for 3.62-pre10 where 'working' is successive reloads such that re-edits of file are seen on next reload and broken is issuing this error: Initial menu has n...