similar to: isohybrid

Displaying 20 results from an estimated 300 matches similar to: "isohybrid"

2017 Mar 23
6
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi, Geert Stappers wrote: > Contact David off-list, he did unsubscribe. Can you tell when he unsubscribed (i.e. which of the messages he got as last one) ? > Martin posted elsewhere in this thread "Thomas, you found the bug" > and provided a patch. Open question is whether the fix helps with David's BIOS. The newest answer from Martin indicates that a failure to read
2017 Mar 25
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi, for some reason David always omits the Cc: to this list. He has now reported to Martin and me the outcome of the latest two MBR test proposals. - His BIOS announces no LBA addressing but another extra feature. This lead to unexpected success in one of David's tests. - The newest fix proposal by Martin is a full success ! Distros which produce isohybrid should consider to already
2016 Nov 07
2
Syslinux Digest, Vol 164, Issue 2
> > I need to create one bootable UEFI disk partition that contains all the > space on the disk. The steps must work in a shell script. Ideally with > syslinux/extlinux but if not possible then grub. > > > > echo format file system > sudo mkfs.ext4 -F /dev/${DISK_DEVICE_NAME_CURRENT_OS}1 > EFI requires a FAT filesystem. Ideally FAT32 but that might be encumbered
2017 Mar 06
3
PATH directive searches in reverse order with wrong separator
I've been trying to get syslinux.efi working in my environment again... Found what look like a bunch of little bugs that are very frustrating... First, the documentation on the Wiki says that as of 5.11, the list separator is space, not colon. But I can find no evidence that 5.11 was ever officially released or that a commit to git was made to make this change. 6.00 and following still use
2017 Mar 24
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On Fri, Mar 24, 2017 at 05:38:31PM +0100, Thomas Schmitt via Syslinux wrote: > isohdpfc pushes the CX value to the stack which it gets from INT 13 AH 41. > Quite surely bit 0 of that CX is not set. But bit 2 "Enhanced Disk Drive" > could be set. > https://en.wikipedia.org/wiki/INT_13H > > I understand on David's BIOS after > > andw $1,%cx
2009 Nov 11
1
Does files-from work with --delete?
I am trying to use rsync (3.0.6) to keep two directories as exact duplicates. I would normally run: rsync -av -S --delete /path/to/src/ /path/to/dst/ to do this. Unfortunately, the directories have become rather large (2TB, a million files) and so the tree walk has become a prohibitively time consuming part of the operation. However, I have a way to generate a list of file changes
2010 Oct 03
4
USB boot: No DEFAULT or UI configuration directive found!
Hi, friends It is described at this page: http://superuser.com/questions/195275/usb-boot-no-default-or-ui-configuration-directive-found <http://superuser.com/questions/195275/usb-boot-no-default-or-ui-configuration-directive-found>help, thanks! -- regards chenge
2018 Nov 02
1
I heard the patch window was open? Two small patches
I see that there seems to be patches being accepted... Please consider committing these two: You should be able to cherry pick them from my syslinux repo at http://github.com/ppokorny/syslinux I would think? commit 64fb71b87a625d70ea8c6127f18fe96d3f4fdc89 Author: Philip Pokorny <ppokorny at penguincomputing.com> Date: Sun Mar 5 21:07:48 2017 -0800 Fix PATH parsing to match the
2014 Jul 12
0
Setting up and helping debug EFI PXE booting
Phil, I gave a presentation last month on how to set up a DHCP + TFTP server. Using syslinux 6.03-pre* to support both Legacy and EFI PXE boot. Here's the link to the presentation. My slides are there. http://2014.texaslinuxfest.org/content/creating-legacy-efi-pxe-server-using-pxelinux The presentation models a small lab-sized env. I start simple; supporting legacy PXE boot only. Then
2015 Nov 20
2
Help with PXE over ISO
> > Here is a bit of an odd request... II'm in a large company with lots of > politics getting in the way of things. We were able to convince the main IT > team to let us take over a subnet and run our own DHCP server. This lets us > create a really nice PXE environment where we can build servers and ship > them out. However, now we are in need to rebuild servers already
2017 Mar 24
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi, i am looking now at the code which i assume loads the rest of isolinux.bin. The entry point for program execution from the MBR is obviously at http://git.zytor.com/syslinux/syslinux.git/tree/core/isolinux.asm#n186 (Do i get it right that this is the Intel syntax ? (Gronfff)) If POP yields the victim of the most recent not yet popped PUSH, then this does not look correctly coordinated
2006 Jun 08
1
Samba client cannot join Samba Domain
Hi, I have a server running Samba as a PDC and I'm using on-the-fly machine account creation. This works absolutely fine with Windows clients, but I cannot get a Samba client to successfully join the domain. I'm trying to join using the command 'net rpc join -Uroot', which after I've entered the password returns: Error domain join verification (reused connection):
2010 Jun 09
0
No subject
"syslinux No DEFAULT or UI configuration directive found! boot:" "In order to fix this problem, you will have to plugin the USB drive into another computer and then rename the "isolinux" folder to "syslinux". In addition to that also rename the "isolinux.bin" and "isolinux.cfg" files in the same folder to "syslinux.bin" and
2017 Mar 24
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
CC:ing syslinux. Thanks for testing David. On Thu, Mar 23, 2017 at 05:23:51PM -0700, David Christensen wrote: > Trying isohdpfd.bin: ... > Boot it in D865GBFLK Pentium 4 3.4E GHz -- I see a screenful of information, > with "Key?" at the bottom (see attached picture IMG_1578-r.JPG). > > > When I press a key, I see the following message at the bottom and the >
2002 May 07
1
Hi from Argentina!
Hi, my name is Eduardo, i?m working on my own linux distribution, i want to use isolinux but these are the problems that i have: This is the command that i made to make the iso of my distribution: mkisofs -o /argentux.iso -R -V "Instalacion de ArgenTUX" -A "Disco de instalacion de ArgenTUX" -no-emul-boot -boot-load-size 4 -b isolinux/isolinux.boot -c isolinux/isolinux.boot
2006 Feb 13
1
lilesystem size limit samba on 64bit 2.6 kernel vs. clients win2k/winxp ?
I had an incredibly hard time finding any documentation on filesystem size limits for samba on 64bit linux with 2.6 kernel exporting to 32bit windows 2003 and windows-xp by googling. The closest I could get to was that cifs filesystem size correlates to ntfs filesystem size and therefore there would be a 64TB limit. Are there additional limits within the software stack that I should be aware of?
2002 Dec 06
1
Making TIMEOUT work?
I have problems getting the TIMEOUT value work the same way LILO/GRUB does it.. ie it should wait until the timeout and then use the default value. However, it goes straight for the default value without waiting a single second (and a TIMEOUT value of 500 should mean 50 seconds, as it counts in 1/10th of a second, right?) SYSLINUX (isolinux) 2.00 ----8<------8<---- SERIAL 0 38400 TIMEOUT
2014 Jul 11
1
Setting up and helping debug EFI PXE booting
Hello, I see lots of current activity trying to get EFI PXE working both with new and "old" kernels (RHEL 6.5) and lots of failures. I've got several real pieces of hardware (AMD APU, Intel E5-2600, etc.) with a variety of BIOS and NIC that have EFI PXE stacks to test with. But I find zero documentation that's up to date on the wiki of how to configure a DHCP server to send
2016 Apr 22
0
UEFI syslinux.efi fails to download ldlinux.e64
Hello, I'm looking for and offering help. I know this has been an on-going problem and I thought I had seen a fix go by, but I'm compiling from the latest github.com/geneC/syslinux and syslinux.cz repositories and I've got a system which doesn't work. It does DHCP and gets a filename "efi/syslinux.efi" and downloads that correctly. It then executes it which clears the
2016 Aug 08
0
Syslinux Aarch64 porting
> > Date: Mon, 8 Aug 2016 15:05:17 +1000 > From: Michael Davies <nemykal at nrv-linux.io> > To: syslinux at zytor.com > Subject: [syslinux] Syslinux Aarch64 porting > Message-ID: <05476825-bf5e-9898-4aaa-3eaa927bbd0c at nrv-linux.io> > Content-Type: text/plain; charset=utf-8; format=flowed > > Hi, > > Is there any information available on porting