Zbigniew Szalbot wrote:
/root/kernels is not booted by default. I doubt this is the kernel that is running.Hi friends,Advertising
I have a test machine with a custom kernel, which I copied (as the handbook suggests) to /root/kernels/. However, I do not really need it. My question is how do I switch back to the generic kernel? Many thanks and all the best to you all!
To run generic again, simply install the generic kernel much the same way you did the custon kernel.
cd /usr/src make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC or set KERNCONF in /etc/make.confIf you tweaked /boot/loader.conf to load something other than /boot/kernel/kernel then you'll need to untweak it.
Later, Jason _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"