View previous topic :: View next topic |
Author |
Message |
joaz n00b
Joined: 23 Jul 2002 Posts: 7
|
Posted: Wed Jul 24, 2002 6:00 pm Post subject: kernel config changes do not apply |
|
|
hi,
im trying to change kernel config for usb from uhci to ohci
regardless of adding driver fix or as module or echanging any oti use her settings
after booting the new kernel everything is as before
i am using grub so copying the image to /boot/bzImage should be all i need to do for activating the new kernel.
can please someone help me out as i am slowly driving mad on this problem...
thx
joaz |
|
Back to top |
|
|
Sesquipedalian n00b
Joined: 22 May 2002 Posts: 62 Location: Loveland, CO
|
Posted: Wed Jul 24, 2002 6:09 pm Post subject: |
|
|
are you mounting /boot before you copy the new kernel to it? _________________ What tha........ |
|
Back to top |
|
|
Guest
|
Posted: Wed Jul 24, 2002 6:41 pm Post subject: |
|
|
Sesquipedalian wrote: | are you mounting /boot before you copy the new kernel to it? |
actually i don't, guess thats a typical newbie kind of mistake
thank you very much. i'll go for another try then ... |
|
Back to top |
|
|
Sesquipedalian n00b
Joined: 22 May 2002 Posts: 62 Location: Loveland, CO
|
Posted: Wed Jul 24, 2002 6:59 pm Post subject: |
|
|
hehe....... that one got me too _________________ What tha........ |
|
Back to top |
|
|
mksoft l33t
Joined: 28 May 2002 Posts: 844
|
Posted: Wed Jul 24, 2002 7:10 pm Post subject: |
|
|
Anonymous wrote: | actually i don't, guess thats a typical newbie kind of mistake |
It was answered so many time here, I think they should put:
Have you mounted /boot before copying kernel image
under the forums logo _________________ There's someone in my head but it's not me - Pink Floyd |
|
Back to top |
|
|
Naan Yaar Bodhisattva
Joined: 27 Jun 2002 Posts: 1549
|
Posted: Wed Jul 24, 2002 7:54 pm Post subject: |
|
|
Not really sure about the "don't keep mounted" advice. Seems to cause more problems than it actually solves
If the /boot partition is toast due to some reason, it is not a big deal to go back to the grub CD and recompile the kernel. Additionally, if you are building modules, they are in /lib - so it is not as if you will be back to a fully working state anyway (of course, file systems are compiled in - can repair, etc.) |
|
Back to top |
|
|
UnderScore n00b
Joined: 14 Jul 2002 Posts: 25 Location: Long Island, NY, USA
|
Posted: Wed Jul 24, 2002 7:56 pm Post subject: |
|
|
Is there a reason to have /dev/hda1 /boot etx2 noauto in fstab?
I mount my /boot upon bootup.
Any ideas? |
|
Back to top |
|
|
Naan Yaar Bodhisattva
Joined: 27 Jun 2002 Posts: 1549
|
Posted: Wed Jul 24, 2002 8:08 pm Post subject: |
|
|
Gentoo doc. says don't do it.
My feelings above. I actually have no boot partition (directory in /). No big deal to recompile the kernel. Your mileage may vary |
|
Back to top |
|
|
mksoft l33t
Joined: 28 May 2002 Posts: 844
|
Posted: Wed Jul 24, 2002 9:10 pm Post subject: |
|
|
Naan Yaar wrote: | Gentoo doc. says don't do it.
My feelings above. I actually have no boot partition (directory in /). No big deal to recompile the kernel. Your mileage may vary |
Same here, I don't use a seperate boot partition. I do use /home partition, so I can share my user info between different distros (It is also mounted on another disk, can't hurt performance ). _________________ There's someone in my head but it's not me - Pink Floyd |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20485
|
Posted: Wed Jul 24, 2002 9:12 pm Post subject: |
|
|
UnderScore wrote: | Is there a reason to have /dev/hda1 /boot etx2 noauto in fstab?
I mount my /boot upon bootup.
Any ideas? | The reason is to help minimize corruption. If a fs is not mounted, that makes it extremely difficult to dmg. Excluding hardware failure etc. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
|