Displaying 20 results from an estimated 300 matches similar to: "Slow performance booting USB device with 3.xx version"
2005 Feb 22
1
makebootfat: an utility to create bootable USB disks
Only to inform that I've just released the version 1.2 of makebootfat.
makebootfat is a GPL command line utility able to create bootable USB
disks for Linux and Windows using the FAT filesystem and syslinux.
As far I know it's the most advanced tool available able to make
bootable USB disks.
It's able to autodetect/partition/format/populate the USB disk in a
single step without any
2003 Dec 29
1
Fix for the mem= kernel option
This patch fixes ISOLINUX/SYSLINUX when using the kernel mem= option
with a value greater than the effective memory on the system.
At present, in this condition the kernel doesn't boot correctly.
The default Linux behaviour (verified on 2.4.22) is to ignore this option
if the BIOS reports less memory than the value manually specified.
This patch force the same behaviour for ISOLINUX/SYSLINUX.
2005 Jan 22
0
mkisofs for Windows and 2 GB limitation
I have some users reporting problems creating isolinux bootable DVD
bigger than 2 GB in Windows. The resulting DVD doesn't boot.
I've found this problem also mentioned in some forums, but I wasn't
able to find a mkisofs binary for Windows without this bug.
Please note that this isn't a problem of isolinux. Creating the same
DVD with a recent mkisofs in Linux results in a
2004 Jun 12
0
Possible source problem in 2.10-pre5
Only to signal that in version 2.10-pre5 the "Out of memory, better
reorganize something..." message is commented out.
This is a diff extract from 2.09 to 2.10-pre5 :
diff -u syslinux-2.09/ldlinux.asm syslinux-2.10-pre5/ldlinux.asm
--- syslinux-2.09/ldlinux.asm 2004-04-23 06:14:15.000000000 +0200
+++ syslinux-2.10-pre5/ldlinux.asm 2004-05-30 00:11:23.000000000 +0200
@@
2005 Jan 14
5
Trouble with Syslinux 3.07 and USB-key
Hi,
I've a usb-key that boot regularly on a PC using syslinux 2.09; well,
this PC (a thin-client) at the moment is the only PC that can boot from
USB in my office... and it usually booted oretty well, without any hacks...
After changed to syslinux 3.07, it stopped booting, showing a simple
"BOOT ERROR" message, nothing more...
Reverting to syslinux 2.09, it restarted to work...
2004 Jun 21
1
Syslinux + integrated flash disk
Quick summary: Syslinux stops at "Boot failed". Which, from a quick look at
the raw disk image, seems to indicate that the boot sector loads but it fails
to load the .sys loader.
The details: I've been trying to load Linux (or etherboot...or anything at all
that is not NT embedded) into a set of Compaq Evo T20 48/64 for a while now.
What I finally managed to do is using the
2012 Nov 23
1
Opus RTP/RTSP support
Dear Opus developers.
This is the first time I write here, so hello to everybody!
Sorry to disturb you but I would like to ask you something I could not
answer by googling and by looking at this mailing list archive.
I have just started investigating this new and promising codec for
real-time audio transport over the internet for industrial applications.
I was previously experimenting with RTP
2005 Jan 18
0
Slow performance booting USB device with 3.xx
Andrea Mazzoleni wrote:
> With the new 3.01 and 3.07 version I found a big slowdown booting from
> USB devices.
>
> On my PC it takes more than 2 minutes to load the kernel and the
> initrd filesystem. Compared with the previous behaviour of syslinux
> 2.13 with takes only 10 seconds or little more.
I also noticed what I think is a regression issue for all v3 and greater
2010 Jun 30
2
[PATCH] chain.c32: add menu support to grub loader
Allow the grub loader to (optionally) support using a GRUB menu file.
For example
chain fs grub=stage2,grub.conf
will load GRUB's stage2 and pass the (absolute) path to the file
"grub.conf" in the Syslinux filesystem to GRUB's stage2. The path is
passed to stage2 in GRUB's device/partition syntax (eg, "(hd0,1)/foo").
Note that we don't check whether the
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
So here it is. Ugly and far from acceptable shape but nonetheless it seems to
work. Parts are borrowed from syslinux core and of course the gfxboot patch for
syslinux 3.63.
Syntax: gfxboot.com <bootlogo file>
- Sebastian
--- /dev/null 2007-09-21 23:50:58.000000000 +0200
+++ syslinux-3.73-pre6/modules/gfxboot.asm 2008-11-22 19:01:10.000000000 +0100
@@ -0,0 +1,883 @@
+ absolute 0
2009 Jul 15
0
[PATCH] gfxboot: parse TIMEOUT keyword
Parse the TIMEOUT keyword from the config file and pass it to gfxboot core.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
Index: syslinux-3.82-440-g6483c80/modules/gfxboot.asm
===================================================================
--- syslinux-3.82-440-g6483c80.orig/modules/gfxboot.asm
+++ syslinux-3.82-440-g6483c80/modules/gfxboot.asm
@@ -657,8 +657,7 @@ gfx_input:
2005 May 05
0
USB-Storage after perfect booting
Hello, I'm doing experiments with my unuseful 8MB SMartMedia card on a preety
USB CardReader. This may be is an off topic, but I don't have many friends
that deal with this kind of stuffs.
Everything is fine, I use the media just to load a kernel and an initrd with
some drivers to boot from network (I have a lot of boot ROMS and their sucks)
I tested on a lot of PCs using the Andrea
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
This is the latest version of the gfxboot module. It's supposed to work on
all Syslinux derivatives.
I am not sure about the copyright notice and would appreciate any input.
- Sebastian
Index: syslinux-3.74-pre17-2-g2a9ddec/modules/Makefile
===================================================================
--- syslinux-3.74-pre17-2-g2a9ddec.orig/modules/Makefile
+++
2007 Nov 15
3
3.53-pre5 released - release candidate
Hi all,
I have received a fair number of bug reports over the last few weeks
-- even days -- and I am therefore declaring 3.53-pre5 a release
candidate for a 3.53 bug fix release.
This 3.53 will not contain either of the two major features under
development -- client side state (including boot-once) and gPXE
integration -- since I want to avoid destabilizing the code base beyond
the bug
2009 Apr 30
2
[1/1] [gfxboot] align buffer used to read data from disk to a 512 byte boundary
The COM API provides a function to read from disk (int 22h, AX=07h)
which needs a destination buffer aligned on a 512 byte boundary. gfxboot
uses this function but doesn't ensure its data buffer is properly
aligned. This leads to failures on a few machines (HP Pavillion dv5):
gfxboot:
isolinux: Disk error 09, AX = 424F, drive FE
https://qa.mandriva.com/show_bug.cgi?id=48814 has a bit more
2008 Oct 19
0
Got SIP response 603 "Declined" back from 81.15.xx.xx
Asterisk is behind firewall, I'm able to register with the provider.
Calls are coming IN OK, but when I try to call out I got:
Got SIP response 603 "Declined" back from 81.15.xx.xx
--
#Joseph
2016 Jun 07
0
[Bug 1014] "nft list chain xx yy" list also sets from the table xx
https://bugzilla.netfilter.org/show_bug.cgi?id=1014
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Pablo Neira Ayuso
2006 Oct 19
0
Got reject for frame XX, retransmitting frame XX now, updating n_r!
Hi all,
What does 'Got reject for frame...' message really mean, what could be
causing it, and how should one start troubleshooting it?
Thanks in advance,
Alex
2016 Jun 10
0
About 4.xx and 6.xx. WAS: Making a 6.04
On 01/06/2016 03:24, Ady via Syslinux wrote:> @Didier,
>
> There were several potential fixes and improvements that were never
> back-ported to the "syslinux-4.xx" branch. The very few commits in that
> branch could be added to interested distributions without releasing a
> new official version.
>
> Moreover, there were potential new features / additions that
2016 Jun 11
1
About 4.xx and 6.xx. WAS: Making a 6.04
On Fri, Jun 10, 2016 at 08:00:49PM +0200, Didier Spaier via Syslinux wrote:
>
> Thanks for your answer Ady.
>
> However, I cloned the repo and "git branch" only returns:
> * master
>
> How can I find this "syslinux-4.xx" branch or at least spot the commits
> in that branch more recent than the 4.07 release?
>
> A did a bit of RTFM but am not