Displaying 20 results from an estimated 2000 matches similar to: "diskstart.inc: PartInfo sub-constants seen as local labels"
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 $ ; Must be
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 over for all
int 13h calls in
2016 Mar 06
3
Syslinux 6.04-pre1
...
> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> -DHEXDATE="0x56dc3c62" \
> -Di386 \
> -I/tmp/syslinux-6.04-pre1/core/ \
> -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm
> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> -DHEXDATE="0x56dc3c62" \
> -Di386 \
>
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 the fix in verify_checksum; the
2016 Mar 07
2
Syslinux 6.04-pre1
On 06.03.2016 18:23, poma wrote:
> On 06.03.2016 16:47, poma wrote:
>> ...
>>> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
>>> -DHEXDATE="0x56dc3c62" \
>>> -Di386 \
>>> -I/tmp/syslinux-6.04-pre1/core/ \
>>> -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm
>>>
2010 Dec 01
1
Permissions problem
Hello all,
I've got an old server running SAMBA 3.3.0. I've some shares on it. All
shares looks like this :
[partinfo]
path=/shares/partinfo
valid users = +info
force user = %U
force group = info
read only = No
create mask = 0660
directory mask = 0770
All works perfectly : When I create a file on this share other users in
the info group can modify it but nobody can delete it
2015 Feb 09
5
extlinux installer build failed
Hi guys,
I'm have a pure 64-bit system (Intel based). Due to that I can't use 32-bit ELF
extlinux binary provided in the syslinux-6.03 package.
Unfortunately building extlinux installer failed...
See error below after these command:
make bios clean
make bios (failed)
...
ar cq liblpxelinux.a rawcon.o pxeboot.o pxelinux-c.o
fs/pxe/dhcp_option.o fs/pxe/pxe.o fs/pxe/tftp.o
2015 Feb 09
0
extlinux installer build failed
On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux
<syslinux at zytor.com> wrote:
> Hi guys,
>
> I'm have a pure 64-bit system (Intel based). Due to that I can't use 32-bit ELF
> extlinux binary provided in the syslinux-6.03 package.
>
> Unfortunately building extlinux installer failed...
>
> See error below after these command:
> make bios clean
2010 Dec 06
1
Share Problem
Hi,
Like explained in my precedent mail (Permission Problems), I want to do
a share (called partinfo) with basic behaviour :
* everybody in group 'info' can create file into the share.
* everybody in group 'info' can modify file into the share (not only
owned files)
* only owner of a file can delete it/rename it !
I put a Sticky Bit on my share folder so I've got :
2015 Feb 09
1
extlinux installer build failed
On Sun, 8 Feb 2015 20:21:58 -0500
Gene Cumm via Syslinux <syslinux at zytor.com> wrote:
> On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi guys,
> >
> > I'm have a pure 64-bit system (Intel based). Due to that I can't
> > use 32-bit ELF extlinux binary provided in the syslinux-6.03
> >
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
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
Hi all,
I use XP on my laptop PC, with 30 GB HD (single
partition), and a 3.5" hard drive (not a stick),
accessed through a USB encasing, partitioned as five
logical drives.
I have successfully set up syslinux to boot several
Ubuntu versions from the primary USB hard drive
partition, and no problems there. The problem is, I
would like to have an entry in the menu, like "Boot
from
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:
> >>
> >>
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...
2010 Dec 30
3
Boot Error GPT partition
Hi all,
I was using grub2 for booting Archlinux x86_64 in my GPT
Internal HDD (/dev/sda) then I switched to syslinux/extlinux. It was
working fine but suddenly it staring showing "Boot Error" message on
screen. I googled for a solution and tried all syslinux versions from
4.04-pre4 down to 4.03-stable but non of them worked. I don't know
what suddenly changed caused this
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
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com>
Here are the patches that I've got queued up based on the very helpful
feedback I received from people testing Syslinux 5.00-pre9. Unless
anyone has any concerns these will make it into Syslinux 5.00-pre10.
Matt Fleming (9):
pxe: Don't call open_config() from the pxe core
ldlinux: Print a warning if no config file is found
2005 Jun 22
0
Samba and Sun StorEdge NAS
Hi
I managed to get my Sun NAS filer to join my Samba domain (2.2.10).
However, I cannot mount any of the shares from the NAS to a PC in the same
domain, getting an error :
06/21/05 14:15:53 NetrSamLogon[BIOSS\janet]: SAMBA ACCESS_DENIED (Samba PDC)
When I asked Sun about it they responded :
"Further reseach has shown that a connection to SAMBA domain controller
as is not supported by the
2018 Jan 02
3
Structure of VBR in FAT32?
Thanks for the response, Gene. Much 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
2011 Feb 24
1
[PATCH][git-pull] Reminders
Here's some reminders for various branches that are pending. All
branches are at my public repo at
git://git.zytor.com/users/genec/syslinux.git (
http://git.zytor.com/?p=users/genec/syslinux.git;a=summary )
HPA, I'd appreciate a response in the direction of a status like on
hold, under review, denied or to be completed soon.
Branch win64-mingw32-ubuntu-for-hpa adds more prefixes in