Displaying 20 results from an estimated 400 matches similar to: "Syslinux-5.00-pre11"
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
This pull request contains the XFS filesystem driver for Syslinux.
Due to historical reasons (SGI IRIX's design of disk layouts), the first
sector in the primary AG on XFS filesystems contains the superblock,
which is a problem with BIOSes, since VBRs must be loaded up from the
first sector of the active partition.
Thus, we needed to handle this issue by putting the Syslinux
bootsector
2015 Dec 15
8
[PATCH] xfs: Add support for v3 directories
Besides supporting newer version of xfs file system, this patch also
does some code refactoring and fix completely broken listing and
searching on v2-3 node directories.
Cc: Gene Cumm <gene.cumm at gmail.com>
Cc: H. Peter Anvin <hpa at zytor.com>
Cc: Raphael S. Carvalho <raphael.scarv at gmail.com>
Cc: Ady <ady-sf at hotmail.com>
Signed-off-by: Paulo Alcantara <pcacjr
2015 Jul 18
1
[PATCH 1/2] xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sb
xfs_is_valid_magicnum is not actually a generic function that checks for
magic numbers, instead it checks only for superblock's one.
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>
---
core/fs/xfs/xfs.c | 13 +++++--------
core/fs/xfs/xfs.h | 19 ++++++++++---------
2 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c
index
2013 Nov 19
2
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
Filesystem UUID shows the partition we boot kernel from.
The kernel parameter has format like FSUUID=DA1A-0B2E.
The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
The patch is based on 67aaaeeb228.
Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
---
com32/include/syslinux/sysappend.h | 1 +
core/fs/btrfs/btrfs.c | 3 ++-
core/fs/ext2/ext2.c
2014 May 14
1
Building extlinux (Syslinux 6.03-pre11)
On Tue, May 13, 2014 at 11:52 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> make bios clean
> make bios installer
>
> This should satisfy your goal.
bash$ git clone git://git.zytor.com/syslinux/syslinux.git syslinux-6.03-pre11
bash$ cd syslinux-6.03-pre11
bash$ make bios clean
...
bash$ make bios installer
make -r -C /sources/syslinux-6.03-pre11 -f
2006 Aug 11
0
3.20-pre11 with password management
Hey folks,
I was trying the complex menu from the lastest pxelinux 3.20-pre11. It
did install a password file in the /isolinux/ of my tftpserver.
Then I try to authentificate myself as user3 with as password I've been
tranforming using sha1pass.
When I select login, the screen blink and doesn't ask me anything. I
reslect login, it ask me for a username.
I give user3 and then my
2014 May 13
4
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 4:04 PM, "Ady" <ady-sf at hotmail.com> wrote:
> > On Tue, May 13, 2014 at 7:51 PM, Ady <ady-sf at hotmail.com> wrote:
> > > I wonder why the already built-in binaries are not enough / adequate.
> > I don't believe it can be used as is:
> > bash# file syslinux
> > syslinux: ELF 32-bit LSB executable, Intel 80386, version
2003 Dec 11
0
SYSLINUX 2.08-pre11
I have released SYSLINUX 2.08-pre11. It is the same as 2.08-pre10
except I have added logical partition support to the chainbooting module
(still no partition hiding or anything like that.)
Unfortunately I have no way to test this at the moment, so I thought I'd
release a -pre11 and see if someone was willing to take it for a spin.
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
> On Tue, May 13, 2014 at 7:51 PM, Ady <ady-sf at hotmail.com> wrote:
> >
> > I wonder why the already built-in binaries are not enough / adequate.
> > Or, in other words, I am curious about why do you need to build your
> > own binary files, instead of using the files that are already there
> > in the official archives in kernel.org.
>
> I don't
2005 Aug 18
4
SYSLINUX 3.10-pre11
I have just pushed out SYSLINUX 3.10-pre11. This version hopefully
should fix Curtis' bug (display file garbage) as well as the NOESCAPE
problem. Curtis, Alex and Paul, could you try this version out, please?
-hpa
2005 May 08
1
SYSLINUX 3.08-pre11
This test release includes the Multiboot support from Tim Deegan, and
increases the command line limit to 1023 characters.
This is a 3.08 release candidate, so if you have a chance, please test
it out.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2005 Aug 30
0
SYSLINUX 3.11-pre11 -- release candidate
I ended up implementing the "totaltimeout" command per discussion on the
SYSLINUX mailing list, and adjusted the timeout of the menu system
accordingly. The necessary restructuring really wasn't too painful with
judicious use of longjmp() and subroutines -- basically poor man's
exception handling.
Thus, I have released 3.11-pre11; barring no objections or problems I
will
2004 Dec 10
0
isolinux needing mkisofs (2.12-pre11)
Tried both normal and debug images with Roxio 6 and Nero 6.6. Everything
worked fine. Also tried cdrwin and ran into an interesting issue with it
regarding it's support of image files >8k -- reported it to them.
FYI, tried booting on 2 Intel and 2 Asus planars all reported no info
returned in the spec packet.
David
>Okay, after a bit more research I ended up implementing this
2004 Feb 06
0
SYSLINUX 2.09-pre11
Hi all,
I have released SYSLINUX 2.09-pre11; the only difference is Murali's
latest patches for the menu system, mostly to add the ability to add
separators to the menus.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
Please test it out. Some time over the weekend I'm going to do a sweep
for bug fixes I've forgotten and otherwise I'd like to release 2.09 next
2004 Dec 09
0
2.12-pre11 is release candidate
Hi all,
I have decided to declare 2.12-pre11 a release candidate. I'd
appreciate any and all testing anyone can do on this version. Hopefully
the "2.20" rewrite of the FAT-based SYSLINUX will come not too long
thereafter.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2005 May 18
0
Isolinux freezes loading configuration file - fixed in 3.08-pre11.
Follow up,
While awaiting my initial message to clear the moderator, as my
company's Exchange server tacked on some bogus header, I downloaded
version 3.08-pre11 (vs the 3.07 I was using). This newer version seems
to work correctly.
- Rick
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
On Tue, May 13, 2014 at 7:51 PM, Ady <ady-sf at hotmail.com> wrote:
>
> I wonder why the already built-in binaries are not enough / adequate.
> Or, in other words, I am curious about why do you need to build your
> own binary files, instead of using the files that are already there
> in the official archives in kernel.org.
I don't believe it can be used as is:
bash# file
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
Hi all,
I'm building extlinux on a rather limited linux system (LFS), bios
version (no efi).
Unfortunately, extlinux.txt does not contain any information related
to build procedures and dependencies.
python /sources/syslinux-6.03pre11/com32/cmenu/menugen.py
--input=/sources/syslinux-6.03pre11/com32/cmenu/test2.menu
--output=test2.c
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 5:09 AM, "Alexey Orishko" <alexey.orishko at gmail.com> wrote:
>
> Hi all,
>
> I'm building extlinux on a rather limited linux system (LFS), bios
> version (no efi).
> Unfortunately, extlinux.txt does not contain any information related
> to build procedures and dependencies.
Did you check README or doc/distrib.txt?
> python
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
> On Tue, May 13, 2014 at 11:54 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> > Did you check README or doc/distrib.txt?
>
> I've read all files in doc folder as well as done some google search..
>
> >> What are the dependencies besides python?
> >> Could using python be avoided while building extlinux?
> >
> > Do you plan on having any