similar to: Patching doc/syslinux.txt, partialy because #647603 on Debian

Displaying 20 results from an estimated 3000 matches similar to: "Patching doc/syslinux.txt, partialy because #647603 on Debian"

2013 Sep 14
2
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
On Sat, Sep 14, 2013 at 04:51:52PM -0400, Gene Cumm wrote: > On Sat, Sep 14, 2013 at 3:20 PM, Regid Ichira <regid23 at nt1.in> wrote: > > > label xp > > com32 chain.c32 > > append hd0 1 ntldr=/ntldr > > > 2. Installed by > > From xp cmd prompt: > > c:\downloadedPrograms\syslinux\syslinux.exe --active \ > >
2013 Mar 17
2
syslinux.exe, on XP, fails to run on a USB stick
I was trying to set up a USB stick with syslinux.exe, on a XP machine. Had the following problems: 1. Tried: 1.1 from XP native cmd shell: E:\>syslinux\syslinux.exe --directory /syslinux --install --force --mbr --active e: 1.2 and a similar command from cygwin. where e: is the USB stick. With cygwin I got a segmentation fault. With XP
2012 Jan 23
1
patch: Shouldn't the synopsis of upsmon.8 mention the -K flag?
--- upsmon.8 2012-01-23 11:52:34.000000000 +0200 +++ upsmon.8.mod 2012-01-23 11:53:27.000000000 +0200 @@ -35,7 +35,7 @@ upsmon \- UPS monitor and shutdown contr .sp \fBupsmon\fR \-c \fIcommand\fR .sp -\fBupsmon\fR [\-D] [\-p] [\-u \fIuser\fR] +\fBupsmon\fR [\-D] [\-K] [\-p] [\-u \fIuser\fR] .SH "DESCRIPTION" .sp \fBupsmon\fR is the client process that is responsible for
2003 Jun 09
1
Suggestion for improving syslinux man page.
I would suggest putting this syslinux web page info near the top of the man page. I was using debian, which has all the linux images being linux.bin. So, to make my own boot disk, I thought I would just copy bzImage to the floppy as linux.bin. Big mistake, if one does that it will not work, and one gets output like: - 0400 AX:0208 BX:0200 CX:0002 DX:0000 etc. Just renaming
2013 Sep 14
4
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
Platform: MS XP 1. cfg file: prompt 1 timeout 150 display /downloadedPrograms/syslinux/syslinux.cfg default xp label xp com32 chain.c32 append hd0 1 ntldr=/ntldr label de com32 chain.c32 append hd0 2 label memtest linux memtest86+.bin label hello com32 hello.c32 2. Installed by >From xp cmd prompt:
2013 Apr 16
1
syslinux.exe: Does -o option not yet implemented?
C:\syslinux>syslinux.exe -o xp c: At least one specified option not yet implemented for this installer. C:\syslinux>syslinux.exe -o xp -d . c: At least one specified option not yet implemented for this installer. syslinux.cfg has a lebel xp statement. Am I doing something wrong? If not, shouldn't http://www.syslinux.org/wiki/index.php/SYSLINUX#NT.2F2K.2FXP get fixed?
2013 Sep 15
1
syslinux.exe, 6.01: --update misunderstanding
syslinux 6.01, on XP cmd prompt: With syslinux.exe --update c: At least one specified option not yet implemented for this installer. it is clear which option is not yet implemented. However, before trying just --update, I did try: syslinux.exe --active --directory /downloadedPrograms/syslinux \ --update --mbr c: (line was edited for presentation purposes) and got
2002 Jun 12
2
Problems with NBP chaining
I've just been playing with PXELINUX 1.74, and I can't get NBP chaining to work. First problem is that the code doesn't appear to recognize .0 files. I could be completely mistaken (x86 assembler isn't my forte) but I think the problem in pxelinux.asm is here: ------------------------------------------------------------------------ .one_step: mov ecx,[di-4]
2014 Dec 05
0
vesamenu back to text before booting
On Thu, Dec 4, 2014 at 11:27 AM, Thorsten Glaser <t.glaser at tarent.de> wrote: > On Thu, 4 Dec 2014, Gene Cumm wrote: > >> Ady has an excellent point. Try the following instead: >> >> LABEL test >> MENU LABEL test >> COM32 pxechn.c32 >> APPEND pxebsd.0 > > Thanks, that works! How do I use that in the generic case? > The
2014 Dec 05
2
vesamenu back to text before booting
On Thu, 2014-12-04 at 21:26 -0500, Gene Cumm wrote: > > Thanks, that works! How do I use that in the generic case? > > The ?pxebsd.0? file can be called as? > > > > ? PXE loader > > ? COMBOOT (16-bit) > > ? DOS .COM > > ? Multiboot (although it switches back to 16-bit mode immediately) > > ? from its own bootsector, if installed on disc (blocklist)
2013 Feb 11
4
[syslinux.exe] Failures to use\install on xp+ntfs
I made several attepmts using the tree of 5.01 2013. My syslinux.cfg file has display /path_to/syslinux.cfg directive. 1. The installation, with a --directory option, was successful. After boot I got syslinux boot prompt. The syslinux.cfg was not displayed. I guess that means the MBR was there, but not the partition boot sector. Then I noticed the thread at
2012 Jan 23
1
[nut-commits] svn commit r3407 - trunk/docs/man
Argh! habits are hard to change. I've fixed the message again on the server, to satisfy the git format... Arnaud -- Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://www.debian.org Free Software Developer - http://arnaud.quette.free.fr/ 2012/1/23 Arnaud Quette <aquette
2004 Feb 03
0
COMBoot questions
Hi folks, I'd like to write a graphical menu for a rescue Linux system I'm currently working on in my spare time. I'm experimenting with VESA for this... but my real questions are: How do I boot a Linux kernel from a COMBoot (.cbt) program ? Supposed I have syslinux.cfg that looks like this: DEFAULT menu LABEL menu KERNEL menu.cbt LABEL linux KERNEL kernel.bzi Do I have to use
2003 Apr 16
1
Image remains too large
Hi, I've read that Syslinux supports bzImage files now, but when I use pxelinux (which I hope also supports it) with a bzImage, I get : COMBOOT image too large What can I do to fix this ? Kind greetings, Wim Godden
2010 Apr 15
1
Having extlinux report the installed vesrion
1) With a running linux system, is there a switch to run extlinux with, ?? and read on the terminal the extlinux.sys version that is ?? installed? 2) Is there a directive to add to the conf file, to see that information ?? while booting? _________________________________________________________________ Hotmail: Free, trusted and rich email service.
2011 Nov 27
1
What extlinux -M does?
1. Which label is referred by -M, --menu-save=label Set the label to select as default on the next boot ? 2. With # grep 'label' /boot/extlinux/extlinux.conf label 1 menu label An old linux version 2.1 What will be the consequences of # extlinux -M 1 /boot/extlinux and # extlinux -M 'An old linux version' /boot/extlinux 2.2 What are
2012 Dec 06
2
Syslinux 5.00 released
Hi folks, Syslinux 5.00 is out in time for the holidays. This release includes a lot of changes from 4.06. I've included the NEWS entries below, which highlight the major changes. Lots of assembly code has been rewritten in C, which makes further development much easier (and also really helped for the 'firmware' abstraction that appears in Syslinux-6.00-pre1). So be on the lookout
2002 May 05
1
Isolinux bug/missing feature
Hi Peter, While testing I noticed a problem with the launching of comboot files. When you start a comboot, the user command line text is copied to the comboot's PSP, but the default append options or the virtual kernel append options are not copied. This means I can't have an isolinux.cfg as follows: default bscript label bscript kernel bscript.cbt append myscript.txt because
2014 Dec 03
0
vesamenu back to text before booting
Ah, depends on the image type. We spoke reset for an NBP though. On December 3, 2014 12:50:24 AM PST, Thorsten Glaser <t.glaser at tarent.de> wrote: >On Tue, 2 Dec 2014, H. Peter Anvin wrote: > >> This is the default unless the "quiet" option is set. > >Hmm. > >tglaser at luna:/srv/tftp $ fgrep -ri quiet . >Binary file ./hdt.c32 matches >Binary file
2002 Jun 15
0
SYSLINUX 1.75 released
I have released SYSLINUX 1.75 -- this one is identical to 1.75-pre9 except the version number. I have gotten enough testing done that I feel it's time to release... Changes in 1.75: * ALL: NASM 0.98.32 or later is now required to build SYSLINUX from sources. * SYSLINUX: put back in the workaround for the BIOS floppy table. This seems to be a