Displaying 20 results from an estimated 10000 matches similar to: "Boot Windows XP using SYSLINUX"
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 Sep 15
2
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
On Sun, Sep 15, 2013 at 04:31:09PM +0300, Ady wrote:
>
> > 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
> >
2013 Sep 17
2
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
On Tue, Sep 17, 2013 at 09:57:26AM +0300, Ady wrote:
>
> > On Sun, Sep 15, 2013 at 11:14:05PM +0300, Ady wrote:
> > >
> > > > On Sun, Sep 15, 2013 at 04:31:09PM +0300, Ady wrote:
> > > > >
> > > > > > Platform: MS XP
> > > > > >
> > > > > > 1. cfg file:
> > > > > > prompt 1
2019 Apr 04
2
Question of syslinux chainloading
Lu Wei,
What Hard drive are you also trying to boot? The first and only fixed
drive inside a computer?
If so would the line to boot a local HD not be:
LABEL LOCAL
MENU LABEL Local operating system in harddrive (if available)
kernel chain.c32
append hd0
-Adan
On Thu, Apr 4, 2019 at 8:56 AM Adan Calderon <adancalderon at gmail.com> wrote:
>
> Lu Wei,
>
> For the DOS portion
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
2013 Sep 17
2
XP: encouraging, but not good, results.
On Sun, Sep 15, 2013 at 11:14:05PM +0300, Ady wrote:
>
> > On Sun, Sep 15, 2013 at 04:31:09PM +0300, Ady wrote:
> > >
> > > > Platform: MS XP
> > > >
> > > > 1. cfg file:
> > > > prompt 1
> > > > timeout 150
> > > > display /downloadedPrograms/syslinux/syslinux.cfg
> > > >
> > >
2019 Apr 09
3
Question of syslinux chainloading
On 2019-4-5 11:28, Ady Ady via Syslinux wrote:
>>
>> #This item fails
>> label normal
>> menu default
>> menu label Boot from ^hard disk
>> com32 chain.c32 hd1
>
>
>>From the Syslinux boot menu, press [Esc] in order to get to the boot prompt. At
> the boot prompt, type in:
>
> normal
>
> and press [Enter].
>
> Is there
2019 Apr 04
5
Question of syslinux chainloading
Greetings,
I encounter a problem that should be basic, but I can't get a clue. I
have 8G USB disk formatted as FAT32. I run (syslinux -i -s -r -m H:)
to make it bootable, and write syslinux.cfg according to the
documents, but it will not boot some items.
Syslinux is 6.03, bios files used. The whole syslinux.cfg file:
2010 Aug 17
1
Two Windows 2k8 Server an booting via pxelinux
Hello list,
I have a question concerning the possibility of booting one of two
Windows systems installed on two partitions.
In case with one Windows system and one Linux system, I can chainload
grub or windows loader, and this is OK.
But in case with two Windows systems, when I installed second system,
the installer added multi boot loader(I think it's called bootmgr),
and then I can't
2019 Apr 04
2
Question of syslinux chainloading
So when you boot from only your hard drive attached, it is the primary
and only drive.
It loads the master boot record that load the NT Loader boot code that
is then configured to load the operating system from the primary
partition on the primary drive.
When you boot from the USB drive, you make it the Primary drive. You
then tell it to load the MBR fromt the secondary drive. The secondary
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
2010 Mar 30
1
Req
[1}
Gert Hulselmans wrote:
>
> ...Thanks.
>
> I still think chain.c32 should be able to do a reverse partition
> lookup, to determine from which partition it was booted. This would be
> useful to boot ntldr, setupldr.bin, bootmgr, grldr, ... when you want
> to boot it from the same partition as from which SYSLINUX is booted,
> without specifying the partition explicitly
2019 Apr 11
2
Question of syslinux chainloading
On 2019-4-10 1:20, Ady Ady via Syslinux wrote:
>>> Test #2: if you unplug the USB and reboot the system, can you
>>> successfully boot directly to the HDD's OS?
>>>
>> Yes. The only HDD, NTFS, WindowsXP native boot loader ntldr.
>
>
> Let me rephrase my question. It was/is clear that you used to be able
> to boot Windows when the first boot
2013 Sep 15
0
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
> On Sun, Sep 15, 2013 at 04:31:09PM +0300, Ady wrote:
> >
> > > Platform: MS XP
> > >
> > > 1. cfg file:
> > > prompt 1
> > > timeout 150
> > > display /downloadedPrograms/syslinux/syslinux.cfg
> > >
> > > default xp
> > > label xp
> > > com32 chain.c32
> > >
2010 Mar 02
2
chain.c32 "Chainboot failed!"
Hi,
I am using syslinux-4.00-pre24, -pre27 and -pre31. chain.c32 fails for pre27 and pre31 for particular configs ... shown below.
1) works on pre24, fails with error message "Chainboot failed!" for pre27 and pre31
LABEL local
MENU DEFAULT
MENU LABEL Local Boot ... (skip PXE boot)
KERNEL chain.c32
APPEND hd0 0
2) works on all three.
LABEL local
2013 Sep 15
0
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
>
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?
2013 Sep 18
0
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
> On Tue, Sep 17, 2013 at 09:57:26AM +0300, Ady wrote:
> >
> > > On Sun, Sep 15, 2013 at 11:14:05PM +0300, Ady wrote:
> > > >
> > > > > On Sun, Sep 15, 2013 at 04:31:09PM +0300, Ady wrote:
> > > > > >
> > > > > > > Platform: MS XP
> > > > > > >
> > > > > > > 1. cfg
2010 Jun 25
1
chain.c32 GPT Support
Hello all.
Here[1] is a branch where chain.c32 can chain-boot a partition on a GPT
disk when given the partition index.
boot: chain hd1 84
(For example.)
- Shao Miller
[1]
http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/
chain_gpt
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 \
> >