Displaying 20 results from an estimated 7000 matches similar to: "building initrd.img with updated drivers"
2005 Sep 20
4
Proper way to boot memtest86
Hello list, any try the new memtest86 v3.2 with isolinux 3.11 cd and pxeboot?
How is the proper way to chainload memtest86
I was tried:
label memtest
kernel memtest.bin
but, nothing happens just a weird hang (my older versions of memtest hangs
too). Anyway chainloading in a floppy image with memdisk on CD or pxeboot was
fine but if I use memory to emulate a floppy I was not using this memory
2006 Jan 24
5
PXEboot large image creation
Hi,
I am trying to create an image that is larger than 1.44MB to be used
with PXE boot (Ghost 8 requires 2 floppys). My current attempts result
in the boot hanging at :
Loading boot sector... booting...
Starting...
My config just says the following:
default memdisk
append initrd=smalldos.img
I created the image following
http://syslinux.zytor.com/archives/2005-August/005573.html (I am unsure
2005 Sep 26
3
PXEboot: can't find configfile on tftpd server
Hello,
I've got several machines which I'm trying to netboot, the setup is a
bootserver using dhcpd3 and tftpd-hpa.
When a machine boots up, it gets an ip address and downloads pxelinux.0 from
the server, then it starts searching for pxelinux.cfg/[MACADDRESS]
pxelinux.cfg/0A0000F0 and so on. On the server side I see in the syslog the
client's DHCP-request and the client downloading
2006 Aug 16
3
Gigabyte recent bios & syslinux extlinux trow USB-IDE bridges or pendrives
Hello list, I'm having problems with newest BIOS updates from Gigabyte to my
Mother Boards, they don't want to boot syslinux, extlinux y usb-hdd mode.
Then I need to know if someone else are having same problem, and can send me
the Mother Board versions and bios versions to report as a bios bug.
this is from the support, I'm awaiting for answer.
2006 Sep 05
2
USB key: CBIOS line printed, nothing else
Here's an interesting problem, and the first partial failure I've seen
when booting USB keys.
I've installed a bootable Knoppix "CD" image to my USB key, and posted a
writeup of my installation method here:
http://knoppix.net/forum/viewtopic.php?t=25402
Up until now, I've always had one of:
100% success (it fully boots)
100% failure (BIOS fails to recognize the USB
2006 Aug 22
4
How to enable F12 key to start PXE boot?
I researched on Archive, but the instruction says to copy startrom.com to
startrom.0,
so I changed boot program to startrom.0 instead of pxelinux.0, it gives
me a TFTP error saying file not found.
then I keep startrom.0, change boot program back to pxelinux.0, then I do
not see F12 key and boot directly to PXE.
then I change the boot program to startrom.com it asked me to press F12,
but can
2005 Aug 08
1
ansi2sys and patch for ansieditor
I send to the list the perl script to make the inverse of sys2ansi.pl and
convert any ansi file to syslinux format. I recommend jave editor to deal
with ascii arts and ascii fonts www.jave.de and for painting colours over the
ascii file, the ansieditor from http://www.win.ua.ac.be/~wschrep/ansied/ with
the patch attached for import and export to syslinux directly and for colour
paint mode to
2005 Aug 06
1
[OT] Ascii Editor for message files
This is really OT, I got jave to paint some prety Ascii Fonts on my terminal
server message file, But I'm not able to find out a simple way to paint ansi
coulors than escaping and check a table segment by segment.
?Wich editor you use to use if any?
Sorry for the OT
:)
--
Gustavo Guillermo P?rez
Compunauta uLinux
www.compunauta.com
2006 Jan 18
3
Bootable Floppy w/ Networking & Shell?
I realize this is probably the wrong list but since some of the
principals this list deals with are similar in nature I figured it
could't hurt.
What I am looking to do:
Provide a solution to either boot from a floppy disk, establish a
network connection, give user the ability to run utilities such as fdisk
and dd. as well as provide the same solution as a PXE bootable image.
My
2005 Jul 20
2
.spl files
I am not certain that this is the right place to post this, but maybe
some kind soul can point me in the right direction if not. And I
apologize if this is the wrong spot...The reason I posted here is that
I recall running across a syslinux changlog that said "..added support
for reading .spl..." files. I want to customize the suse boot up
splash screens (for a CD install). I have been
2005 Dec 04
4
Problems with multiboot DVD and isolinux > 3.07
Hi,
some time ago I tried to boot an isolinux boot loader from another one
to be able to boot e.g. a Knoppix CD with its original boot loader and
menus from a "main" isolinux on a multiboot DVD.
This works for isolinux <= 3.07 now!
However, newer isolinux boot loaders have some problems and the isolinux
(e.g. of the Knoppix CD) loaded from the multiboot DVD's main isolinux
2005 Nov 05
1
Cant PXE boot DOS image
My system is hanging up when attempting to boot a bootable floppy disk image
Does the following info tell any story as to what's happening?
Thanks.
LABEL dosdiskimage
KERNEL memdisk
APPEND keeppxe initrd=dos.img floppy
Loading dos.img .............
Ready.
MEMDISK 3.11 2005-09-02
e820: 0000000000000000 000000000009fc00 1
e820: 000000000009fc00 0000000000000400 2
e820: 00000000000e0000
2006 Aug 24
1
Continue HD boot option?
Hi,
I have boon Googling quite a bit on this, but is it possible:
I want to build an ISOLINUX boot CD, but want one of the option to be
"Continue booting from hard drive" and thus disregard booting from the
kernel on the CD. Is it possible? Or what can I do to force a HD boot
from ISOLINUX.CFG?
Thanks
Herman
Starship Systems
2006 Jun 16
3
SYSLINUX bootsplash
Hello all,
Forgive me if this has been asked before, I've been googling for two
days now and the only thing that I've learned is that bootsplash is a
total black art.
I'm booting off of a USB stick and I've finally gotten a splash screen
to appear before vmlinuz and initrd load, but once they load the splash
screen scrolls off the screen. Is there any way to make it behave and
2018 Jan 31
4
How is initrd.img packed and compressed?
Hi,
In order to work around a known upstream bug I needed to add a udev
rule to pxeboot initrd.img on CentOS 7.
The process is straightforward:
1 - extract the pxeboot initrd.img to a new directory
2 - add the udev rule needed to fix the bug
3 - pack and compress it back in initrd.img format
The resulting updated image works, it fixes the upstream bug and life
is good. But although it works,
2005 Aug 27
2
I want to use a ram disk as / after network booting.
Hi
I am an engineer who is making communication systems.
I have a board(made by Kontron ltd, Intel CPU, currently with diskless )
that is used in compactPCI.
I boot that board with network PXELINUX method and currently using NFS.
But I don't want to use NFS and I want to make and use ram disk image.
That means I want to use a ram disk as /.
Currently I made a initrd by ltsp_initrd_kit.
What
2005 Oct 04
3
Boot DOS through Pxelinux
Hello list,
My set up is almost complete in booting DOS through PXELinux, but I need to
create a DOS boot image from (2 )DOS floppies. I've search the archives and
google
but didn't find any relavant info...
My current set up now works with the standard setup (with one DOS floppy):
kernel: memdisk
append: initrd=floppy.img ramdisk=10000
My goal to is create a floppy.img from 2 DOS
2004 Nov 19
1
Upgrading PXE initrd.img with new kernel and drivers
Quite simply, HOW? :)
I have the pxeboot initrd.img from the RH 3.0 AS CD's. We need to put a new
cciss.o driver from HP into this initrd.img. Unforunately, the modules in
the pxeboot initrd.img we have are 2.4.21-4 and our new driver is compiled
for 2.4.21-15, so we have to upgrade everything.
I downloaded the kernel-BOOT-2.4.21-15 RPM and installed that, so I have all
those drivers. My
2005 Dec 02
3
PxeLinux menu.c32 chaining
Hello,
many of our platforms do not have a integrated floppy, some even don''t have a floppy controller. As pxelinux still has a problem with machines without a floppy in combination with some bios versions I need to chainload a different bootstrap loader which works on the floppyless platforms. But I also need to load a BartPE and the other BS loader does not support that. So I tried to
2005 Jul 26
1
isolinux issue with AOpen DVD writer
I'm having a problem booting Slackware 10.1 boot CD's as well as an
isolinux image of my own. The system is a VIA Epia M10000 and the drive
is an AOpen ISU-8424E CD/DVD writer. If I use a Toshiba CD-RW/DVD-ROM
Drive SD-R2612 in place of the AOpen DVD writer, the cd boots fine and
everything works as expected.
What's the best course for further debugging of this problem? The only