Results 1 to 10 of 22
How do I update my kernel?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-07-2006 #1
update kernel
How do I update my kernel?
- 03-07-2006 #2then copy the .config file from the old kernel to the new one. then you just follow the instructions you did for the original kernel install. you can also use the menuconfig to add new options if you want.Code:
USE="-doc symlink" emerge gentoo-sources
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 03-07-2006 #3Which .config file and how to copy it?
Originally Posted by d38dm8nw81k1ng
- 03-07-2006 #4
So let's say that I have linux-2.6.14-gentoo installed, and I want to upgrade to linux-2.6.15-gentoo:
There is a file ".config" that stores all of your kernel configuration info, to be used in the actual kernel compilation. By copying this over, all of your old settings will already be set.Code:echo "sys-kernel/gentoo-sources -doc symlink" >> /etc/portage/package.use emerge gentoo-sources cd /usr/src cp linux-2.6.14-gentoo/.config linux/ cd linux/ make menuconfig make install
- 03-07-2006 #5
the .config file is located in: /usr/src/linux-2.6.14-gentoo/.config (to continue Cabhan's example). you copy this file to /usr/src/linux-2.6.15-gentoo/.config
like so:
hopefully that will clarify things.Code:cp /usr/src/linux-2.6.14-gentoo/.config /usr/src/linux-2.6.15-gentoo/.config
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 03-08-2006 #6
thank you ill post back if i have any problems
- 03-10-2006 #7
- 03-10-2006 #8Any errors in perticular?
Originally Posted by crashandburn0420
- 03-11-2006 #9
Something about a missing file...I'll post the error later tonight
- 03-19-2006 #10
Here is the error that I get
booting 'Gentoo Linux 2.6.15-gentoo-r1' root (hd0,0) Filesystemtype is ext2fs, partion type 0x83
Kernel /kernel-genkernel-x86-2.6.15-gentoo-1 root-/dev/hda1 init=/linuxrc ramdisk=8190 real_root-/dev/hda3 udev acpi=off
Error 5:File not found please press any key


Reply With Quote
