Displaying 20 results from an estimated 20000 matches similar to: "where is the latest git source"
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
2014 Jan 16
2
vesamenu fullscreen efi boot
When I boot to efi my splash screen is tiled, how do I make it not
tile? Optimally I'd like it to expand the image to the size of the
screen, is that possible?
2019 Mar 21
2
does git head work?
I just idly git cloned head and roughly compiled it on a stock ubuntu 18 box.
Using the generated pxelinux.0 and ldlinux.c32, I see
"Failed to load ldlinux.c32"
If I replace those files with the ones out of the ubuntu installer, I get
the prompt (i.e., ldlinux.c32 is loaded).
Is head known to have issues, or is there a way of building broken binaries?
Cheers,
Patrick
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:
2014 Sep 06
2
keystrokes
> Ady <ady-sf at hotmail.com> writes:
>
> >> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
> >>
> >>> What actions are _supposed_ to be triggered by each of:
> >>>
> >>> [Ctrl-J]
> >>> [Ctrl-M]
> >>>
> >>> in the Syslinux command line in version 6.03-pre20?
>
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
2019 Mar 21
1
does git head work?
On Thu, Mar 21, 2019 at 04:26:19PM +0000, Patrick Welche via Syslinux wrote:
> On Thu, Mar 21, 2019 at 04:15:48PM +0000, Patrick Welche via Syslinux wrote:
> > I just idly git cloned head and roughly compiled it on a stock ubuntu 18 box.
> > Using the generated pxelinux.0 and ldlinux.c32, I see
> >
> > "Failed to load ldlinux.c32"
> >
> > If I
2004 Aug 19
2
ipappend on command line
Is there a way to use IPAPPEND 1 on the pxelinux command line.
I want to be able to pass the whole command line in my menu files
and not use the config file.
Thanks
Aaron
2011 Apr 01
1
[GIT PULL] elflink ldlinux
The following changes since commit 8c576f1fe03e34879921311f46613a35c6530000:
Merge remote-tracking branch 'mfleming/for-hpa/elflink/fix-compiler-warnings' into elflink (2011-03-16 12:53:58 -0700)
are available in the git repository at:
git://git.zytor.com/users/mfleming/syslinux.git for-hpa/elflink/ldlinux
Matt Fleming (1):
ldlinux: Perform auto-boot if NOESCAPE set in config
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
2014 Jan 03
2
chain.c32 Insane primary (MBR) partition
The following boot entries:
#
COM32 chain.c32
APPEND fs ntldr=/bootmgr
#
or:
#
COM32 chain.c32
APPEND hd0,1 ntldr=/bootmgr
#
might result in the following error:
#
Insane primary (MBR) partition.
Can't find myself on the drive I booted from.
#
when using chain.c32 v4.07.
I have seen similar error reports when using chain.c32 v4.06 too.
It works correctly with chain.c32 v4.05, even when
2014 Mar 11
2
Very slow download with pxelinux > 4.07 on specific hardware
Le 11/03/2014 00:56, Gene Cumm a ?crit :
> On Mon, Mar 10, 2014 at 7:55 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> On Mon, Mar 10, 2014 at 7:15 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>>> On Mon, Mar 10, 2014 at 6:52 PM, Schlomo Schapiro <schlomo at schapiro.org> wrote:
>>>> Hi,
>>>>
>>>> On 10 March 2014 18:13,
2014 Sep 06
0
keystrokes
Ady <ady-sf at hotmail.com> writes:
>> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
>>
>>> What actions are _supposed_ to be triggered by each of:
>>>
>>> [Ctrl-J]
>>> [Ctrl-M]
>>>
>>> in the Syslinux command line in version 6.03-pre20?
>>
>> They should do nothing special but
2009 Feb 23
4
Gcc error during make depend/make of latest Git-Wine source.
I'm on Linux Mint Fluxbox CE 5 trying to compile the latest Git source. I previously had Wine 1.0 something from the Synaptic repos, and wanted bleeding edge so I did
Code:
$ aptitude remove wine
and then followed the Wine + Git instructions. After the repo was cloned I ran ./configure, installed a couple dependencies and libfreetype-dev, and the config script then ran fine. Then I
2013 Jul 20
2
[PATCH][git-pull] UNDIIF packet header debug
The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52:
Matt Fleming (1):
Merge branch 'dynamic-debug' into elflink
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-undi-debug-for-mfleming
Gene Cumm (5):
lwip: undiif: Fix debug options to unique *_DEBUG macros
lwip: Allow LWIP_PLATFORM_* output to use
2013 Jun 26
2
[PATCH][git] IPAPPEND: standardize and document
The following changes since commit 4ff8fcac8e7b5046987dee15592ab510ab343aa8:
Matt Fleming (1):
Merge branch 'menu-ipappend-1-for-mfleming' of
git://github.com/geneC/syslinux into elflink
are available in the git repository at:
git://github.com/geneC/syslinux.git ipappend-fix-for-mfleming
Gene Cumm (2):
core & menu: fix IPAPPEND/SYSAPPEND conversion
doc/ &
2004 Jun 09
3
ipappend and dos
I'm using ipappend and getargs.com with a dos boot image to
get the environment variables for the IP and MAC. The format
of the %ip% environment variable is
ip=<client-ip>:<boot-server-ip>:<gw-ip>:<netmask>
Is there a way to tell ipappend to assign these to individual arguments.
Or does anyone know a good way to parse each of these to individual variables in dos.
What
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.
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
#
2014 Sep 06
0
keystrokes
Ady <ady-sf at hotmail.com> writes:
>> Ady <ady-sf at hotmail.com> writes:
>>
>>>> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
>>>>
>>>>> What actions are _supposed_ to be triggered by each of:
>>>>>
>>>>> [Ctrl-J]
>>>>> [Ctrl-M]
>>>>>