Rob2 wrote: > I recently upgraded a box from 1.4RC2 to 1.4. I emerged -U world, > made a new kernel from the new source, then erased the old kernel > source and the old modules. Now the system can't find the new > modules. What have I missed? > > Thanks, Rob
Did you forget to mount /boot before you copied the kernel to /boot? If so, you are still booting the old kernel. The fix: # mv /boot/bzImage /root # mount /boot # mv /root/bzImage /boot # reboot Tom Veldhouse -- [EMAIL PROTECTED] mailing list
