Displaying 20 results from an estimated 156 matches for "modules_install".
2005 Jul 21
6
basic question on how to compile 2.4 xen
Hi
Can someone help me figure out a way to compile a 2.4 kernel in a 2.6
system. Basically it keeps failing because it needs the genksyms
package, which is provided in the modutils package from redhat, but
obviously this isn''t presetn on the 2.6 kernel.
I was wondering how the xen maintainers go about compiling their 2.4
kernel and 2.6 kernel. Do you do it on different systems then
2005 Jun 14
8
Help rebuilding kernel get mount error on reboot
...ile the kernel with the following steps.
Install kernel-sourcecode rpm
cd /usr/src/linux-2.6.9-11.EL
cp /boot/config-2.6.9-11.EL .config
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules_install
make install
Then after rebooting and selecting my -custom image from the above compile
"mount: error 19 mounting ext3"
"mount: error 2 mounting none"
Then the machine stops of source.
What happended? How do I get my custom kernel to boot.
Jerry
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
...make oldconfig
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules
make modules_install
make install
On Tue, 2005-06-14 at 12:23 -0500, Jerry Geis wrote:
>/ Still no go....
/>/
/>/ I have downloaded the SRC rpm for kernel-2.6.9-11.EL.src.rpm
/>/ <http://mirror.centos.org/centos/4.1/os/SRPMS/kernel-2.6.9-11.EL.src.rpm>
/>/ I did rpm -i kernel......
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 no kernel.
what did i miss?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xe...
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 "cool": I wan to build my own custom kernel RPM/SRPM.
I thought about doing a "rpmbuild -bp" and change the options. Then a
"rpmbuild -bc --short-circuit" and a "rpmbuild...
2005 Aug 22
4
Kernel build help
Hi,
I am using centos4 and am trying to build a source kernel dom0 with xen.
I cloned a copy of the xen repository and did the following
hg clone http://xenbits.xensource.com/xen-2.0.hg
cd xen-2.0.hg/xen
make dist
cd linux-2.6.11-xen0
make ARCH=xen oldconfig
make modules
make modules_install
make install
After which point I get the following error :
CC drivers/xen/balloon/balloon.o
drivers/xen/balloon/balloon.c: In function `balloon_process'':
drivers/xen/balloon/balloon.c:218: error: `phys_to_machine_mapping'' undeclared
(first use in this function)
drivers/xe...
2005 May 03
4
Compiling Kernel Modules
...selinux) has been enabled. So no other
changes have been made.
Now a make fs/reiserfs/ almost works, but it borks on some sort of
.tmp_versions/reiserfs.mod problem (file not present). The resultant
reiserfs.o doesn't work as reiserfs.ko (not sure if it should, though).. I
can't run make modules_install without first compiling all the other
modules... Should I just grep through the .config file and replace all
(except reiser) =m with =n's (and rerun make oldconfig to make sure it's
still consistent)? And then run make modules modules_install?
Any ideas? Basically all I want is reiserfs...
2011 Oct 05
11
compiling kernel in Centos Domu
Hi,
Im trying to compile kernel 3.0.4 inside Centos 5 DomU
The steps I do are
Make bzImage
Make modules
Make modules_install
Depmod -a
mkinitrd /boot/initrd.img-3.0.4 3.0.4
but them im getting this
-bash-3.2# mkinitrd /boot/initrd.img-3.0.4 3.0.4
ls: /etc/modprobe.d/*.conf: No such file or directory
No module ehci-hcd found for kernel 3.0.4, aborting.
If I exclude the modules its goes on forever. I don...
2018 Sep 16
1
missing firmware report
I just built a linux-4.18.7 kernel from kernel.org for opensuse linux
42.3. When I issued the command "sudo make modules_install install" I
received a series of error messages:
dracut: Possible missing firmware "nvidia/gv100/sec2/sig.bin" for kernel
module "nouveau.ko"
dracut: Possible missing firmware "nvidia/gv100/sec2/image.bin" for
kernel module "nouveau.ko"
21 of these me...
2009 Apr 03
1
Xen 3.3.1
Hello,
I wonder if someone had some precise tutorial on installing Xen 3.3.1 with a
custom kernel (like 2.6.29)... I already tried to build it with the 2.6.27
kernel on Xensource, but even with this one, I cannot find my way.
I am working on a Debian system.
I would really appreciate some help on this, as I spent some days on it and
I am out of ideas. The tutos available on the net
2005 Aug 23
1
Help.I can't start with my new kernel.
Hello!Eveyone!
I'm a new user to CentOS.
I builded a new kernel(2.6.12) yesteray with these
command:
#make defconfig
#make menuconfig
#make
#make modules
#make modules_install
#make install
#reboot
...
But,when I choose the new kernel,it stop with "kernel
panic".
When building the kernel,I choose ext3 with "y".My
hard disk is IDE,so I choose the IDE support.
I don't know what's wrong.
I met the same problem on FC4.But,I can build a new
kerne...
2005 Apr 11
2
Upgrading to 2.6.11
...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
make modules_install
mkinitrd /boot/initrd-2.6.11.6 2.6.1.6
cp -f arch/i386/boot/bzImage /boot/vmlinux-2.6.11.6
edit /etc/grub.conf
Is this the correct procedure?
Thanks,
Jerry
2001 Oct 30
2
A question about compiling the kernel with ext3 support
...upport and i downloaded the 2.4.13 kernel and patched it for RH 7.2 to update from the 2.4.7 precompiled ext3fs kernel.
Then i selected ext3 support and and the JBD debugging support under 'make xconfig.' Then i ran the following commands
make clean
make dep
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinux-2.4.13
cd /boot
mkinitrd initrd-2.4.13.img 2.4.13
and then editted the /etc/grub.conf file to reflect the new partition
but when i reboot i have some trouble booting into the new kernel, most likely that the
kernel does not mount the ext3 fs. It comes back...
2010 Jun 01
2
Error: when updating the latestt kernel 2.6.34 in centos 5.5
Hi,
I encounter a error when installing the latest kernel 2.6.34 in centos.
Steps:
1. download source code.
2.tar -xvf 2.6.34.tar.gz
3.use the .config file of current system in /boot directory.
4.make ,make modules_install, make install,
5.reboot.
6.error:: accur.
Reading all physical volumes. This may take a while ...
Activating logical volumes
Volume group "VolGroup00" not found
Creating root device.
Mounting root filesystem.
mount: could not find filesystem"/dev/root"
setting up other filesys...
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 have looked around in there and did not see it.
Thanks, (I know I'm not compatible now... :)
J...
2014 Jun 19
1
compiling centos 6.5 linux-2.6.32-431.el6-kernel
Dear all,
I have compiled the linux-2.6.32-431.el6-kernel with the following steps
1. Make mproper
2. Make menuconfig
3. Make
4. Make modules
5. Make modules_install
The compilation is successful but there is a huge change in the size of the .ko generated compared to original .ko from the rpm.
Please suggest the steps to compile the centos linux-2.6.32-431.el6-kernel and use the modules and to build the kernel.rpm
Thanks and regards
Dilip Kumar B
L&T Te...
2002 Jun 25
2
RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
...2002 10:38 PM
To: Urban Widmark
Cc: samba@lists.samba.org; David.Lee@bisus.com
Subject: RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
Urban,
You are the man!
I had this problem for a year now and was afraid to ask for help.
patch -p0 < smbfs-2.4.19-pre9-readdir.patch
make modules; make modules_install
modprobe -r smbfs; modprobe smbfs
mount -t smbfs .....;
tested 250 short name files, 1000 list of same dir - OK
tested 250 long name files, OK 1000 list of same dir - OK
tested 550 long name files, 1000 list of same dir - OK
tested 450 really long(120 chars) name files, 1000 list of same dir - OK...
2002 Mar 18
2
Failed to insmod sch_htb
Hi,
I''m new to HTB and CBQ, and i want to try it.
But i failed the first step: load modules.
I patch the kernel 2.4.17 succesfully, add QoS support, and all QoS
scheds in modules instead off kernel. make clean dep bzImage modules
modules_install copy the new kernel
reboot
fine
But when i :
server:~# insmod sch_htb
Using /lib/modules/2.4.17/kernel/net/sched/sch_htb.o
/lib/modules/2.4.17/kernel/net/sched/sch_htb.o: unresolved symbol
qdisc_get_rtab/lib/modules/2.4.17/kernel/net/sched/sch_htb.o:
unresolved symbol
unregister_qdisc/lib/modules/...
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
...hg
+
+ 2. # make world
+
+ 3. # make install-tools
+
+ 4. copy kernels and xen
+ # cp xen/xen.gz /boot/efi/efi/redhat/
+ # cp build-linux-2.6.18-xen_ia64/vmlinux.gz \
+ /boot/efi/efi/redhat/vmlinuz-2.6.18.8-xen
+
+ 5. make initrd for Dom0/DomU
+ # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
+ O=$(/bin/pwd)/build-linux-2.6.18-xen_ia64
+ # mkinitrd -f /boot/efi/efi/redhat/initrd-2.6.18.8-xen.img \
+ 2.6.18.8-xen --builtin mptspi --builtin mptbase \
+ --builtin mptscsih --builtin uhci-hcd --builtin ohci-hcd \
+ --builtin ehci-hcd
+
+==============================...
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
...hg
+
+ 2. # make world
+
+ 3. # make install-tools
+
+ 4. copy kernels and xen
+ # cp xen/xen.gz /boot/efi/efi/redhat/
+ # cp build-linux-2.6.18-xen_ia64/vmlinux.gz \
+ /boot/efi/efi/redhat/vmlinuz-2.6.18.8-xen
+
+ 5. make initrd for Dom0/DomU
+ # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
+ O=$(/bin/pwd)/build-linux-2.6.18-xen_ia64
+ # mkinitrd -f /boot/efi/efi/redhat/initrd-2.6.18.8-xen.img \
+ 2.6.18.8-xen --builtin mptspi --builtin mptbase \
+ --builtin mptscsih --builtin uhci-hcd --builtin ohci-hcd \
+ --builtin ehci-hcd
+
+==============================...