similar to: loading any size image file, why?

Displaying 20 results from an estimated 300 matches similar to: "loading any size image file, why?"

2007 Dec 24
1
Question on menu/Makefile
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Was just working with the latest 3.54, and find that the Makefile in the menu directory didn't work until I added the /include/syslinux to the file. < CFLAGS = $(M32) -mregparm=3 -DREGPARM=3 -W -Wall - march=i386 -Os -fomit-frame-pointer -I$(LUDIR)/include - I$(COM32DIR)/include -I$(COM32DIR)/include/syslinux -Ilibmenu - D__COM32__ -
2006 Jan 09
2
Question on Kernel boot options
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a project that uses syslinux to load the kernels from the CD to create disk and/or partition images. The process works great, but as I have been building newer kernel images with new disk and nic drivers, I have had users run into problems. Example: one users machine would fail at hotplug detection, creating a kernel with this feature off
2007 Jan 24
1
vesamenu samples?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've been using the standard isolinux.cfg file for some time with great success. Have it currently display a file at the beginning with a little .lss graphic file, and some basic info then with the image names and info. Also have 4 of the help files linked to the F1 - F4 keys. But I just had a number of emails back
2007 Jan 25
4
vesamenu.c32 and cat.c32
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have done some additional testing, and gotten it a bit close to what I was looking for. I had to modify the cat.c to eliminate the printing of the arguments and file name, and added a Press Enter to return menu line. With the below isolinux.cfg the options do display the files, and pressing enter than returns to the vesamenu. DEFAULT
2007 Dec 14
8
KEEPPXE/DOS
First off I love syslinux and it has worked flawless for us on the unix side of the realm. We're trying to use our ghost images within a dos netboot using syslinux. Unfortunatly we can only pass DHCP ip's to hosts that exhibit a vendor code 'like windows/pxe/and other os's do". Unfortunatly DOS does not, so we cannot request a second IP after the pxe process to map samba
2009 Mar 18
2
Issue with timeout option?
I have a project g4l that uses syslinux and have been working on the next version. I installed the 3.74 pre5, and it worked just fine. But I was doing a test, and booted the systems, and usually pick the default kerenel or one of the other kernels on the CD before it times out with 60 seconds. But this time, I didn't do that. It loaded the default kernel with no problem, but then gives
2014 Jul 09
2
isohybrid binary not in 6.03-pre18? (utils bt is in bios/utils?)
[This email is either empty or too large to be displayed at this time]
2014 Feb 13
4
Linux and HDT looking systems?
I've got a user of my g4l project that is having a system that locks with my kernels, but also with hdt? The default versions are using the 5.10 version of syslinux, but build a special setup using 6.02 and it still locks with both the kernels and the hdt? He was able to get gparted i486 live iso to boot on the machine, so not clear what the issue might be. The system is a Fujitsu T734
2010 May 17
1
Pre-45
Just a quick update. The cat.c in the com32/modules directory works fine. Just added a printf("\nPress Enter to Return to Menu\n"); at the end since I had some uses display the messages, and then not release all they had to do was press enter to rerun the menu. The display.c32 still does work, but know it doesn't lock the system so only a hard reset works. Ctrl-Alt-Del works. I
2016 May 08
2
HDT site down??
I have dyndns.org account, so added the name below and mapped the IP address to it for now. Rather than having to remember the number. http://hdt-project.dyndns.org/ Not sure what the status is. On 5 May 2016 at 7:02, Pierre-Alexandre Meyer wrote: Date sent: Thu, 5 May 2016 07:02:51 -0400 Subject: Re: [syslinux] HDT site down?? From: Pierre-Alexandre Meyer <pierre at mouraf.org> To:
2017 Apr 18
1
HDT-Project down for a few days now?
It now been a few days, and wondering if someone might know the status? The following error was encountered while trying to retrieve the URL: http://www.hdt-project.org/wiki/hdt-0.5.0 Connection to 204.232.192.182 failed. The system returned: (110) Connection timed out Hasn't been updated in some time, but I regularly check the site.
2016 Apr 04
3
hdt error on syslinux 6.0.4-pre1?
Was seeing it I could get any closer with the efi boot using the 6.0.4, and didn't have any more luck. Did a test with it in bios mode and it works for the regular kernels, but when I tried the hdt.c32 I get the following error? Undef symbol FAIL: parse_url Failed to load COM32 file hdt.c32 Only find urlparce.c in the PXE directory, and no reference to it in any files in the hdt
2005 Feb 05
2
Looking for some guidance in creating a new kernel..
I've been making modifications to the G4l freshmeat/sourceforge project. Unfortunately, the project person hasn't responded to email, and doesn't seem to have checked in since 11/18. The project is a bootable CD image, and it uses the kernel from kernel.org, and the isolinux. The current setup includes two kernel files called g4l and g4lold. Only those files and the isolinux file
2013 Nov 26
1
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
On 11/26/2013 06:52 AM, Gerardo Exequiel Pozzi wrote: >> >> Yes. I done the rebuild, but I can not test just now (enconding >> video!). I will post the result in ~10 hours ;) > > Yes! Fixed :) > > I tested at LBA 65536 (~128M) and 655360 (~1280M) and works fine in > both cases. > > The big mistery is why this works in some machines and why fails > in
2006 Nov 20
0
Problem with mixing regular kernels and 2.6.19 git kernels.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a boot cd with multiple kernels to support various hardware, and was recently adding the latest 2.6.19 git kernels. When I started with the git kernels, it would boot, but could not mount the / root file system since the block size was only 1024, and needed 4096. I found that changing the mke2fs command with the -b 4096 option made this
2016 May 05
2
HDT site down??
Have noticed it is down, since I check this and other sites for updates regularly. My monitor shows it down at www.hdt-project.org DOWN www.hdt-project.org May 5, 2016, 4:45 am (Guam time GMT+1000) Going to the web site gives this The following error was encountered while trying to retrieve the URL: http://www.hdt-project.org/wiki/hdt-0.5.0 Unable to determine IP address from host name
2014 Jul 09
4
isohybrid binary not in 6.03-pre18? (utils bt is in bios/utils?)
On 9 Jul 2014 at 6:01, Gene Cumm wrote: Date sent: Wed, 9 Jul 2014 06:01:22 -0400 Subject: Re: [syslinux] isohybrid binary not in 6.03-pre18? (utils bt is in bios/utils?) From: Gene Cumm <gene.cumm at gmail.com> To: "Michael D. Setzer, II" <mikes at kuentos.guam.net> Copies to: Syslinux at zytor.com > > On Jul 9, 2014 5:15 AM, "Michael D. Setzer II" >
2010 May 04
1
[PATCH] cat.c32: check if filename exists
cat.c32: check if filename exists. Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/samples/cat.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/com32/samples/cat.c b/com32/samples/cat.c index 16380b0..3930f74 100644 --- a/com32/samples/cat.c +++ b/com32/samples/cat.c @@ -15,13 +15,18 @@ int main(int argc, char *argv[]) printf("argv[%d]
2013 Jul 24
3
VirtualBox virtual machine hangs after ISOlinux upgrade 4.05->5.10 and up.
Hello, I have specialized linux installation which uses ISOLinux bootloader. Recently isolinux version has changed from 4.05 to 5.10. From that time there is a problem with VirtualBox VM, It crashes (guru meditation) on attempt to boot from HDD or hangs on installation from CD. Strange part is, the very same ISO on ESXi VM works like a charm. Also burned on CD and started on "real"
2014 Mar 01
2
VirtualBox 4.1.x can reproduce bug 45
> > > Short summary: > > I think bug #45 > > http://bugzilla.syslinux.org/show_bug.cgi?id=45 > > "Regression in Syslinux 6.xx. Doesn't 'hand over' to linux kernel" > > can be reproduced using VirtualBox 4.1.x while trying to boot a > > relatively-newish Linux kernel. > > Just to report an update... After confirming that the