View previous topic :: View next topic |
Author |
Message |
kyPixel Tux's lil' helper
Joined: 31 Jan 2005 Posts: 117
|
Posted: Mon Jun 06, 2005 3:01 pm Post subject: Using menuconfig after using genkernel |
|
|
Whe nI was first setting up my install I used genkernel to setup my kernel, mainly becuase I was too scared to mess anything up after such a smooth install.
Now I am needing to go back and change some things in my kernel using menuconfig, such as usb support for my mouse and some toher video card realted things...
Once I enabled all of those and I saved the config and did those few commands afterwards to compile and nstall it, then rebooted.
After all that, it looks like it didn't do anything and i'm still using my old kernel config from genkernel.
Did I miss somethng? Are there issues with running menuconfig after you use genkernel?
I'm a bit lost >_> |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Mon Jun 06, 2005 3:16 pm Post subject: |
|
|
First of all, do a
this will show you the exact version and time of compilation of the kernel.
Next, you say yuo did the steps - but did you ?
Code: | make menuconfig
build kernel
mount /boot <---- most people forget this one!
copy over bzImage / run make install |
_________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
kyPixel Tux's lil' helper
Joined: 31 Jan 2005 Posts: 117
|
Posted: Mon Jun 06, 2005 3:28 pm Post subject: |
|
|
adaptr wrote: | First of all, do a
this will show you the exact version and time of compilation of the kernel.
Next, you say yuo did the steps - but did you ?
Code: | make menuconfig
build kernel
mount /boot <---- most people forget this one!
copy over bzImage / run make install |
|
Yea, I don't think I mounted /boot, probbably where I messed up >_>... |
|
Back to top |
|
|
|