Displaying 20 results from an estimated 3000 matches similar to: "Problem with NTFS support"
2010 Jun 12
1
[PATCH] ifcpuXX: Support multiple parameters with labels
Even though Doug's out of the office, I'm submitting a patch to the
ifcpu[|64].c32 COMBOOT32 modules for testing. Also available for
perusal with a web browser at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=cc70d0fa5
5e35fabf250f4dccbaed2fa44f56da7
- Shao Miller
---
>From cc70d0fa55e35fabf250f4dccbaed2fa44f56da7 Mon Sep 17 00:00:00 2001
From: Shao
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
2010 Jun 19
0
ELTORITO.SYS, MEMDISK, MDISKCHK.COM Commits
H. Peter, three simple commits here[1] (for_hpa branch).
Gert, sample binaries are here[2].
---
mdiskchk: Add --no-sequential mode
It might be useful to suppress MDISKCHK.COM's classic behaviour
of probing all BIOS drive numbers in search of MEMDISKs. Some
BIOSes
might not enjoy being probed.
---
memdisk: Correct El Torito termination response
Two
2012 Oct 21
0
chain.c32 for tianocore EDK2 DUET EFILDR
Just pushed a hacky commit[1] to an "efildr_hack" branch at
git.zytor.com/users/sha0/syslinux.git The commit message goes:
This introduces support for chaining to tianocore's EDK2's DUET's EFILDRs.
You should use EFILDR for FAT12, EFILDR16 for FAT16, EFILDR32 or EFILDR64
(depending on the architecture) for FAT32.
Usage: chain.c32 efildr=<filename>
where
2011 Aug 13
1
NTFS File Sectors
The following comment in win/syslinux.c seems fairly innocent:
/* Map the file (is there a better way to do this?) */
So I?ve got an ?ntfssect? git repository going:
http://git.zytor.com/?p=users/sha0/ntfssect.git;a=summary
Hopefully Paulo can plug its functions into his NTFS working repository. It appears that we?ll have to take one path (in the Windows installer) for FAT and one path
2013 Jul 08
0
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
On 7/7/2013 23:37, Patrick Verner wrote:
> On Sun, Jul 7, 2013 at 10:25 PM, Shao Miller <sha0.miller at gmail.com
> <mailto:sha0.miller at gmail.com>> wrote:
>
> On 7/7/2013 21:25, Patrick Verner wrote:
>
> On Sun, Jul 7, 2013 at 6:11 PM, Shao Miller
> <sha0.miller at gmail.com <mailto:sha0.miller at gmail.com>
>
2011 Oct 05
0
[GIT PULL] NTFS readonly file system support
This is the initial NTFS file system support for Syslinux :-)
The following changes since commit 67954e370003d9bbfd8b58042669f2e9d532636f:
ifmemdsk: remove spurious +x bit (2011-08-25 10:58:44 -0700)
are available in the git repository at:
git://github.com/pcacjr/syslinux.git ntfs-for-hpa
Paulo Alcantara (34):
Add NTFS filesystem support to Linux and Windows installers
Initial
2012 Oct 26
2
[PATCH] 4 Patches for initrd+= and initrdfile= Options
Attached are 4 patches against Syslinux 4.06 providing two new options for
the linux.c32 ComBoot32 module. If we are shifting gears towards 4.10 or 5
any time soon, feel free to let me know and I'll attempt to apply the
patches to those and to deal with any conflicts.
You can merge these commits onto your 4.06 from my 'multi_initrd' branch at:
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
Applies to Syslinux 4.06. Attached, below, and available at:
Repository: git://git.zytor.com/users/sha0/syslinux.git
Branch: nictype
- Shao Miller
-----
From 2764e260e12d9769e3b699e4213b9a164e64924a Mon Sep 17 00:00:00 2001
From: Shao Miller <sha0.miller at gmail.com>
Date: Thu, 22 Nov 2012 20:43:25 -0500
Subject: [PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e
Review welcome!
- Shao Miller
-----
From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sat, 6 Aug 2011 05:24:46 -0400
Subject: [PATCH]
2010 Mar 31
0
From another git repository
Op 20100330 om 22:24 schreef Miller, Shao:
>
> Steps to use the patch:
>
> 1. Install 'git', 'perl', 'nasm' and any other Syslinux build dependencies
> 2. Working in your favourite directory, execute the following:
>
> git clone git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git
>
> 3. This should result in a "syslinux"
2014 Feb 20
2
[PATCH] NTFS: fragmented $MFT file was not handled
NTFS $MFT file may be fragmented by itself (and actually is in most cases).
However, such a situation was not handled.
This patch add support for fragmented $MFT file.
Signed-off-by: Andy Alex <andy at r-tt.com>
---
diff -uprN syslinux-6.02.orig/core/fs/ntfs/ntfs.c
syslinux-6.02/core/fs/ntfs/ntfs.c
--- syslinux-6.02.orig/core/fs/ntfs/ntfs.c 2013-10-13
21:59:03.000000000 +0400
+++
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
Applies to Syslinux 5.00-pre9. Attached, below, and available at:
Repository: git://git.zytor.com/users/sha0/syslinux.git
Branch: hexdump
- Shao Miller
From c9c67dd61ba0b11e46d514601cf0722e1b43017c Mon Sep 17 00:00:00 2001
From: Shao Miller <sha0.miller at gmail.com>
Date: Sun, 4 Nov 2012 00:26:32 -0400
Subject: [PATCH] hexdump.c32: Simple file hex-dumper
Usage: %s
2014 Jul 07
2
mdiskchk and WinPE
and there it was. Thanks, all, that did the trick!
jml
> From: sha0.miller at gmail.com
> To: jml9904 at hotmail.com
> CC: syslinux at zytor.com
> Subject: RE: [syslinux] mdiskchk and WinPE
> Date: Mon, 7 Jul 2014 00:14:27 -0400
>
> Please try clicking the "raw" link to the right of the .exe found here:
>
>
2012 Feb 15
0
[GIT PULL] NTFS features and fixes
Hi all,
- There is a worth thing to note about these changes, which is the handling
of
$ATTRIBUTE_LIST attribute, that is rare attribute. When there are a lot
of attributes
and there is no more space in the MFT record, all those attributes that
can be made
non-resident are moved out the MFT, so this is where the $ATTRIBUTE_LIST
comes in.
- Most people must have seen the ugly "EDD
2009 Oct 29
2
Patches for chain.c32: Error message is more detailed and chainload another isolinux.bin
Improving chain.c32 help message
Impact: Error message is more detailed
In case of syntax error, the message is far more detailed and provides
the same content as the documentation integrated in the source code.
You can get this patch from Erwan's git repo:
http://git.zytor.com/?p=users/erwan/hdt.git;a=commit;h=3fc3126d0c7df5701680e043c34f200166f24564
Add 'isolinux=' option to
2013 Jul 08
0
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
On 7/7/2013 21:25, Patrick Verner wrote:
> On Sun, Jul 7, 2013 at 6:11 PM, Shao Miller <sha0.miller at gmail.com
> <mailto:sha0.miller at gmail.com>> wrote:
>
> On 7/6/2013 09:20, Patrick Verner wrote:
>
> Same CD. Any Linux distribution without the 5.X series boots on this
> machine. We can use 4.06 and it boots just fine. It's not the
>
2012 Dec 01
1
VMware ESXi safeboot.c32 Source Code
Maybe you know, Ram? - Shao
-----Original Message-----
From: Shao [mailto:sha0.miller at gmail.com]
Sent: Saturday, December 01, 2012 00:58
To: 'For discussion of Syslinux and tftp-hpa'
Subject: VMware ESXi safeboot.c32 Source Code
Does anyone know where to find the source code for VMware's ESXi's
safeboot.c32 module?
There is a question in the http://reboot.pro Syslinux forum
2014 Apr 17
1
[PATCH] NTFS: fragmented $MFT file was not handled
On 03/13/2014 08:04 PM, H. Peter Anvin wrote:
> On 02/20/2014 07:56 AM, Andy Alex wrote:
>> NTFS $MFT file may be fragmented by itself (and actually is in most cases).
>> However, such a situation was not handled.
>> This patch add support for fragmented $MFT file.
>>
>> Signed-off-by: Andy Alex <andy at r-tt.com>
>
> Hi Andy,
>
> This patch
2014 Mar 14
0
[PATCH] NTFS: fragmented $MFT file was not handled
On 02/20/2014 07:56 AM, Andy Alex wrote:
> NTFS $MFT file may be fragmented by itself (and actually is in most cases).
> However, such a situation was not handled.
> This patch add support for fragmented $MFT file.
>
> Signed-off-by: Andy Alex <andy at r-tt.com>
Hi Andy,
This patch came across whitespace-mangled so I can't apply it.
Could you please resend it?
I