Displaying 20 results from an estimated 11000 matches similar to: "Return to prompt after comboot execution"
2003 May 23
1
menu system
Is there any kind of menu system that will work with syslinux.
I have alot of different installs and utilities that boot from pxe,
The users need an initial menu with submenus to organize and select
these things.
2007 May 25
1
multiple comboot files?
Is there a way for isolinux/syslinux to execute a list of comboot files
immediately at startup, and only once?
I have a bunch of small comboot .com files that I want to batch run immediately,
then after that do a
DISPLAY boot.msg
similar in some ways to an autoexec.bat.
For example:
DEFAULT mycd
APPEND ramdisk_size=100000 init=/etc/init lang=us ....
TIMEOUT 300
ONSTARTUP mybatch <- ???
2007 Dec 12
2
Yikes! FreeBSD samba-3.0.26a_2, 1 is forbidden: "Remote Code Execution...
...Vulnerability - CVE-2007-6015"
http://www.freshports.org/net/samba3/
============================================================================
samba3 3.0.26a_2,1 <http://www.freshports.org/net/>net<http://www.freshports.org/faq.php#watchlistcount> <http://www.freshports.org/search.php?stype=depends_all&method=match&query=net/samba3>=220
FORBIDDEN:
2006 Mar 01
3
Samples files for comboot and default
Hi
Does subject exist?
Is it possible to get MAC address, video card, RAM and the storage of a harddrive by using comboot? And can some one help me?
/Kenneth
2012 Sep 06
1
[PATCH] comboot: add comapi_chainboot to int22_table
This is missing since "shuffler: comboot interface to the new shuffler".
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
core/comboot.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/core/comboot.inc b/core/comboot.inc
index d6f670c..ef69c49 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -950,7 +950,7 @@ int22_table:
dw
2008 Nov 03
1
[PATCH 1/1] COMBOOT: add get config file full name
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add get config full file name to SYSLINUX
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Returns the full configuration file name. Int 22h AX 001Eh for now as
it appears that the COMBOOT API is designed to be strictly sequential.
The API gets extended but only implemented (for now) for SYSLINUX in
ldlinux.asm.
2004 Jan 16
6
Comboot Menu
Since lot of people want this thing, I will try to take a stab at it.
For now, I will hard code the menu in the code, and then somebody else
can remove that restriction. May be we can add some kind of keyword to
the config file which syslinux ignores and the comboot menu does
something with it.
I have one question about comboot: If I write a DOS program using C
(compiled using watcom -3 -mt -osx
2004 Nov 23
2
comboot+PXE stack
Hi,
I need to add an additional feature to Murali's menu system: sending and
receiving UDP datagrams. I have no experiences with writing programs at such a
low level. Therefore, I need some help.
1) How to transfer IP address and other options from PXElinux to comboot?
2) I got PXE specification, ver. 2.1 (sept. 1999); can I follow it safely?
3) Is there an easy interface to use PXE stack
2008 Nov 10
2
[PATCH 1/1] COMBOOT API: Add get current working directory call to most
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add get current working directory call to most
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Adds an API call to obtain the current working directory. EXTLINUX
will not return the correct value yet however SYSLINUX, ISOLINUX, and
PXELINUX will return the correct value. For the moment, EXTLINUX will
ONLY return
2008 Jan 18
3
Comboot Menu System
On the SysLinux page, there is a screenshot of "COMBOOT Menu System for
SYSLINUX developed by Murali Krishnan Ganapathy" (Advanced Menu System).
I was wondering where I might be able to download this menu system in
full to work with? If you dont want to share, I understand, but I am
really intrigued by this and want to learn more, and maybe make my own
design if I can figure it out.
2007 Jun 27
2
LSPCI comboot module
Is there an LSPCI comboot module that someone has written?
Or a linux style boot disk that has:
a KERNEL
b LSPCI
c very small size
d quick boot time
I am currently having to get through a 5 - 7 minute boot cycle with a
fedora setup just to get the lspci output.
Heeeeeeeeeeeeeeelp
Authenticlick, Inc.
5757
2008 Oct 07
2
Gfxboot COMBOOT module
Hello all,
i announce you the gfxboot COMBOOT module which is written in assembler.
Since i didn't find as much spare time as i have hoped last weekend it is
far from complete. Nevertheless the module is able to interact with the
bincode ([1] and [2]) in the bootlogo cpio archive from the openSUSE 10.2
mini cd. So far it is able to call the bincode gfxboot code and setup some
menu entries.
2008 Oct 18
1
COMBOOT/COM32 shell and DIR library functions
For several years now, I've been using Syslinux/Isolinux to load boot
systems and love it. At times, I've messed up making a config file or
forgotten the name of a file on the CD (or USB flash drive) and didn't
want to take the time to load the CD into another machine or boot a
DOS or Linux OS to search. The ability to browse the CD/USB drive
would prove beneficial in these
2010 Jul 27
1
Return from syslinux_local_boot(), syslinux_run_command() and syslinux_boot_linux()
gfxboot uses those three calls, but currently doesn't really handle returns from them.
syslinux_boot_linux (lib/syslinux/load_linux.c) can return ("bail" label).
syslinux_local_boot (lib/syslinux/localboot.c) has a comment which says "returns
only on failure". The documentation for "Local boot" in doc/comboot.txt says "Does
not return". Which is correct?
2009 Mar 01
0
[PATCH 1/3] COMBOOT API: Improve readdir
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Improve readdir. Now returns C struct stat st_mode
compatible data in DX rather than the raw data from a FAT filesystem
or C struct dirent d_mode compatible data.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
If I return something that's compatible with the C struct stat st_mode
member, this can be used for more
2009 Nov 27
1
[PATCH] doc: fix typos in comboot.txt
Fix some typos in the documentation.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/doc/comboot.txt b/doc/comboot.txt
index f5fefda..b3d8e64 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -553,7 +553,8 @@ AX=000Fh [3.00] Get IPAPPEND strings [PXELINUX]
AX=0010h [3.00] Resolve hostname [PXELINUX]
- Input: ES:BX pointer to null-terminated hostname
+ Input: AX
2009 Mar 21
0
[PATCH 1/1] SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call
From: Gene Cumm <gene.cumm at gmail.com>
SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
First, change comboot.inc such that INT 22h AX=0020h (opendir) is
about as simple and similar in behavior to INT 22h AX=0006h
(openfile).
Next, rename the function searchdir to searchdir4any, create a new
function called
2018 Jun 29
7
Sharing Mailbox between users using IMAP
Zitat von Remko Lodder <remko at freebsd.org>:
Hi Remko,
> Emails can only be read if they are authenticated / authorized in
> someway to access the store. That means you might need to share the
> info@ credentials with the other
> people so that they can read it over imap or webmail etc.
That is self-evident and it is not a problem.
I can't understand what you
2014 Nov 07
1
comboot use cases
On Thu, 6 Nov 2014, Geert Stappers wrote:
> > The MirBSD bootloader actually took advantage of COMBOOT to
> > provide access to SYSLINUX storage and other things. It was
> > integrating nicely.
>
> Please tell more about that COMBOOT use case.
Okay.
The BSD kernels are normally loaded by their own BSD-specific
bootloaders (although some other bootloaders can, with
2015 Sep 16
1
How to "Windows Authenticate"
> On 16 Sep 2015, at 19:10, Mark Foley <mfoley at ohprs.org> wrote:
>
> Does the Dovecot NTLM mechanism work with MS Outlook?
>
> [ ] YES
> [ ] NO
>
> Please check one ... anybody.
>
> ?Mark
The URL on the wiki, which had probably been shared before with you;
http://wiki2.dovecot.org/HowTo/ActiveDirectoryNtlm
suggests it does.
The URL quotes:
Step 5.