search for: diskstart

Displaying 20 results from an estimated 35 matches for "diskstart".

2010 Dec 18
1
diskstart.inc: PartInfo sub-constants seen as local labels
...fetches key sectors of the image to visually verify this info. Now, I'm thinking that if it doesn't smell/taste the same as SYSLINUX on FAT*, it's not a valid test as BIOSs commonly use the first sector to guess the intended geometry. I'm copying (for now) the boot sector code from diskstart.inc. Now, nasm is acting like the PartInfo sub-constants (for lack of better/proper terminology) are local labels. I'm guessing it's either bad syntax in diskstart.inc or a parser-related bug in nasm. I'm working around this (for now) by having a label just before these constants. T...
2016 Mar 06
3
Syslinux 6.04-pre1
...6.04-pre1/core/ldlinux.asm > nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \ > -DHEXDATE="0x56dc3c62" \ > -Di386 \ > -I/tmp/syslinux-6.04-pre1/core/ \ > -l isolinux.lsr -o isolinux.o -MP -MD ./.isolinux.o.d /tmp/syslinux-6.04-pre1/core/isolinux.asm > diskstart.inc:438: error: symbol references not supported in preprocess-only mode > diskstart.inc:438: error: non-constant value given to `%if' > diskstart.inc:439: error: symbol references not supported in preprocess-only mode > diskstart.inc:439: error: non-constant value given to `%assign'...
2010 Dec 21
2
[PATCH][git-pull] core/diskstart.inc
git://git.zytor.com/users/genec/syslinux.git Branch core-diskstart-boot-for-hpa. I found that INT 13h AH 08h in BOCHS used ES, DI, at least when using a partitionless HDD, causing "Boot error" from the magic check as it was loaded to the wrong location. HPA suggested wrapping INT 13h with the push/pop for ES's safety. This then lead to checking ov...
2011 Mar 21
1
[elflink] diskstart.inc:420: error: Sector 1 overflow by 5 bytes
Hi Feng, I'm currently hitting the overflow in core/diskstart.inc on the elfink branch where I see you changed the overflow check, commit 2e91ec5f155f04aee878ed70a04fb5b15e40da3b Author: Feng Tang <feng.tang at intel.com> Date: Wed Jul 14 15:55:25 2010 +0800 elflink: a lot of core/fs merge @@ -691,16 +798,22 @@ rl_checkpt equ $...
2010 Dec 31
0
[PATCH][git-pull] core/diskstart.inc: Fix DS in verify_checksum
git://git.zytor.com/users/genec/syslinux.git Branch core-diskstart-chkerr-for-hpa verify_checksum is built to allow for segment wrap (ldlinux.sys larger than 33280 bytes if my math is right). If the wrap occurs, DS is no longer 0. If there's a checksum error after DS is no longer 0, it won't be able print checksumerr_msg properly. 2 commits: 1 to make...
2016 Mar 07
2
Syslinux 6.04-pre1
...elf -Ox -g -F dwarf -DDATE_STR="''" \ >>> -DHEXDATE="0x56dc3c62" \ >>> -Di386 \ >>> -I/tmp/syslinux-6.04-pre1/core/ \ >>> -l isolinux.lsr -o isolinux.o -MP -MD ./.isolinux.o.d /tmp/syslinux-6.04-pre1/core/isolinux.asm >>> diskstart.inc:438: error: symbol references not supported in preprocess-only mode >>> diskstart.inc:438: error: non-constant value given to `%if' >>> diskstart.inc:439: error: symbol references not supported in preprocess-only mode >>> diskstart.inc:439: error: non-constant val...
2015 Feb 09
5
extlinux installer build failed
...o fs/pxe/isr.o fs/pxe/tcp.o ranlib liblpxelinux.a nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \ -DHEXDATE="0x54d7efa1" \ -Di386 \ -I/sources/syslinux-6.03/core/ \ -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /sources/syslinux-6.03/core/ldlinux.asm diskstart.inc:438: error: symbol references not supported in preprocess-only mode diskstart.inc:438: error: non-constant value given to `%if' diskstart.inc:439: error: symbol references not supported in preprocess-only mode diskstart.inc:439: error: non-constant value given to `%assign' /sources/sysl...
2015 Feb 09
0
extlinux installer build failed
...pxelinux.a > > nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \ > -DHEXDATE="0x54d7efa1" \ > -Di386 \ > -I/sources/syslinux-6.03/core/ \ > -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d > /sources/syslinux-6.03/core/ldlinux.asm > diskstart.inc:438: error: symbol references not supported in > preprocess-only mode > diskstart.inc:438: error: non-constant value given to `%if' > diskstart.inc:439: error: symbol references not supported in > preprocess-only mode > diskstart.inc:439: error: non-constant value given to `%...
2015 Feb 09
1
extlinux installer build failed
...lf -Ox -g -F dwarf -DDATE_STR="''" \ > > -DHEXDATE="0x54d7efa1" \ > > -Di386 \ > > -I/sources/syslinux-6.03/core/ \ > > -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d > > /sources/syslinux-6.03/core/ldlinux.asm > > diskstart.inc:438: error: symbol references not supported in > > preprocess-only mode > > diskstart.inc:438: error: non-constant value given to `%if' > > diskstart.inc:439: error: symbol references not supported in > > preprocess-only mode > > diskstart.inc:439: error: non-c...
2016 Mar 06
0
Syslinux 6.04-pre1
...sm >> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \ >> -DHEXDATE="0x56dc3c62" \ >> -Di386 \ >> -I/tmp/syslinux-6.04-pre1/core/ \ >> -l isolinux.lsr -o isolinux.o -MP -MD ./.isolinux.o.d /tmp/syslinux-6.04-pre1/core/isolinux.asm >> diskstart.inc:438: error: symbol references not supported in preprocess-only mode >> diskstart.inc:438: error: non-constant value given to `%if' >> diskstart.inc:439: error: symbol references not supported in preprocess-only mode >> diskstart.inc:439: error: non-constant value given to...
2016 Mar 08
0
Syslinux 6.04-pre1
...-DDATE_STR="''" \ >>>> -DHEXDATE="0x56dc3c62" \ >>>> -Di386 \ >>>> -I/tmp/syslinux-6.04-pre1/core/ \ >>>> -l isolinux.lsr -o isolinux.o -MP -MD ./.isolinux.o.d /tmp/syslinux-6.04-pre1/core/isolinux.asm >>>> diskstart.inc:438: error: symbol references not supported in preprocess-only mode >>>> diskstart.inc:438: error: non-constant value given to `%if' >>>> diskstart.inc:439: error: symbol references not supported in preprocess-only mode >>>> diskstart.inc:439: error: non-...
2016 Mar 06
0
Syslinux 6.04-pre1
..../.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \ -DHEXDATE="0x56dc3c62" \ -Di386 \ -I/tmp/syslinux-6.04-pre1/core/ \ -l isolinux.lsr -o isolinux.o -MP -MD ./.isolinux.o.d /tmp/syslinux-6.04-pre1/core/isolinux.asm diskstart.inc:438: error: symbol references not supported in preprocess-only mode diskstart.inc:438: error: non-constant value given to `%if' diskstart.inc:439: error: symbol references not supported in preprocess-only mode diskstart.inc:439: error: non-constant value given to `%assign' /tmp/syslinux...
2014 Oct 26
0
System freezes
> On 26.10.2014 17:08, Ady wrote: > > > >> Hi, > >> > >> when I try to boot my notebook from a USB disc, the system freezes > >> completely. After displaying the text (or menu), it doesn't react to any > >> key, even Ctrl+Alt+Del doesn't work. The config is pretty simple: > >> > >>
2016 Mar 05
11
Syslinux 6.04-pre1
After so much time and improvements, I'm glad to see and publicize a pre-release, 6.04-pre1 in https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/ Personally, I've already been working testing the pre-release as-is and my tests have been positive so far. I appreciate feedback like that from Gabriele Balducci and testing "make bios installer". Yes, there are a
2014 Oct 26
3
System freezes
On 26.10.2014 17:08, Ady wrote: > >> Hi, >> >> when I try to boot my notebook from a USB disc, the system freezes >> completely. After displaying the text (or menu), it doesn't react to any >> key, even Ctrl+Alt+Del doesn't work. The config is pretty simple: >> >> ------------------------------------------- >> SAY Booting Linux from USB...
2012 Nov 02
10
[PATCH 0/9] elflink fixes
...| 56 +++++++++++++++++++------------------- com32/elflink/ldlinux/readconfig.c | 5 +++- com32/lib/elf32.ld | 15 +++------- com32/lib/init.h | 15 ---------- com32/lib/malloc.c | 1 - com32/libutil/ansiraw.c | 19 +++++++++++++ core/diskstart.inc | 1 + core/include/core.h | 1 + core/pxelinux.asm | 16 ++--------- win/syslinux.c | 12 +++++--- 15 files changed, 120 insertions(+), 81 deletions(-) delete mode 100644 com32/lib/init.h -- 1.7.11.7
2013 Jan 31
1
replacing ldlinux.sys
I need to debug some issue in second stage of syslinux boot, i.e. ldlinux.sys. I have put a few debug instructions in core/diskstart.inc and recompiled everything. The newly obtained ldlinux.sys confirms to the size restriction for the boot sector. Now how do o replace the current /boot/ldlinux.sys file with mine. I tried removing the immutable flag and then doing a copy. Nothing changes. It still loads the old one. If i delete...
2018 Jan 02
3
Structure of VBR in FAT32?
...appreciated. I didn't get all of it; mind if I follow on below? ldlinux.sys is ldlinux.bin without the VBR (Volume Boot Record) code. > Makes sense. > > 1. Where is the code that goes in the VBR or Block Group 0 padding? > > diskboot.inc. > which appears to be included in diskstart.inc. I will have to dig in and see how this all gets compiled (pointers always appreciated :-) ). An install on Linux (before I run "syslinux --install") actually doesn't have ldlinux.sys or ldlinux.bin anywhere. Are they embedded into the syslinux binary and it installs bytes, vs co...
2011 Feb 24
1
[PATCH][git-pull] Reminders
...n the list. The list is also expanded to complete the permutations. Branch handoff_mbr_for_hpa introduced a new MBR/VBR to show the handoff parameters. HPA: Should this be moved to diag/ (I'm putting my geometry display code in a subdirectory there; still prepping for a branch)? Branch core-diskstart-chkerr-for-hpa fixes DS in the (future) situation that copying ldlinux.sys results in DS not being 0. Segment 0 contains the error message string we need in case of failure and DS !=0 would prevent this error message from properly displaying. Branch diskboot-comment-for-hpa adds some comments to...
2015 Oct 07
2
Hyper-V Gen 2 waiting for ldlinux.e64
On Wed, Oct 07, 2015 at 05:58:51PM -0500, Clements, James wrote: > James Clement > > Geert Stappers > > > On Wed, Oct 07, 2015 at 05:06:41PM -0500, Clements, James wrote: > > > > The screen displays the following: > > > > > > > > PXE Network Boot using IPv4 > > > > .... > > > > Station IP address is 192.168.205.50