Displaying 20 results from an estimated 10000 matches similar to: "Help rebuilding kernel get mount error on reboot"
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
John,
Was there a reason for the (2) make oldconfigs? just curious
This all worked
rpm -i kernel.XXX.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bp --target i686 kernel.XXX.spec
cd /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9
make mrproper
cp /boot/config-2.6.9-11.EL .config
make oldconfig
2005 Apr 05
4
Error on compiling kernel :: CentOS 4
Hi,
I'm trying to recompile CentOS stock kernel, and after making my choices
(make menuconfig), i run "make" and imediatly get this error (after my
signature).
Yes, i have the kernel source installed :P
Any help would be apreciated.
Warm regards,
M?rio Gamito
[root at tux 2.6.9-5.0.3.EL-i686]# make
CHK include/linux/version.h
SPLIT include/linux/autoconf.h ->
2005 Nov 17
3
Custom kernel RPM/SRPM
Hi,
I've built customs kernels from the SRPMs with the following:
rpmbuild -bp --target=i686 /path/to/spec
cd /usr/src
ln -s /usr/src/redhat/BUILD/kernel-x.y.z/linux-x.y.z linux
cd linux
make oldconfig
make menuconfig
make all
make modules
make modules_install
And it works just fine. The problem now is that I think installing
that way isn't
2007 Apr 26
1
recompile kernel 2.6.20.7 (so I get updated forcedeth driver)
I installed 2.6.20.7
copied /boot/config{something} to .config
make oldconfig
make oldconfig
make menuconfig - turned on drivers -> Sata -> nvidia
make bzImage
make modules
make modules_install
make install
rebooted.
Seems like the issue I had with forcedeth (nvidia) bad MAC address is gone.
However, the iptables gives errors.
Where in the menu tree do I enable what iptables needs???
I
2005 Apr 11
2
Upgrading to 2.6.11
What would be the proper steps to upgrade to 2.6.11 on centos 4.0
This is what I think...
tar -zxvf linux-2.6.11.6.bz2
cd linux-2.6.11.6
make oldconfig - enter for all choies presented
vi .config - change 8250_NR_UARTS to
36 to support 4 - 8 port rs232 cards
make bzImage
2006 Jul 03
1
Question on kernel recompile 2.6.17.3
I downloaded the kernel from kernel.org.
I did the following:
cd /usr/src
tar -jxf /tmp/linux-2.6.17.3.tar.bz2
cd linux-2.6.17.3
make menuconfig
selected what I needed, saved the new config
make bzImage
make modules
At this point nothing is compiled. All I get is:
CHK include/linux/version.h
Building modules, stage 2.
MODPOST
and a command prompt.
I did make menuconfig again and it
2005 Aug 22
2
Need a little kick start to compile appletalk module
RHEL 4 (and thus CentOS 4) do not have appletalk module included.
CentOSPlus rather thoughtfully has the 'unsupported' version which would
have the appletalk module but I have been unable to get the old megaraid
driver to run compiled from the kernel-devel for these 'unsupported'
kernels.
Thus I would love to simply compile the appletalk module myself from the
standard
2014 Mar 28
2
Recompiling the Kernel for CentOS 6.5
Hi,
I am working on CentOS 6.5 which has 2.6.32-431 kernel.
I have a problem with my driver and I need to enable Kernel-Memory
leak in the kernel for which I will have to recompile the kernel.
I get the kernel source tree from the the source rpm for my running
kernel from below link-
http://vault.centos.org/6.5/updates/Source/SPackages/kernel-2.6.32-431.11.2.el6.src.rpm
and I try to build
2010 Mar 11
6
Installing from source (git, hg) on a fresh debian box
Oye 3 days on this now, my head hurts. I have spent what seems like 40
hours in the last 3 or 4 days reading, and I realize xen is in the
middle of this transition of getting into mainline kernel, issues with
dom0 etc etc.
Ok, so i have come across a few howtos/tutorials on installing xen
dom0 kernel, using git to download a patched? kernel tree, and getting
xen source from mercurial. Below is my
2008 Nov 11
1
Kernel compilation problems
All,
I am trying to build a custom kernel, following the howto and some stuff
i found on the forums (mkspec.patch)
1. the mkspec.patch gives an error:
[root at centos linux]# patch -p1 < mkspec.patch
(Stripping trailing CRs from patch.)
patching file scripts/package/mkspec
Hunk #1 succeeded at 103 with fuzz 2 (offset 22 lines).
Hunk #2 FAILED at 115.
1 out of 2 hunks FAILED -- saving
2004 Dec 11
7
Installing Shorewall on Debian 3.0 r2
Hi All,
i am trying to install Shorewall 2.0 on debian 3.0.
But when i try apt-get i am getting older version i.e.
1.2. Can someone send me a pointer on how to install
shorewall latest version on Debian 3.0 please. i
searched google and on this site but could find any.
i am not in this list, pl include me in ur replies.
Appreciate ur help,
-Balaji
2004 Feb 02
3
layer7-filter with iptables problem
Hi
iam running FEDORA,
i have installed Source of iptable 1.2.9 with the patch layer7-iptables
patch done with out any errors
and i applied patch in kernel to the layer 7 patch
and i have select the required option by doing
make menyconfig
done
make dep
make bzImage
make modules
make modules_install
make install
and rebooted with customer kernel
when i type
iptables -t mangle -A
2005 May 25
2
Recompiling kernel
Recompiling kernel
Hi
I am using CentOS 4 and trying to recompile kernel for my AMD Thunderbird 1.4 CPU.
I used a manual for fedora 3,but I can not make it.
After doing
#installkernel 2.6-new arch/i386/boot/bzlmage System.map
My comuter says "arch/i386/boot/bzlmage no such a file or directory"
Could you possibly help me where the appropriate directory is please?
Thank you for
2007 Jan 25
10
Problems with building a complete kernel
I have a plain vanilla Centos source (not 100% sure where we got it
from), but I can't seem to get a build that installs correctly.
I tried the method described at
http://wiki.centos.org/HowTos/Custom_Kernel, but rpm doesn't like the
output file, and even if I install it with -F, nothing seems to happen -
no new kernel, now initrd, nothing.
When I tried following the directions in the
2005 Jul 17
1
CentOS source code for a kernel rebuild
Where does Centos expect to find the source for a kernel rebuild???
TIA
George
2005 Jul 01
1
Compaq cpqfc driver
Hi,
I am trying to compile kernel 2.6.9-11.EL from kernel-sourcecode, and need
the Compaq cpqfc HBA driver. I see the code for the driver under
drivers/scsi but when I do a "make menuconfig" I do not have the option to
select it. Any ideas on how I can get it to show up?
Thanks.
--
2010 Feb 26
24
xen Installation through YUM
HI,
I am trying to install xen through yum. Here is what I did.
[root@localhost Kishore]# yum install kernel-xen xen
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed
--> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for package:
kernel-2.6.31.9-174.fc12.x86_64
2006 Jul 04
2
Xen kernel and QLogic driver
Hello,
Any one know how to enable Fiber Channel QLOGIC driver for xen kernel?
This driver is available in CentOS4.3 as default. But when i compile
xen-3.0.2-2 with linux-2.6.16 or xen-3.0.1with linux-2.6.12, the
driver is not there.
I tried to turn on QLOGIC by using "make menuconfig" and modified
.config file but there is no change in
/lib/modules/2.6.x-xen/kernel/drivers/scsi after
2008 Aug 08
2
rebuilding the kernel.
Hello folks,
I am trying to add HDLC module support in the menuconfig. However, I am
facing difficulties in rebuilding the kernel and modules. My main
objective is to get the HDLC supported in kernel 2.6.9. I have a CentOS
4.4 with kernel 2.6.9.42. I need help in finding the best way to add the
HDLC support whether through getting an RPM package for it or refering
me to the right procedure
2009 Nov 27
6
where is the kernel
Hey all,
i used http://bits.xensource.com/oss-xen/release/3.4.2/linux-2.6.18-xen-3.4.2.tar.gz to try and compile my Xen kernel on debian 5.0.2
everything went well when i ussed make, make modules, make modules_install, and make install. The following files were created in the boot directory.
vmlinuz-2.6.18.8-xen
config-2.6.18.8-xen
System.map-2.6.18.8-xen
however in the arach/x86_64 there is