Displaying 20 results from an estimated 10000 matches similar to: "Adding USB support to a given initrd in syslinux"
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
2006 Aug 17
1
Help: Marvell sk98lin driver missing from Centos 3 PXE initrd.img
I'm new to the lists so sorry about any faux pas I may have made. Also I
apologize for the length, but I wanted to be sure I covered most of the
details.
I'm trying to do a PXE install on an Intel 1435VP2 server machine. The PXE
install has worked on all the older machines in the cluster, so I know PXE
is working. However, these new Intel server machines only support PXE
booting from
2004 Jun 08
1
How do I build an initrd.img for use with pxelinux
Hi,
I have built a Red Hat 7.2 system kernel 2.4.7-10 using pxelinux from
syslinux-2.09
I have then installed the latest Broadcom BCM5700 Linux Driver Version
7.1.22 as per the README.TXT:-
rpm -ivh bcm5700-7.1.22-1.src.rpm
cd /usr/src/redhat
rpm -bb SPECS/bcm5700.spec
rpm -ivh --force RPMS/i386/bcm5700-7.1.22-1.i386.rpm
The system reboots fine and is using the new driver
I now want to update my
2006 Dec 21
2
Centos 4.0 (Final) and Dell 1950 with SAS controller
Hi All,
I have an "appliance" cd which uses CentOS 4.0 (Final) which I am trying to load on a new Dell 1950 server with a SAS driver controller. During the install it fails to find any disks to load to. I got the drivers from Dell and dd the correct one to a floppy, boot from the appliance cd and enter linux dd at the prompt. I load the driver in the install and it still fails to find
2004 Jul 08
2
How to get 3Ware 9500S controller card working in CentOS 3.1?
My goal is to be able to install to the drive array on the 3Ware
controller card. 3Ware does provide a RH WS 3 driver that I've tried to
use; however, the RH Enterprise 3 WS driver doesn't work since that
kernel is older than the CentOS-3.1 install kernel.
I'm trying to create a centOS-3.1 installation driver disk for the 3ware
9500S card; however, I'm not having much luck.
2016 Oct 24
1
SElinux suggestions needed: migrating backup service
Am 24.10.2016 um 23:44 schrieb Gordon Messmer <gordon.messmer at gmail.com>:
> On 10/24/2016 09:53 AM, Leon Fauster wrote:
>> Any suggestions to avoid the default labeling "unconfined_u:object_r:locale_t:s0"?
>
>
> Not off the top of my head. I think you need to either a) not try to preserve the labels or b) run the backup as a user which can manage labels.
2009 Mar 26
2
PXE-Kernel crashes with "RAMDISK: incomplete write ..." after modifiying initrd.img
Hi,
to install current PC models (with new Intel NICs) via Kickstart/PXE, I
wanted to add the newest e1000e-Treiber to initrd.img. With this
modified image, the Kickstart kernel crashes with the following error
messages:
[...]
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
RAMDISK: incomplete write (20480 != 32768) 6062080
2009 Jan 23
0
start network installation with HP 8530w with Intel ethernet card
Hi,
I have an HP 8530w laptop. I need ti instal it under CentOS 5.2 x86_64 -
kernel 2.6.18-92.
The network card is not recognized. I have add the driver
e1000e-0.5.11.2 (dowload from Intel site).
After compiled and installed the driver, all work fine!
But I need to make a network installation and the Intel network card
should be recognized before.
I found the following script on the net and
2005 Nov 10
0
Unable to compile drivers...
Hi,
I have installed Xen from the binaries (2.3.4 in "Users'' manual") and I
have got to the point of setting up the networking for Domain0. In order
to do this I need to compile ndiswrapper and when I try this I get the
following:
Can''t find kernel sources in /lib/modules/2.6.11.12-xen0/build;
give the path to kernel sources with KSRC=<path> argument to
2010 Jan 01
1
missing module dir?
I'm teaching myself about ethernet cards, and found a TLDP page. I have
CentOS 5.3.
In this section: http://tldp.org/HOWTO/Ethernet-HOWTO-2.html#ss2.4
in the 'Driver as module' subsection, regarding PCI cards, it states
that there should be a directory "/lib/modules/`uname -r`/net"
[mykolas at sr1220 ~]$ uname -r
2.6.18-128.1.16.el5
[mykolas at sr1220
2007 Jun 04
0
Another batch of helpins needed.
Hello, you guys have helped me before. I am setting up a multiboot system on
my usb stick. At one point, with syslinux, i had the two of the three
systems working. However in a sucessful attempt to get the third working, i
used that os'es instructions for usb installition, which included syslinux.
After which, that system worked, with its syslinux.cfg being located in a
non-root folder
2008 Jul 07
0
Problems booting syslinux off of USB flash drive with dell Intel D815EEA
I am attempting to install Gentoo on my cdless machine using the
thumbdrive as a boot device. The motherboard is an Intel D815EEA, and
is the latest firmware revision (at least on the BIOS). I believe I
have done everything right, but it tells me I have unknown keywords in
my syslinux.cfg and corrupt kernel images.
The steps I have followed are thus:
1) Starting with a 4GB flash device,
2005 Aug 26
1
lvm initrd -> initramfs
I converted my lvm root initrd to an initramfs by putting glibc, lvm,
pivot_root, my linuxrc, etc. in my initramfs source file. I use ash
compiled against klibc to run my linuxrc
Unfortunately -
pivot_root . initrd
- complains -
pivot_root: Invalid argument
I suspect this may be because you can't pivot_root using a cpio
initramfs root?
If so, what should I do instead? Should I
2005 Aug 07
1
Making Driver Disks
List,
I have attempted to make my own megaraid driver disk for a Dell
PowerEdge 2300. The procedure I'm using is detailed at the end of this
message. In short, I followed samples that I collected after Googling
around. The problem I face is that the CentOS 4 installer can't seem to
mount the driver disk after I have created it. It gives no information
other than, "Cannot
2007 Jan 02
0
customizing initrd - kernel panic while booting
Hi,
I want to customize initrd so that I can run my
application once vmlinuz loads initrd. (similar to dos
booting - dos runs autoexec.bat)
I copied vmlinuz & initrd from RHEL4 ISO.
Mounted initrd
renamed 'linuxrc' exe to linuxrc1
created new script linuxrc
called linuxrc1 from linuxrc script
called my application from linuxrc script.
But I receive "kernel panic" error:
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
2006 Dec 28
1
modifying initrd.img to run custom application
Im n/w booting machine with kernel - vmlinuz and
initrd initrd.img.
I copied vmlinuz & initrd.img from RHEL4 iso.
I want to modify initrd.img so that when 2nd stage
boot loader loads initrd, my custom application gets
executed.
linuxrc in initrd.img is sym-link to /sbin/init.
My steps:
1. Renamed linuxrc to linuxrc1
2. created new linuxrc script & invoked "/linuxrc1"
from
2007 Aug 13
1
A hardware tool for Syslinux
I started a COM32 module for displaying the hardware ressources we can
detect in syslinux.
I'm using the PCI COM32 module to detect the PCI devices, the CPUID
COM32 module for the processor, and the DMI COM32 module to find the
other information (motherboard, system, cpu,..).
About the PCI devices, I'm using the "pci.ids" file from the pciutils
package to display the
2004 Jun 30
0
problem loading initrd
Hi,
I am trying to load kernel 2.6.6 on a Soekris net4521 from the network
using PXE. I built my initrd with mkinitrd. RedHat nash (while running
linuxrc) hangs after mounting /proc and says "Creating block devices". I
am using the pxelinux.0 from the syslinux-2.10 distribution and the kernel
and initrd were built on redhat 9.0. I built my kernel with BLK_DEV_RAM,
RAMFS, TMPFS,
2004 Sep 11
0
global APPEND vs initrd= override
folks,
Im finding that using a config like this:
SERIAL 0 19200
#IPAPPEND 2
PROMPT 1
TIMEOUT 100
IMPLICIT 0
APPEND console=ttyS0,19200n81 root=/dev/nfs
nfsaddrs=10.10.10.100:10.10.10.2:10.10.10.2:255.255.255.0:soekris:eth0
nfsroot=10.10.10.2:/nfshost/truck panic=15
LABEL deb268
KERNEL vmlinuz-2.6.8-1-386 initrd=initrd.img-2.6.8-1-386 panic=10
LABEL deb268-ram
KERNEL vmlinuz-2.6.8-1-386