search for: cmdcons

Displaying 20 results from an estimated 20 matches for "cmdcons".

2010 Aug 19
2
Windows Recovery console FAILS to boot with Syslinux-4.02
Hello Sir, Copid cmdcons and cmldr to O:(my usb drive) as follows (1) Microsoft(R) Windows 98 (C)Copyright Microsoft Corp 1981-1999. C:\WINDOWS>format o: /s C:\WINDOWS>format o: /s WARNING, ALL DATA ON DISK DRIVE O: WILL BE LOST! Proceed with Format (Y/N)?y Checking existing disk format. Formatting 96...
2010 Aug 20
4
Windows Recovery console FAILS to boot withSyslinux-4.02
Hello Sir, on Friday, August 20, 2010 11:32 AM Gert Hulselmans wrote > loading the boot file ... > Boting ... > "-" cursor keeps on blincking Are you quite sure that booting the Windows Recovery Console under syslinux can work and that "cursor keeps blinking" is only a problem of your special menu? YES I am 100% sure that booting the Windows Recovery Console
2009 Dec 28
1
[PATCH] chain.c32: add support for booting the Recovery Console of Windows NT/2K/XP
The following patch for chain.c32 adds support to boot the Recovery Console of Windows NT/2K/XP. Normally when you want to boot the recovery console, you need to patch "cmdcons\0" into the bootsectorof the partition (8 bytes starting at 0x3 (4th byte)). We can do this patching in memory: strcpy((char *) 0x7c03, "cmdcons"); To boot the recovery console with chain.c32: chain.c32 cmldr=/cmldr - Gert Hulselmans $ diff -u chain.c.textmode chain.c.cmldr...
2010 Mar 11
1
Recovery console doesn't work in chain.c32 3.85 or 3.86-pre1
...he following patch broke the recovery console hack: chain.c32: add option to set hidden sectors; load boot sector for NTLDR http://git.kernel.org/?p=boot/syslinux/syslinux.git;a=commit;h=033fb123375ce6af905dcb2408fa0df74960e066 You can download a small image: http://ubcd.stopspazzing.com/downloads/cmdcons.img.gz You can test it in qemu: $ qemu -boot c -hda cmdcons.img syslinux.cfg file: UI menu.c32 LABEL 1 MENU LABEL Recovery console (RC) original patch (working) COM32 chain_g.c32 APPEND cmldr=/cmldr LABEL 2 MENU LABEL Recovery console (for fixing chain.c32 3.86-pre1) COM32 chain.c32...
2010 Mar 30
1
Req
...; COM32 chain.c32 > APPEND bootpartition file=/grldr > Ok. How about this patch[1]? (Also attached.) The option is "fs", meaning the "current" Syslinux booted-from disk and partition (if applicable). boot: chain -? ... boot: chain fs cmldr=/cmldr ----- LABEL cmdcons COM32 chain.c32 APPEND fs cmldr=/cmldr - Shao Miller [1] http://git.etherboot.org/?p=people/sha0/syslinux.git;a=commitdiff;h=bf3b 87fac3978d82dba27319ac3650c442959168 [2] On 30 March 2010 : Miller, Shao Wrote: I've been very busy and so I apologize. Please send this request to the...
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...# LABEL local # MENU DEFAULT # LOCALBOOT 0x80 # APPEND - # this boots WinXP/Win98/Win2000 label Boot Hard Disk menu default menu label ^1. Boot WinXP/Win98/Win2000 kernel chain.c32 append hd0 1 # verified boots WinXP/Win98/Win2000 LABEL cmdcons MENU LABEL ^2.cmdcons =>Windows Recovery Console COM32 chain.c32 fs cmldr=cmldr APPEND hd0 1 cmldr=cmldr LABEL grub4dos MENU LABEL ^3.grub4dos COM32 chain.c32 fs grldr=/grldr/grldr APPEND file=/grldr/grldr # grub.exe & menu.lst on the device loads GUI # takes @ 1Min to load and...
2002 Oct 30
1
SYSLinux/ISOLinux question
Look into the original XP cd and see where NTLDR is located, then place it on your cd in the same directory and it 'should' work. I have created some 2000 XP boot cd's with integrated recent service pack's and they still boot. But I do that with cdrecord+original boot sector, not with any isolinux stuff... But I hope this help! -----Original Message----- From: G. Murali
2017 Feb 20
3
[PATCH] Correct chain.c32 v. 6.04-pre1 for Reactos
...opt.fseg = 0x0F80; + opt.foff = 0; + opt.fip = 0; opt.file = argv[i] + 8; opt.setbpb = true; opt.hand = false; diff U3 doc/chain.txt doc/chain.txt --- doc/chain.txt Wed Mar 02 07:06:02 2016 +++ doc/chain.txt Mon Feb 18 18:45:10 2017 @@ -296,7 +296,7 @@ patched with "cmdcons\0". Remarks the same as in 'ntldr='. reactos=<file> - sets: file=<file> seg=0:0x8000:0x8100 setbpb nohand + sets: file=<file> seg=0x0F80 setbpb nohand Prepares to load ReactOS's freeldr directly. You might want to add 'save' option to store correct...
2010 Jul 26
5
[RFC/PATCH] New chainloading functionality
This patch introduces extra functionality to chain.c, mainly with reference to BPB adjustments, but not only that. It expects 3 small patches I sent earlier (they are included for easy reference, patches 1-3/4). The changes introduced are: 1) file and boot sector use separate options to control load address and jump address (if applicable). Options are as described below: *
2009 Feb 13
2
odfWeave & prettyR
Hello, I've been trying to use odfWeave and prettyR packages to create documents with both text and graphs, but so far I haven't been very lucky... With the function R2html () in prettyR package, when I try to use a source file, which works perfectly if I run it directly form R using "source("file")", it works for the first part and then it makes a mess, i guess
2009 Dec 29
1
[PATCH] chain.c32: comments fix and usage output corrected
...0100 @@ -49,7 +49,7 @@ * equivalent to -seg 0x2000 -file <loader>, used with WinNT's loaders * * cmldr=<loader>: - * used with Recovery Console of Windows NT/2K/XP. + * used with Recovery Console of Windows NT/2K/XP. * same as ntldr=<loader> & "cmdcons\0" written to memory address 0000:7C03 * * freedos=<loader>: @@ -735,7 +735,7 @@ " chain.c32 boot [<partition>] [options]\n" "Options: file=<loader> load file, instead of boot sector\n" " isolinux...
2017 Feb 23
0
[PATCH] Correct chain.c32 v. 6.04-pre1 for Reactos
...opt.file = argv[i] + 8; > opt.setbpb = true; > opt.hand = false; > diff U3 doc/chain.txt doc/chain.txt > --- doc/chain.txt Wed Mar 02 07:06:02 2016 > +++ doc/chain.txt Mon Feb 18 18:45:10 2017 > @@ -296,7 +296,7 @@ > patched with "cmdcons\0". Remarks the same as in 'ntldr='. > > reactos=<file> > - sets: file=<file> seg=0:0x8000:0x8100 setbpb nohand > + sets: file=<file> seg=0x0F80 setbpb nohand > > Prepares to load ReactOS's freeldr directly. You might want to...
2006 Aug 28
1
windows XP media center 2005
hello apparently it is possible to patch XP Media Center Edition 2005 to join a domain, but I can't seem to find out how. does anybody know which registry patch you need? kind regards werner <quote>When Microsoft released Windows XP Media Center Edition 2005, the ability to join domains was left out. The domain feature was eliminated because of pricing reasons as well as technical
2017 Mar 04
1
[PATCH] Update chain.c32 v. 6.04-pre1 for current Reactos
...opt.fseg = 0x0F80; + opt.foff = 0; + opt.fip = 0; opt.file = argv[i] + 8; opt.setbpb = true; opt.hand = false; diff U3 doc/chain.txt doc/chain.txt --- doc/chain.txt Wed Mar 02 07:06:02 2016 +++ doc/chain.txt Mon Feb 18 18:45:10 2017 @@ -296,7 +296,7 @@ patched with "cmdcons\0". Remarks the same as in 'ntldr='. reactos=<file> - sets: file=<file> seg=0:0x8000:0x8100 setbpb nohand + sets: file=<file> seg=0x0F80 setbpb nohand Prepares to load ReactOS's freeldr directly. You might want to add 'save' option to store correct...
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
...4-*: logical partitions diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 5fca2d3..73f37c5 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -52,6 +52,9 @@ * used with Recovery Console of Windows NT/2K/XP.. * same as ntldr=<loader> & "cmdcons\0" written to memory address 0000:7C * + * grldr=<loader>: + * used with grldr of Grub4dos + * * freedos=<loader>: * equivalent to -seg 0x60 -file <loader>, used with FreeDOS kernel.sys. * @@ -90,6 +93,7 @@ static struct options { uint16_t seg; bool...
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
1) code split and move Iterator related functionality is yanked from chain.c and moved to iterator.{c,h}. Both are moved to com32/chain and this way chain.c is ready for further splitting. Alternatively, partiter could be moved to com32/lib at any time in the future. It's potentially useful for other modules (e.g. if someone wanted to code partition dumper or editor). 2) Iterator updates
2013 Oct 18
0
[RFC/PATCH 1/3] Move partiter from com32/chain to com32/lib/syslinux
...linux/config.h> #include "chain.h" #include "options.h" -#include "utility.h" -#include "partiter.h" +#include <syslinux/utility.h> +#include <syslinux/partiter.h> #include "mangle.h" static const char cmldr_signature[8] = "cmdcons"; diff --git a/com32/chain/mangle.h b/com32/chain/mangle.h index d4a5b75..df5c568 100644 --- a/com32/chain/mangle.h +++ b/com32/chain/mangle.h @@ -32,7 +32,7 @@ #define COM32_CHAIN_MANGLE_H #include "chain.h" -#include "partiter.h" +#include <syslinux/partiter.h>...
2015 Jul 22
0
[PULL 1/8] Move partiter from com32/chain to com32/lib/syslinux
...linux/config.h> #include "chain.h" #include "options.h" -#include "utility.h" -#include "partiter.h" +#include <syslinux/utility.h> +#include <syslinux/partiter.h> #include "mangle.h" static const char cmldr_signature[8] = "cmdcons"; diff --git a/com32/chain/mangle.h b/com32/chain/mangle.h index 42f6c5b..98b2f2c 100644 --- a/com32/chain/mangle.h +++ b/com32/chain/mangle.h @@ -32,7 +32,7 @@ #define COM32_CHAIN_MANGLE_H #include "chain.h" -#include "partiter.h" +#include <syslinux/partiter.h>...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and