similar to: Question of syslinux chainloading

Displaying 20 results from an estimated 7000 matches similar to: "Question of syslinux chainloading"

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
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
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
2019 Apr 04
0
Question of syslinux chainloading
Lu Wei, For the DOS portion make sure you have a working FAT-32 DOS Bootable Drive first. Back up it's boot sector into a file. This file will probably be 512 Bytes and if you were to open it with a Hex editor it would start with ".X.MSWIN4.1" and end with "SYS~..WINBOOT SYS..U" This would of course be looking at the ASCII view. Assuming you put the file in the DOS
2019 Mar 13
1
Fwd: syslinux-6.03 failed to boot ESXI 6.7
---------- Forwarded message --------- From: Adan Calderon <adancalderon at gmail.com> Date: Wed, Mar 13, 2019 at 9:13 AM Subject: Re: [syslinux] syslinux-6.03 failed to boot ESXI 6.7 To: luckydog xf <luckydogxf at gmail.com> I can share some working examples for a USB Thumb drive and PXE servers using chain loading, but it will take me some time. If you are interested in my
2019 Apr 11
2
Question of syslinux chainloading
On 2019-4-10 1:20, Ady Ady via Syslinux wrote: >>>> #This item fails >>>> label dos >>>> menu label MS-^DOS 7.1 >>>> com32 chain.c32 msdos7=io.sys >> >> IO.SYS and COMMAND.COM are copied from a Windows98 system on another >> computer, which is MSDOS7.1; and BOOTSECT.W98 is from Bootpart tool (I >> compared it with the one from
2019 Apr 19
1
Question of syslinux chainloading
On 2019-4-13 8:45, Lu Wei wrote: > On 2019-4-13 4:23, C. Masloch via Syslinux wrote: >> MS-DOS 7.10 (first appearing in MSW 95 OSR2, later re-used in MSW 98 >> and 98 SE) and 8.00 (MSW Me, and MSW XP DOS boot diskettes) both >> support FAT32 equally well. >> >> MS-DOS 8.00 (without some patches that are around) only supports >> booting in DOS mode from
2019 Apr 05
0
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 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: *
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
2019 Apr 09
0
Question of syslinux chainloading
Before I reply on-topic, I'd like to request from people participating in this public mailing list to _avoid_ top-posting whenever possible, and when replying, please quote what's relevant only. Now, back to the topic. > " > Booting... > Error loading operating system_ > " > at the bottom of screen and hangs. I can only reboot using ctrl-alt-del. AFAIR,
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
2019 Apr 11
2
Question of syslinux chainloading
> On 2019-4-11 13:29, Lu Wei wrote: > > On 2019-4-10 1:20, Ady Ady via Syslinux wrote: > >>>>> #This item fails > >>>>> label dos > >>>>> menu label MS-^DOS 7.1 > >>>>> com32 chain.c32 msdos7=io.sys > >>> > >>> IO.SYS and COMMAND.COM are copied from a Windows98 system on another >
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:
2019 Apr 12
2
Question of syslinux chainloading
On at 2019-04-12 11:28 +0800, Lu Wei via Syslinux wrote: >> Regarding the MSDOS 7.1 boot files... Do you still have access to that Win98 >> system? If you do, I would suggest searching for "io.dos" and "msdos.dos". >> These might be set as "hidden" and/or "system" (use attrib if needed), and >> there might be some additional
2009 Jul 19
2
Patch for chain.c32: Set default boot drive to CD drive from which ISOLINUX is booted
chain.c32 of SYSLINUX 3.82 does set the boot drive passed to the DL register to 0x80 and not to the boot drive (CD-drive). This can be a problem if you want to chainload grldr (grub4dos bootloader) from a CD and if you want to let grldr search for its menu.lst file on the CD. For more info: http://www.boot-land.net/forums/index.php?showtopic=8457 This 1 line patch fixes the issue (Thanks to
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
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 > > > > > > >
2014 Jan 03
2
chain.c32 Insane primary (MBR) partition
The following boot entries: # COM32 chain.c32 APPEND fs ntldr=/bootmgr # or: # COM32 chain.c32 APPEND hd0,1 ntldr=/bootmgr # might result in the following error: # Insane primary (MBR) partition. Can't find myself on the drive I booted from. # when using chain.c32 v4.07. I have seen similar error reports when using chain.c32 v4.06 too. It works correctly with chain.c32 v4.05, even when
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