Displaying 20 results from an estimated 700 matches similar to: "Problem with mixing regular kernels and 2.6.19 git kernels."
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 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 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
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
2014 Feb 13
0
Linux and HDT looking systems?
Can you detail at what time does HDT locks ? The HDT iso does provides a
verbose mode, It would be interesting to get when it locks.
2014-02-13 14:43 GMT+01:00 Michael D. Setzer II <mikes at kuentos.guam.net>:
> 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
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"
>
2016 May 08
0
HDT site down??
Update. I renewed the dns for $16.67? Did the same last year, but it actually
showed it was expired last year? This year it just stopped working and dig
was showing it not expiring till next year? So, it seems to be back up. Don't
have any control on site, but anyone with an account can renew it.
Dear Customer,
We are pleased to confirm that you have successfully renewed the following
2011 Oct 05
1
ftp://kernel.org/pub/linux/boot/syslinux/ Gone?
When Kernel.org finally came back up, the boot directory and
syslinux were there, and it was the same files as before from what
I could tell, but now the boot directory is no longer there?
Wondering why it was there, and now gone?
+----------------------------------------------------------+
Michael D. Setzer II - Computer Science Instructor
Guam Community College Computer Center
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
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.
2010 Jun 16
3
Pre48 - syslxcom compile errors
I just downloaded the pre48 and ran make.
It ran fine for everything, but ended with a number of errors related to the
syslxcom program. Usually, I only see the messages about the windows
build since I am doing the make on a Fedora 10 system.
Is there something new that has been added that requires something that I
am missing? From looking at the program this isn't related to the isolinux
2008 Sep 17
1
List quiet for some time now?
Haven't seen messages for about a week now, but archive doesn't show new messages.
Wondering what the status is for 3.72. I've downloaded and tested the pre6 on my systems,
and it works fine. Getting to release a new version of my g4l project, and wanted to use the
latest version, since I know some people have used it on mac machines.
Also, is there a way to get and display the
2008 Oct 23
1
usb-fdd with isohybrid??
I finally got around to testing the isohybrid, and it seemed to work in the creation, but in my
lab, it sees the flash as a usb-fdd, and when I tried to boot from it, I just get a cursor in the
top left. In linux it comes up as a cdrom.
Is there a process for this, or is this a case of having to use another method.
Some time ago, I had use syslinux to boot from a flash, but I had to set an
2010 May 05
1
Got modified cat.c32 working but original display.c32 not working
In the 3.x versions I would copy the original isolinux.bin file, and then run
the make command to build the cat.c32 and then just copy that file. Have
now done a make, and copied the bin file and all the .c32 files I use to the
image, and the cat.c32 is working, but the display.c32 still freezes.
Noticed the sizes of some files are different after the make, even thou the
source code from them
2010 May 12
1
Display.c32 still not working in pre 41
Saw the new version of syslinux, and built a new image, and the display.c32
still locks up. The modified cat.c32 I use works fine compiled in the directory
as the original cat.c. I had tried coping display.c to that directory with the
name cat.c to see if it would compile, but the compile failed with a lot of
errors, so there probable is something different in the process between those
2010 Oct 18
0
OT: Issue with Kernel lock on hardware
I have a user of my g4l project that has the kernel just stop after showing
myri10ge
I built a kernel without that modual, and it stopped with the one after that.
Have tried the debug option, but it shows no more info.
The syslinux menu includes a number of kernels with various released
versions. The kernels have the nics and disk controllers build in instead of
modules.
Is there something
2011 May 26
1
What are the difference between 4.05 pre and 4.10 pre?
I've noticed the 14 pre versions of 4.10, but then there is now a
new 4.05 pre?
ftp://ftp.kernel.org/pub/linux/boot/syslinux/Testing/
Wondering?
+----------------------------------------------------------+
Michael D. Setzer II - Computer Science Instructor
Guam Community College Computer Center
mailto:mikes at kuentos.guam.net
2012 Dec 10
1
Setting up syslinux 5.00
Have been using syslinux for some time for my g4l project, and
was just looking at the new 5.00. Normally have just copied the
new files, but with version 5.00 it is missing the support files
according to ldd, and even putting the missing files in the directory
failes to find them. ../../com32/...
Script to copy files from new syslinux directory to the projects
isolinux directory that is
2012 Dec 15
1
Statis of www.hdt-project.org/wiki/hdt-0.5.0 site?
Noticed that the sites has not been responding correctly for a few
days, and was wondering if anyone knew what was up.
traceroute and ping get to the ip, but website times out after a
very long time.
+----------------------------------------------------------+
Michael D. Setzer II - Computer Science Instructor
Guam Community College Computer Center
mailto:mikes