Displaying 20 results from an estimated 400 matches similar to: "vesamenu samples?"
2007 Jan 25
4
vesamenu.c32 and cat.c32
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have done some additional testing, and gotten it a bit close to what I was
looking for. I had to modify the cat.c to eliminate the printing of the
arguments and file name, and added a Press Enter to return menu line.
With the below isolinux.cfg the options do display the files, and pressing
enter than returns to the vesamenu.
DEFAULT
2006 Jan 09
2
Question on Kernel boot options
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a project that uses syslinux to load the kernels from the CD to create
disk and/or partition images. The process works great, but as I have been
building newer kernel images with new disk and nic drivers, I have had users
run into problems.
Example: one users machine would fail at hotplug detection, creating a
kernel with this feature off
2007 Dec 24
1
Question on menu/Makefile
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Was just working with the latest 3.54, and find that the Makefile in the menu
directory didn't work until I added the /include/syslinux to the file.
< CFLAGS = $(M32) -mregparm=3 -DREGPARM=3 -W -Wall -
march=i386 -Os -fomit-frame-pointer -I$(LUDIR)/include -
I$(COM32DIR)/include -I$(COM32DIR)/include/syslinux -Ilibmenu -
D__COM32__
-
2005 Nov 14
1
loading any size image file, why?
using winimage, create a custom image size using [b]total number of
sectors[/b], any size, unsure of max
change [b]boot sector properties[/b] to [b]win 95/98[/b]
and save the file to the isolinux directory as floppy.ima
then using isolinux.cfg file add this
default 1
prompt 1
label 1
2006 Nov 20
0
Problem with mixing regular kernels and 2.6.19 git kernels.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a boot cd with multiple kernels to support various hardware, and was
recently adding the latest 2.6.19 git kernels. When I started with the git
kernels, it would boot, but could not mount the / root file system since the
block size was only 1024, and needed 4096. I found that changing the
mke2fs command with the -b 4096 option made this
2005 Sep 28
3
A Couple Of Issues (APOP Causes Auth SIGSEGV, Umask Setting Ineffective)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm very happy with Dovecot and wish the best for its continued
development. It's a true testament to brilliant componentised design and
Unix philosophy. Configuration made easy because of the way the file is
parsed and a single point of startup make it ridiculously straightforward
(and lovely) to administer. But of course, we all
2007 Dec 14
8
KEEPPXE/DOS
First off I love syslinux and it has worked flawless for us on the unix side of the realm.
We're trying to use our ghost images within a dos netboot using syslinux. Unfortunatly we can only pass DHCP ip's to hosts that exhibit a vendor code 'like windows/pxe/and other os's do". Unfortunatly DOS does not, so we cannot request a second IP after the pxe process to map samba
2008 Mar 10
3
question about dovecot imap outlook clients
Hello,
Well... thanks to the input of all of you I have my dovecot->ldap
connection working for almost all of my clients, however...
on outlook, a message for certificates being trusted comes up, the user
clicks yes and connection fails.
Questions:
Do I have to get an ssl certificate to make it work? ( cost ouch!)
Is there a way around this using my own self-signed certificates?
Is there
2001 Nov 22
3
Is this slowness normal?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have installed wine 20010629 from codeweavers (this seems to be the
latest version available from there).
Running on a 700MHz Linux box, with gnome as the desktop manager and icewm
as the window manager.
If I run the (in)famous SOL.EXE, it takes 53 seconds before the program
appears on the desktop. All the other programs I've tried seem to
1998 Oct 07
5
Server disappears from Network Neighborhood
>From time to time someone will comment in this list that their Samba
server has disappeared from the list of hosts in Network Neighborhood.
Browsing the list archive has yet to turn up any good explanation of this
phenomenon.
I think I have a clue. This morning my server disappeared again. When I
checked the process list on the server I noticed that nmbd had been
swapped out to disk. The
2018 May 25
1
Clone a custom CentOS 7 desktop using G4L over FTP
Hi,
A couple months ago, I migrated our local school (two servers, 20
desktop clients) from Slackware 14.1 to CentOS 7. The desktop clients
are running a customized lightweight desktop based on Xfce:
https://blog.microlinux.fr/poste-de-travail-xfce-centos-7/
Home directories are all on the server, and authentication is
centralized. Everything works fine so far.
With Slackware I had found a
2005 Nov 11
2
g4l and centos
Has anyone used g4l (ghost for linux) with centos 4.2 or 4.X?
I just tried it with RAW mode, it made the image on my
ftp server, I then tried to restore it, seemed like it went ok,
tried to reboot and it starts up looks like it is going to work
but then something is not right? I am not even sure how to explain
what is not right.
can you share your steps.
Thanks,
Jerry
-------------- next
2006 Jun 30
2
Boot into operating system after PXE boot
Hi all,
I would like to check with you all if the following is possible:
I'd like to combine G4L (Ghost clone) with PXE (been done before) but in such a way that an option in LDAP is checked after booting with PXE. If it's set, a certain program is executed with certain parameters (G4L), if not, the PC should continue to boot in it's installed operating system.
Is the latter
2014 Feb 13
4
Linux and HDT looking systems?
I've got a user of my g4l project that is having a system that locks with my
kernels, but also with hdt? The default versions are using the 5.10 version of
syslinux, but build a special setup using 6.02 and it still locks with both the
kernels and the hdt? He was able to get gparted i486 live iso to boot on the
machine, so not clear what the issue might be.
The system is a Fujitsu T734
2007 Dec 13
1
Flushing (Reset) 'last.warning'
Dear members of the mailing list,
I want to fetch warnings() from a series of prop.test calls. I want to
get "none" if no warning is issued, and "warning" if there is a problem.
I have looked (and relooked) at options(warn) and warning(), warnings()
and 'last.warning' but to no avail. I am a biologist, so the "R language
areas" are hard to fully understand.
2008 Jun 05
1
DBAN and vesamenu.c32
I'm integrating DBAN (http://dban.sourceforge.net/) into our PXE boot
menu system (using vesamenu.c32) but it just hangs when I'm using
vesamenu.c32 and confusingly when I revert our menu system to using
vesa.c32 it works ok. I've stripped out any extraneous configuration but
it still seems to have the same problem.
When I use this in pxelinux.cfg it boots into DBAN ok:
default
2009 Sep 02
3
Question about PXE and vesamenu.c32
Hi group,
currently I try do make my own PXE bootscreen. There is one thing i dont like. When I use vesamenu.c32 there is always a table on the screen (I mean the border lines are visible)
Is there any command i have to add to the default file that this border lines are unvisible ?
Thanks in advance
2009 Dec 04
1
vesamenu.c32: Last line of HELP MSG does not appear
This appears to be a bug:
In case the TEXT HELP for a menu entry extends over several lines and
you manually set MENU HELPMSGROW and MENU HELPMSGENDROW, the last line
of the TEXT HELP will not be visible.
Concrete example:
MENU HELPMSGROW 24
MENU HELPMSGENDROW 26
LABEL bug
TEXT HELP
This is the first line, it is visible :D
This is the second line, it is hidden :(
ENDTEXT
MENU LABEL Bug
KERNEL
2007 Oct 18
1
A couple vesamenu.c32 questions
I've recently started the effort of porting my "simple.c" menu system to
use vesamenu.c32 instead. I really like the graphical interface, and
the READMEs have been very helpful.
What I am curious about is whether or not there is an option for adding
entry separators similar to the add_sep(); option which is available in
the "simple.c" menu system? Right now I have set up
2012 Sep 03
0
MENU CLEAR with vesamenu
How does MENU CLEAR work for vesamenu?
I see no difference with and without the "MENU CLEAR" directive in config file.
As soon as I choose from menu, the boot graphics logo is always erased
and screen switches to textmode, regardless of MENU CLEAR. I expected
the screen to stay in graphics mode while kernel and initrd is loading
(while the dots are displayed). Is my expectation wrong? Is