linley wrote:


Did all that but got some c did all that but got an error: [EMAIL PROTECTED] linux-2.6.5-1.358]# make install make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/linux/compile.h Kernel: arch/i386/boot/bzImage is ready sh /usr/src/linux-2.6.5-1.358/arch/i386/boot/install.sh 2.6.5-1.358custom arch/i386/boot/bzImage System.map "" /sbin/new-kernel-pkg: line 328: 6689 Terminated depmod -ae -F /boot/System.map-$version $version No dep file found for kernel 2.6.5-1.358custom mkinitrd failed make[1]: *** [install] Error 1 make: *** [install] Error 2

Did you upgrade from Fedora Core 1 ?

Let us do this once more by modifying your 'Makefile' as follows:

1. Change directory to:
[EMAIL PROTECTED] linux-2.6.5-1.358]#

2. Then,
[EMAIL PROTECTED] linux-2.6.5-1.358]#  vi Makefile
and change the fourth line, that says,

EXTRAVERSION=-1.358custom

to

EXTRAVERSION=-1.358-lcaetan

The idea here is to make a new name for your kernel so as
to avoid overwriting your old one.

3. Then do the following line by line instead of all commands
in one line.

[EMAIL PROTECTED] linux-2.6.5-1.358]#  make oldconfig
[EMAIL PROTECTED] linux-2.6.5-1.358]#  make clean
[EMAIL PROTECTED] linux-2.6.5-1.358]#  make
[EMAIL PROTECTED] linux-2.6.5-1.358]#  make modules
[EMAIL PROTECTED] linux-2.6.5-1.358]#  make modules_install
[EMAIL PROTECTED] linux-2.6.5-1.358]#  make install

If successfull you should be able to use your new kernel.








-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to