similar to: syslinux only works _without_ syslinux.cfg

Displaying 20 results from an estimated 2000 matches similar to: "syslinux only works _without_ syslinux.cfg"

2005 Jan 11
17
[Fwd: Installing from distribution CDs]
Sorry, hit send instead of attach again. Rest of patches included. -- Anthony Liguori Samba, Linux/Windows Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: aliguori@us.ibm.com Phone: (512) 838-1208 Tie Line: 678-1208
2012 Jun 14
1
Problem with buggy Dell Latitude BIOS
Hello List, the most recent BIOS (A13) for the Dell Latitude E6520 has problems - gpxelinux (4.05) cannot load larger initrd (or memdisk images) with this BIOS and fails with "Not enough memory to load specified image". This results in a few of our boot images (most importantly the Backup Rescue image (and parted magix pxe version)) failing. A12 BIOS works okay. So at the moment we
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the bottom are dropping off. I seem to be limited to 12 items. Is there a limit to how many items can be on the simple menu? default pxelinux.cfg/menu.c32 prompt 0 MENU TITLE UWSP PXE Boot Menu # TIMEOUT 200 LABEL bartpe MENU LABEL Build 12 KERNEL /STARTROM.0 APPEND keeppxe LABEL 11dnet MENU LABEL Build 11DNET beta
2005 Sep 20
4
standalone bootable usb-stick
hi ya syslinuxerz - i've been slowly working on a making a custom bootable standalone usb-stick with X11 and kde - it's basically builds itself off of a slackware-10.1 server - create a custom initrd.gz ( /dev/ram0 ) http://linux-boot.net/Bootable/InitRD/ - create a custom rootfs.gz ( /dev/loop0 ) http://linux-boot.net/Bootable/RootFS/ - create X11 and kde loopfiles
2005 Aug 12
5
PXE/Memdisk/bootimage having a fight
I have tried to get this working SO many times, everywhere I look on the web tells me i have this correct. I have the following stanza in my /tftboot/lts/pxelinux.cfg/default label Ghost kernel memdisk append initrd=netboot.img For some reason, it doesn't work - I get the error messages Missing parameter in config file Could not find kernel image: linux boot: The netboot.img is in the
2003 Jan 19
1
isolinux/gentoo
Hello, Im a Gentoo kernel maintainer thats trying to fix some bugs on are upcoming 1.4 livecd release that uses IsoLinux. Our isolinux.cfg is pretty standard : ######################################### default gentoo append initrd=initrd acpi=off root=/dev/ram0 init=/linuxrc timeout 300 prompt 1 display boot.msg F1 boot.msg F2 help.msg label livecd kernel gentoo append
2004 Nov 10
0
dos filetimes = yes is not correctly used? - utime function calls fail (Version 3.0.7)
Hello everbody, this is really urgent. at the moment the status is as follows: We changed the primafy group to a group without german characters: "?,?,?". It works fine, as long as the primary group as full access to the file. If not, it doesn't work. The Problem in detail: Situation 1: User is member of DOMAIN+GROUP. DOMAIN+GROUP is owner of file utime is called and
2005 Jul 07
2
bug(?) in 2.11
Hi! I write this config line: kernel /boot/i386/vmlinuz ro ramdisk=32768 root=/dev/ram0 init=/linuxrc but when I try to boot I got this mesasge: Could not find kernel image: /boot/i.386/ Same symptomes are with slash and backslash too. I think, the parses don't understand the directory separator characters and count as the part of filename. ps Sorry for my english -- Gabor HALASZ
2005 Aug 26
2
Could not find kernel image:
I am trying to create a bootable cd from a working LFS 6.1 partition. Thank you in advance for any thoughts on this. This is the error I get: ISOLINUX 3.10 2008-08-24 Copyright (C) 1994-2005 H. Peter Anvin Could not find kernel image: lfskernel-2.6.11.12 boot : _ under /isolinux/ I have these files: isolinux.bin I've tried 3.10 and 3.09 isolinux.cfg: default livecd label livecd
2004 Nov 18
2
use of APPEND in default
Having fought my PXE config and eventually getting it to work (had to comment out the group { } statments ? I now come across another issue I cannot resolve and would appreciate some help. in my /tftpboot/pxelinux.cfg/default file I have cause to use the APPEND statement to pass options to the kernel being used. Unfortunately this line has now become longer than 255 characters and appears to be
2003 Mar 24
5
Bootable Kernel
Hello, Sorry to sound like a bad record, but I'm trying to figure out why I'm getting "Bad gzip magic numbers" errors when ISOlinux is trying to inflate the kernel. Right now I'm clueless as to what's wrong. I've tried various kernels compiled on a few different platforms. Has anyone ever seen this before? ANyone know where a better forum to ask this question
2005 Feb 22
1
PXELinux
Greetings: I'm hoping PXE linux can help me with my problem... I'm trying to setup a PXE based install server under Linux that can host Linux (SLES9, Slackware) and Windows (NT4, 2000, XP, 2K3) Install images. I would ideally like to be able to have a PXE compliant host boot, and prompt me to pick an image to boot. Has anyone ever done this before?.. I have ISO images stored on the
2015 Nov 15
0
Ice cast multiple dj's
well its unclear what all is needed, I however am very open and fair. I work hard to earn my money... I can call you and we can chat. Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott
2015 Nov 15
0
fallback mount points?
hey you available today Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk CurrentProjects http://rpodata.com Thank You! Scott ................................................................................... eof On Fri, Nov 13, 2015 at 5:41 AM,
2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
The following is a pxelinux problem, specifically to do with including config files with the menu include directive and the ifcpu64.c32 com module. I have a working ifcpu64.c32 setup that jumps to the label rescue64 in the case of a 64-bit CPU. The label "rescue64" defines a 64-bit kernel and a 64-bit initrd.img. The setup jumps to a label named "rescue32" in the case of a
2004 Jun 30
1
initramfs and kernel 2.6.7
Hi, I 'am trying to launch linux kernel 2.6.7 with initramfs. My pxelinux.cfg/default file looks as follows: default a1 prompt 1 timeout 600 label a1 kernel vmlinuz-2.6.7-1 append initrd=initramfs_data.cpio.gz root=/dev/ram0 init=/linuxrc Kernel image vmlinuz-2.6.7-1 and initramfs_data.cpio.gz was loaded succesfully by pxelinux. Kernel says: checking if image is initramfs... it is but
2015 Nov 15
1
Ice cast multiple dj's
Have you got a messenger or email? I live in the uk and it will cost a lot to call. Sent from my iPhone > On 15 Nov 2015, at 21:48, Scott Winterstein <0turn1 at gmail.com> wrote: > > well its unclear what all is needed, I however am very open and fair. I work hard to earn my money... I can call you and we can chat. > > > Sehr geehrte Damen und Herren, > >
2006 Apr 03
2
probs running stuff from initrd
Hello all Now I may be way of whack here, so please forgive me. I''m trying to merge xen with redhat''s config-netboot. The idea being a kinda stateless domU. For those that haven''t seen you share a rootfs and then bind mount all the individual files over then top, and the redhat gui builds all the pxeboot config and stuff for you if you want a diskless client. I
2003 Jan 04
1
pxelinux and ram images
Looking at the FAQ for SysLinux there is an option for an initrd file (initrd=filename), this does not seem to work with pxelinux (or it is just that I am doing something wrong...). here is my config file: prompt 1 #serial 0 115200 label linux kernel vmlinuz-2.4.18-ssi #read-write #root=/dev/ram0 append init=/linuxrc console=tty0 console=ttyS0,115200 initrd initrd-2.4.18-ssi.img label local
2004 Nov 01
0
Samba setup with Winbind connecting to NT4 PDC - Login is Slow...
Hi, you should reboot your system one and getent passwd should the only show local users. su - DOMAIN+user should still work then... Mit freundlichem Gru?, Dirk Laurenz Systems Engineer Fujitsu Siemens Computers Sales Central Europe Deutschland Professional Service Organisation Nord / Ost Hildesheimer Strasse 25 30880 Laatzen Germany Telephone: +49 (511) 84 89 - 18 08 Telefax: +49 (511)