search for: cgz

Displaying 20 results from an estimated 61 matches for "cgz".

Did you mean: caz
2007 Jan 18
1
modules.cgz
I would like to add a driver (bcm5700.ko) in modules.cgz. but there are several files modules.cgz . In which files I do have to add the drivers: - initrd.img ? - stage2.img ? - netstg2.img ? - hdstg2.img ? Denis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/...
2004 Jul 08
2
How to get 3Ware 9500S controller card working in CentOS 3.1?
...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. I've compiled the drivers on a stock centOS 3.1 install and created a modules.cgz file (using find . -depth | cpio -o -H newc | gzip -c > ../modules.cgz) with the newly-compiled driver modules. Here are the contents of the modules.cgz file I created: 2.4.21-9.0.1.EL.c0BOOT/i386/3w-9xxx.o 2.4.21-9.0.1.EL.c0hugemem/i386/3w-9xxx.o 2.4.21-9.0.1.EL.c0/i386/3w-9xxx.o 2.4.21-9.0.1....
2009 Jan 23
0
start network installation with HP 8530w with Intel ethernet card
...kboot.img diskboot.orig.img mkdir diskboot_mnt mount -o loop diskboot.img diskboot_mnt mkdir initrd_extracted cd initrd_extracted gunzip < ../diskboot_mnt/initrd.img | cpio -i --make-directories cd .. mkdir modules_extracted cd modules_extracted gunzip < ../initrd_extracted/modules/modules.cgz | cpio -i --make-directories cd 2.6.18-92.el5/x86_64 rm e1000e.ko wget http://my_web_server/e1000e.ko # Now put humpty back together again cd ../../ find . -print |cpio -o -Hnewc | gzip -c9 > ../modules.cgz cd .. cp -fp --no-preserve=all modules.cgz initrd_extracted/modules/ cd initrd_extract...
2007 Apr 11
1
Changing the ISOLINUX boot directory
...finds the kernel. I'm using EasyBoot to boot the ISOLINUX shell. The structure looks something like this: <root> <easyboot> :..chntpwd.bif :..isolinux.bin :..loader.bin :..chntpwdtest.ezb <lpc> <isolinux> :..SYSLINUX.EXE :..INITRD.CGZ :..SCSI.CGZ :..VMLINUZ :..ISOLINUX.CFG :..SYSLINUX.CFG :..BOOT.MSG :..BOOT.CAT :..readme.txt Esentially, what should happen is when the disc boots, the EasyBoot menu shows up. The menu displays an option to run "chntpwd.bif" which r...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...n 4.14.0-rc6-00162-g3d6dabc2 (kbuild at lkp-nex05) (gcc version 6.2.0 20160901 (Debian 6.2.0-3)) #1 SMP Sun Oct 29 15:58:26 CST 2017 [ 0.000000] Command line: ip=::::lkp-hsw-ep4::dhcp root=/dev/ram0 user=lizhijian job=/lkp/scheduled/lkp-hsw-ep4/perf-sanity-tests-defaults-debian-x86_64-2016-08-31.cgz-3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f-20171029-69014-181lmno-0.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.2 branch=tip/master commit=3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.2/gcc-6/3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f/vmlinuz-4.14.0-rc6-00162-g3d6dabc2 max_up...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...n 4.14.0-rc6-00162-g3d6dabc2 (kbuild at lkp-nex05) (gcc version 6.2.0 20160901 (Debian 6.2.0-3)) #1 SMP Sun Oct 29 15:58:26 CST 2017 [ 0.000000] Command line: ip=::::lkp-hsw-ep4::dhcp root=/dev/ram0 user=lizhijian job=/lkp/scheduled/lkp-hsw-ep4/perf-sanity-tests-defaults-debian-x86_64-2016-08-31.cgz-3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f-20171029-69014-181lmno-0.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.2 branch=tip/master commit=3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.2/gcc-6/3d6dabc2c8b475c40d8f4a8b5da8c5d71b2fa13f/vmlinuz-4.14.0-rc6-00162-g3d6dabc2 max_up...
2006 Jul 18
1
AW: AW: Problems with installation
...9;re not using the correct driver disk for the kernel you're using during setup ... Which version of CentOS are you trying to install ? CentOS 4.3 ? and for which processor ? i686 or x86_64 ? Verify that you have the right driver disk ... If you want to see which modules are included in modules.cgz, just explode it (gzip -d -c /media/floppy/modules.cgz | cpio -i -d) somewhere (in /tmp for example) and compare the kernel modules version. On Tue, 2006-07-18 at 13:28 +0200, Horchler, Joerg wrote: > step by step :-) > > I booted now with > > 'linux dd=nfs:<ip>:<path...
2006 Aug 17
1
Help: Marvell sk98lin driver missing from Centos 3 PXE initrd.img
...17) I have tried the following: cp /tftpboot/linux-install/initrd.img /tmp/initrd.img.gz cp /tftpboot/linux-install/initrd.img /tftpboot/linux-install/initrd.img.orig cd /tmp gzip -d initrd.img.gz mkdir /tmp/initrd.fs mount -o loop initrd.img initrd.fs gzip -d < /mnt/initrd.fs/modules/modules.cgz | cpio -i --make-directories This makes the folders /tmp/2.4.21-40.ELBOOT/i386/ filled with the drivers in the initrd.img file. Then I grabbed a copy of the vanilla 2.4.21-40, went to Intel's website to grab the driver files I needed (turns out that they were included in the vanilla source, h...
2005 Aug 18
1
xfs module not loading
I'm trying to add XFS and ReiserFS to CentOS, integrating with Kickstart. I think I'm fairly close. I've added xfs.ko and reiserfs.ko to modules.cgz in initrd. Several of my partitions now specify --fstype=xfs. I can see tty5 mkfs.xfs is creating the XFS file systems. The system currently installs completely via kickstart, but it does not mount the XFS file systems while in the kick process. /mnt/sysimage/etc/fstab is populated correctly....
2007 Jun 08
1
kickstart fails statically built custom kernel: anaconda doesn't honor static NIC/SATA driver in kernel?
...work device! ERROR: no network drivers for doing kickstart ERROR: unable to bring up network. The network card driver tg3 is statically built into custom kernel to fix NIC driver loading sequence problem( I have mixed type NICs on these boxes), so there is no tg3.ko in my rolled modules/modules.cgz file. Does this problem mean that kickstart/anaconda doesn't recognize NIC/SATA drivers statically built into booting kernel? Anaconda needs everything to exist in dynamic module form (*.ko in modules.cgz)? Thanks.
2009 Mar 26
2
PXE-Kernel crashes with "RAMDISK: incomplete write ..." after modifiying initrd.img
...e driver, I re-archived and re-packed the image and replaced the initrd.img on my tftp server. The new image is considerably bigger than the old one (12 MB vs. 5.7 MB) which puzzles me, as the driver file itself is 2.8 MB (compared to the old e1000e.ko with ca 170 KB) but the resulting modules.cgz is only around 700 KB bigger than the original one. All files have been compressed with `gzip -9`. My PXE bootsettings are: KERNEL CentOS-5.2_64/vmlinuz APPEND initrd=CentOS-5.2_64/initrd.img ramdisk_size=5940 kssendmac ks=http://srv/ks/ks.cgi noipv6 Even raising ramdisk_size doesn...
2004 Nov 19
1
Upgrading PXE initrd.img with new kernel and drivers
...xeboot 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 question is: Can I use the 2.4.21-4 initrd.img and just replace the entire modules.cgz with all the modules from the BOOT rpm and our new cciss.o in there? I'm not sure what exactly the difference is between the PXE version of initrd.img and regular boot initrd.img, but a simple "find ./ -type f" shows that the PXE one has a lot more files and I'm not too sure whet...
2007 Aug 01
2
PXE, Intel, and FC4 problems
Greetings! I am currently building a PXE distro server for a company that I'm contracting for, but I'm having some problems. Here's the scoop: Some of the clients I want to install on are Angstrom blades with Intel e1000 NICs. Using the pxelinux.0 file on the FC6 distro, I can install FC6 just fine. However, FC4 bombs. The system pulls it's DHCP address just fine, and then
2014 Mar 07
2
Syslinux EFI + TFTPBOOT Support
On 2014?03?07? 23:05, Ady wrote: > I understand that these remarks might seem not the main issue, but I > tend to think that once you are successful while using only "default" > > values and in a minimalistic case, you could add complexity > (different paths, multiple firmwares, additional kernels, multiple > cfg files...). Ady, Thanks. I will follow your advice to
2006 May 18
1
3ware 9550sx on CentOS 4.3 x64
...50sx for CentOS 4.3 x64. Although the driver disk is available, it doesn't seem to work. Anaconda just can't find the 3w-9xxx module. This is the same seutp as CentOS 4.1 (which works) so I'm not sure how x64 is different. The driver disk contains the following files: modinfo modules.cgz modules.deppcitable rhdd Any help is appreciated.
2006 Mar 27
0
Adding USB support to a given initrd in syslinux
...the initrd there was no "linuxrc" or "init" script inside it (it contained /dev/,/etc, /modules, /proc, /sbin, /selinux ,/sys, /tmp, and /var folders. under the /modules,there were the following files: module-info modules.dep modules.usbmap pcitable modules.cgz modules.pcimap pci.ids) should I add to modules.cgz the usb-storage and other modules (How can it be done) and it will load them automatically? Any idea ? Regards, IB
2007 Jun 04
0
Another batch of helpins needed.
...ax LABEL Slax # Locate Kernel KERNEL /boot/vmlinuz # Append boot options APPEND vga=769 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 changes=slax/slaxsave.dat rw # Name Knoppix label Knoppix # Locate kernel KERNEL vmlinuz # Append boot options append rw vga=1 init=/linuxrc initrd=initrd.cgz,scsi.cgz # Name Memtest LABEL Memtest # Locate kernel KERNEL /boot/mt86p </code>
2014 Mar 07
0
Syslinux EFI + TFTPBOOT Support
...ersions prepped for use at the moment, half of which I built for testing various patches. e6/b/ is a symlink to ../b/ and contains tck3810i64.bz (TinyCore 5.0 x86-64 kernel), tc502rt32.gz (TinyCore 5.0.2 root-only 32bit), tc502rt32m64.gz (TinyCore 5.0.2 modules for the x86-64 kernel) and tckscsi64.cgz (A CPIO.GZ containing the SCSI modules for the x86-64 kernel and a file to mark it as loaded on boot). The LABEL stanza I use is: LABEL tc MENU LABEL TC LINUX b/tck3810i64.bz APPEND via-tftp initrd=b/tc502rt32.gz,b/tc502rt32m64.gz,b/tckscsi64.cgz vga=771 SYSAPPEND 2 I have a rest...
2009 Aug 19
1
centos 5.1 kickstart CD and intel 82576 driver
Hi all, I've got a Centos 5.1 kickstart that I must continue to use. How can I update the kick start image so that it recognizes Intel gigabit 82576 nic? BTW, I compiled the driver I need and have this igb.ko file. How do I incorporate that into my initrd.img file that I see on the kickstart CD that is probably my kickstart boot OS. Thank you very much in advance. aurf -
2004 Jun 08
1
How do I build an initrd.img for use with pxelinux
...pteron box:-( I made a copy of the bcm5700.o version 7.1.22 and used this file as a replacement in the procedure below. zcat /tftp/initrd.img > /tmp/initrd.e2fs mkdir /mnt/initrd mount -o loop /tmp/initrd.e2fs /mnt/initrd mkdir /tmp/modules cd /tmp/modules zcat /mnt/initrd/modules/modules.cgz|cpio -i --make-directories cp /tmp/bcm5700.o 2.4.7-10BOOT cp /tmp/pcitable /mnt/initrd/modules/pcitable find -name "*.o" -type f | cpio -oH crc | gzip -9 > /mnt/initrd/modules/modules.cgz ls -l /mnt/initrd/modules umount /mnt/initrd cat /tmp/initrd.e2fs | gzip -9 > /tftp/initrd-new...