LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to upgrade kernel 2.6.13 or higher (https://www.linuxquestions.org/questions/linux-general-1/how-to-upgrade-kernel-2-6-13-or-higher-457223/)

pro_chandan 06-22-2006 07:18 AM

How to upgrade kernel 2.6.13 or higher
 
Hi,

My previous thread is

http://www.linuxquestions.org/questi...=1#post2302776

I have performed "
make mrproper
make gconfig (or xconfig or menuconfig here)
make
make modules_install"
successfully. however, when I do make install I received
"WARNING: Couldn't open directory /lib/modules/2.6.13.1: No such file or directory
FATAL: Could not open /lib/modules/2.6.13.1/modules.dep.temp for writing: No such file or directory
/lib/modules/2.6.13.1 is not a directory.
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2"

Please help what to do next??

Thanks,
Chandan K.

Samotnik 06-22-2006 07:50 AM

Try after make config
make bzImage
make modules
make modules_install
make install
mkinitrd -o <initrd image name> 2.6.13.1

pro_chandan 06-22-2006 08:55 AM

Hi,

I did successfuly
"make bzImage
make modules"

However, when I did make modules_install I got the following error message"
cp: writing `/lib/modules/2.6.13.1/kernel/fs/xfs/xfs.ko': No space left on device
make[1]: *** [fs/xfs/xfs.ko] Error 1"

Please help what to do next??

Thanks,
Chandan K.
make: *** [_modinst_] Error 2

ethics 06-22-2006 09:47 AM

"cp: writing `/lib/modules/2.6.13.1/kernel/fs/xfs/xfs.ko': No space left on device"

Run out of disk space? :P

Code:

df -h

XavierP 06-23-2006 01:07 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php


All times are GMT -5. The time now is 05:07 PM.