Results 1 to 2 of 2
Ok I've done these steps:
Code:
make xconfig;
make dep; //but it says that I didn't need to do this
make bzImage;
make modules;
make modules_install;
are these correct and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-10-2004 #1Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
compiling the linux 2.6.1 kernel
Ok I've done these steps:
are these correct and what do I do next. I want to keep my current kernel if something goes wrong.Code:make xconfig; make dep; //but it says that I didn't need to do this make bzImage; make modules; make modules_install;
Thanx for reading.The computer made me do it!! Slackware
and SUSE too Gig\'em WHOOOOP!!
\"God put me on this earth to accomplish a certain amount of tasks, At the rate I\'m going I will never die.\" (I don\'t know)
- 01-10-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
After that you should copy arch/i386/boot/bzImage to /boot. You should name it vmlinuz-2.6.1 or something like that. After that, you need to update the boot loader configuration. If your boot loader is LILO, you also need to run lilo to recreate the boot sector; GRUB doesn't need that. After that, it's good to go.


Reply With Quote
