Displaying 14 results from an estimated 14 matches for "freeldr".
2017 Feb 20
3
[PATCH] Correct chain.c32 v. 6.04-pre1 for Reactos
...he "seg=" value(s) corresponding to the "reactos=" option
for chain.c32.
The correct segment parameter should be "seg=0x0F80",
instead of the incorrect / failing ones "seg=0:0x8000:0x8100".
References:
https://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/notes.txt?revision=73859&view=markup&pathrev=73859#l24
https://git.reactos.org/?p=reactos.git;a=blob;f=reactos/boot/freeldr/notes.txt;hb=HEAD
https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=FREELDR_BASE
https://git.reactos.org/?p=reactos.git;a=blob;...
2017 Mar 04
1
[PATCH] Update chain.c32 v. 6.04-pre1 for current Reactos
(snip)
>
> It's a bit more complex. At the time of writing, the data was perfect.
>
> https://git.reactos.org/?p=reactos.git;a=blob;f=reactos/boot/freeldr/freeldr/include/arch/pc/x86common.h;hb=28e58e6d01892c1f2f0e1d323745e6463cb9e6c9
> dated 2011-06-14
>
> https://git.reactos.org/?p=reactos.git;a=blob;f=reactos/boot/freeldr/freeldr/include/arch/pc/x86common.h;hb=1dabbdfa6bbe244cd74bc912b94e514b85d63bbe
>
> https://git.reactos.org/?p...
2017 Feb 23
0
[PATCH] Correct chain.c32 v. 6.04-pre1 for Reactos
...esponding to the "reactos=" option
> for chain.c32.
>
> The correct segment parameter should be "seg=0x0F80",
> instead of the incorrect / failing ones "seg=0:0x8000:0x8100".
>
> References:
> https://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/notes.txt?revision=73859&view=markup&pathrev=73859#l24
>
> https://git.reactos.org/?p=reactos.git;a=blob;f=reactos/boot/freeldr/notes.txt;hb=HEAD
>
> https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=FREELDR_BASE
>
> https://git.reactos.or...
2011 Aug 06
0
specifying 'root' for mboot.c32/syslinux
...on two parts:
1) bootsector method only works if specifying huge cluster size (16KB)
2) Multiboot method fails due to opening bootloader's configuration file
from harddisk instead of bootdisk.
[http://www.reactos.org/wiki/Boot_FreeLoader_from_GRUB] shows setting
root in GRUB before loading /FREELDR.SYS, the ReactOS bootloader. Is
there an equivalent way for Mboot.c32 to specify root? Setting it as an
append option didn't work:
[/boot/syslinux.cfg:]
LABEL 2
COM32 /boot/mboot.c32
append /freeldr.sys root=fd0
ReactOS bugreport: http://www.reactos.org/bugzilla/show_bug.cgi?id=6342
FreeL...
2015 Jun 11
1
Problems with booting ReactOS over network using pxelinux
...rom irc channel suggested to ask for help here.
I have a PXE server based on syslinux 4.05 that distributes ReactOS to client machines over network.
It has a pretty simple pxelinux.cfg/default, with the following contents (that were suggested by ReactOS wiki [2]):
DEFAULT chain.c32
APPEND file=freeldr.sys seg=0x0F80 keeppxe
I try to make my PXE server distribute multiple distros, which requires a boot menu, so [3] I've decided to get a more recent release of syslinux.
I've updated to 6.03 and my current config stopped working. I've tried different configs like
1. [4]
DEFAULT chain...
2011 May 01
0
[patch X 2] chain.c32 ReactOS FreeLdr Support
Two commits available at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/chain_freeldr
---
Author: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sun May 1 13:49:43 2011 -0400
chain: Support loading ReactOS' FreeLdr
Use something like:
LABEL freeldr
COM32 chain.c32
APPEND freeldr=freeldr.sys
Signed-off-by: Shao Miller <shao.mi...
2008 Mar 04
3
Booting Windows
When booting windows I currently have to use an extracted boot sector to
chain-load the OS, is there any merit to creating a method to execute NTLDR
directly using a /reverse engineered/ version of the boot sector?
2016 Jun 16
2
[PATCH] Fix recognition of keeppxe option
...directive would be capable of using /
parsing "keeppxe", then it might make sense to have the same capability
in linux.c32 (in addition to mboot.c32 and chain.c32).
FWIW, in Syslinux v.4.05, the entry for booting Reactos from pxelinux.0
with chain.c32 is:
COM32 chain.c32
APPEND file=freeldr.sys seg=0x0F80 keeppxe
which has been failing since Syslinux v.5.+.
> --
> -Gene
TIA,
Ady.
2016 Jun 16
0
[PATCH] Fix recognition of keeppxe option
...the syslinux_boot_linux code path:
ldlinux.c32
lua.c32 (for boot_linux and boot_it; and run_kernel_image for Linux
kernels only)
linux.c32
gfxboot.c32
> FWIW, in Syslinux v.4.05, the entry for booting Reactos from pxelinux.0
> with chain.c32 is:
>
> COM32 chain.c32
> APPEND file=freeldr.sys seg=0x0F80 keeppxe
>
> which has been failing since Syslinux v.5.+.
chain.c32 has its own code to handle keeppxe. It looks like it's passing
the correct flag to syslinux_shuffle_boot_rm, but I wonder if the
problem is pxelinux_scan_memory is marking the PXE region as
SMT_TERMINAL?...
2011 Dec 09
0
Syslinux 4.05 released
...uploading data to a TFTP
server.
* ISOLINUX: remove the .img file support; it has been broken
on virtually all systems since the beginning, and has been
totally broken since 4.00 at least. Use MEMDISK instead.
* chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller)
* isohybrid: -m option to add support for Mac EFI booting.
* ifmemdsk.c32: Choose boot option based on presence of
MEMDISK.
* Remove bogus distributed mk-lba-img binary.
* The Syslinux project has a new, cool logo by Abi
"ixxvil...
2004 Jun 04
2
chainload cdrom
perhaps the boot-from-cdrom code in Smart Boot Manager?
Bernd
>>>
No, since booting from CD-ROM requires that the El Torito part of the
BIOS is activated, which it won't be if it didn't boot from CD-ROM in
the first place.
----------------------------------------------------------------
Op deze e-mail zijn de volgende voorwaarden van toepassing:
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
...mdsk.c
diff --git a/NEWS b/NEWS
index 88adba1..7700504 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Changes in 4.05:
on virtually all systems since the beginning, and has been
totally broken since 4.00 at least. Use MEMDISK instead.
* chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller)
+ * ifmemdsk.c32: Choose boot option based on presence of MEMDISK
Changes in 4.04:
* PXELINUX: Fix handling of unqualified DNS names.
diff --git a/com32/modules/ifmemdsk.c b/com32/modules/ifmemdsk.c
new file mode 100755
index 0000000..d36f5ec
--- /dev/null
+++ b/com32/...
2005 Dec 31
2
Any way to boot Windows NT (specifically Win2K) directly?
I decided to install Win2K on my "retrogaming/htpc" system to take
advantage of the dual processors in the thing when I'm multitasking a
lot, but, it's kind of annoying having to use first one bootloader to
chainload my Windows 98 partition, then, via NTLDR, selection Windows
2000 to get to Win2k. I tried using the recovery console to try to
force it to write a boot sector to
2016 Jun 15
2
[PATCH] Fix recognition of keeppxe option
> On Tue, Jun 14, 2016 at 12:33 PM, Ady via Syslinux <syslinux at zytor.com> wrote:
> >
> >> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because
> >> > there is no convenient way in new_linux_kernel() to control the boot
> >> > flags value.
> >>
> >> This is the part that has me questioning things and trying