Displaying 20 results from an estimated 50000 matches similar to: "CONFIG"
2013 Nov 24
5
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
> I'm the developer of manjaroiso, the tool we use to build our install
> medias for Manjaro Linux.
> During our testings we found out, that syslinux6 won't work on older
> hardware. I've a new Lenovo i7 notebook which booted up our images
> just fine. Even with syslinux6. On my other PCs I got similar error
> messages as Carl got.
(snip)
>
> In
2013 Nov 24
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
Hi,
i am experiencing strange boot failures after repacking
the ISO image archlinux-2013.11.01-dual.iso without isohybrid
and EFI:
# mount -o loop archlinux-2013.11.01-dual.iso /mnt
$ xorriso -as mkisofs \
-o arch_repacked.iso \
-c isolinux/boot.cat \
-b isolinux/isolinux.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-V "ARCH_201311" \
2012 Dec 06
4
problems with isolinux over serial console
Hi,
I'm missing something in my isolinux.cfg configuration but I'm not quite
sure what it is. menu.c32 displays properly over video console, but on the
serial connection, the first letter of the labels are duplicated, and the
margin is pushed off towards the right:
http://dl.dropbox.com/u/59666947/isolinux.jpg
my config is:
--- cut ---
1. serial 0 115200
2. console 0
3.
4.
2008 Jul 08
2
SERIAL
I'm trying to get console redirection on two machines that I have and right
now I am only able to get them to work separately. The first machine will
allow console redirection with isolinux by putting SERIAL 0 9600 as the
first line in the isolinux.cfg file and the second machine will only work
with SERIAL 1 9600 as the first line in the isolinux.cfg file. Is there a
way that I can have both
2015 Dec 12
2
Some patches from mageia
> On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> > Gene Cumm wrote:
> >> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> >> <syslinux at zytor.com> wrote:
> >> > Hi folks,
> >> >
> >> > As per Ady request (thanks for the reminder), I forgot to send the patches
> >> > I
2015 Dec 12
2
Some patches from mageia
Gene Cumm wrote:
> On Sat, Dec 12, 2015 at 8:21 AM, Ady via Syslinux <syslinux at zytor.com> wrote:
> >
> >> On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> >> > Gene Cumm wrote:
> >> >> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> >> >> <syslinux at zytor.com> wrote:
>
2013 Mar 13
6
Syslinux 5.10pre1 - Failed to load COM32 file .c32
Hello everyone,
Since I have some some adventures in UEFI PXE booting ahead I tried to
go with the latest syslinux development snapshot in this case 5.10pre1.
But I already fail when booting from CD with
Failed to load COM32 file .c32
I am a bit perplex since no name of COM32 files is given. I am trying to
trace down the issue as good as I can. COM32 files present are:
2012 Feb 14
2
[PATCH 3/3] syslinux: support isolinux configuration files
This one is the most critical for my app, but also possibly the most
controversial to integrate.
A few applications that convert isolinux ISOs to bootable USB, including
mine, copy the ISO content to a VFAT formatted partition and then add
syslinux to make it bootable.
This would work great... if isolinux and syslinux shared the same
defaults when it comes to configuration files.
2006 Mar 02
4
Unknown keyword in config file
I'm trying to boot Fedora Core 5 Test 3 from either CD or DVD,
(which uses ISOLINUX), and I get the error messages:
Unknown keyword in config file
Could not find kernel image: linux
boot:
There are at least two other people in the world with the same
problem. Unfortunately, all of the rest of the Fedora test
community doesn't seem to have a problem with it, so its not
a high profile
2009 May 23
1
Location and name of configuration files
Just thinking out loud, but thought I'd better check with you syslinux
experts ...
Far too many times I've converted an .iso file to boot off a USB disk by
renaming the isolinux directory and isolinux.cfg file, and far too many
times also forgotten to do so the first time round. Looking at the various
mailing lists on the web shows users often have problem getting a USB stick
to work due
2007 Oct 25
1
Multiboot DVD with original bootscreens kept intact
Hello,
This is my first post ever in a mailing-list so I hope I do the things correctly.
First, thank's to the author for these amazing tools.
With Isolinux, I
am making my own DVD multiboot with multiple liveCDs combined. I can get to work everything without even modifying livecds hierarchy. But now I need an important function that
I can't get to work: DISPLAY boot.msg
In fact to be
2014 Aug 27
4
syslinux efi configuration file name proposal
> Hello Ady & list,
>
> On Wed, Aug 27, 2014 at 08:17:51AM +0300, Ady wrote:
> > > Hello Ady,
> > >
> > > On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote:
> > > > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64
> > > > (with an optional Syslinux menu containing multiple entries).
> > > >
>
2009 Feb 28
2
Return to text mode after menu.c32
Hello everyone,
I am in the process of setting up a home boot server using pxelinux. I
have started creating a menu using menu.c32, and I want to add System
Rescue CD to that. Is there any way I can point PXE to load the
isolinux.cfg that comes with SystemRescueCD (I will now on refer to this
file simply as isolinux.cfg), but not in the "menu" mode? I want to do
that so all the
2011 Aug 25
1
[PATCH node 1/3] add reinstall and uninstall options to boot menu
rhbz#733357
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-nochroot.ks | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index c5d009f..c6dd76d 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -17,6 +17,9 @@ sed -i -e 's/ quiet//'
2002 Sep 03
1
(no subject)
Hi Mr Anvin,
I'm using your isolinux.cfg file in Bart's CD creating files, and was
hoping you could help me with something. When the CD boots and you're
shown the menu (which is from your isolinux.cfg file I think), I'm
hoping there may be a command that I can use with your isolinux.cfg file
to check for a specific file on the primary hard drive (Like the old DOS
IF EXIST command).
2017 Apr 12
1
Improving TAILS, WAS: Module Versioning
Hi,
Ady:
> I am using the ISO image from TAILS as an excuse to "tease" TAILS' devs
> and other users of Syslinux. If intrigeri (TAILS developer) "bites".
> then users reading this mailing list might learn one thing or two about
> Syslinux (6.04-pre1+).
:)
> 1_ EFI/BOOT/isolinux.bin is probably a mistake (or misunderstanding)
> originated in the ISO
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
2006 Jan 16
1
multiple config files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
is there a way for isolinux to have multiple config files for the same
isolinux.bin (in grub it's configfile (cd)/boot/grub/other.lst and in
cdshell it's script file.scn) to have recursive f1-f10 ability and make
the isolinux.cfg less bulky
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Created with GnuPG
2002 Apr 07
3
Failure with 1st isolinux attempt
Folks
I've just tried booting the 1st Linux CD I've made using Isolinux and it
fails. At boot time I see:
Boot from ATAPI CD-ROM:
No Emulation
ISOLINUX 1.67 2002-02-03 Copyright (C) 1994-2001 H. Peter Anvin
boot:
Could not find kernel image: /isolinux
The cdimage was made using the command:
mkisofs -v -o austin.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
2006 Sep 20
1
using menu.c32 from ISOLINUX to display two menu....
Hey Guys,
I am trying to use the simple menu system to provide menus on my boot CDs.
For testing, I have the following entry in my isolinux.cfg file:
label linuxmenu
kernel menu.c32
append menu32.cfg
The option work as it should.
I am trying to display two sets of menus. At the bottom of the
menu32.cfg I have the following:
label 64
menu label Press enter here for