xwwu said:Dear Friends:
server has been upgraded to be 9.0. but there are 4 kernels in /boot/:
GENERIC/, kernel/, kernel.old/, and kernel.old1/. according to the upgrade documents,just kernel is useful, so can I delete other kernels?
Need your help. Thanks.
xwwu said:Dear Friends:
server has been upgraded to be 9.0. but there are 4 kernels in /boot/:
GENERIC/, kernel/, kernel.old/, and kernel.old1/. according to the upgrade documents,just kernel is useful, so can I delete other kernels?
Need your help. Thanks.
Beastie said:The default kernel (at least up till 8.2) used to be a gziped directory called GENERIC. So it must be left over from a previous installation.
As you have read /boot/kernel is your current kernel and any kernel.old? is a backup done during upgrades.
So you can simply keep /boot/kernel and remove the other 3 using rm -r for example.
da1 said:If you don;t know which kernel was booted last time, a little paranoia doesn;t hurt. Since I have no idea to find out which kernel was booted I would first do:[CMD=""]nextboot -k kernel[/CMD] and [cmd=""]reboot[/cmd] which means that the OS will boot /boot/kernel. If the OS comes up with no problems and everything is running fine, remove the other kernels.
I'm a bit paranoid when it comes to messing with the kernel. As a side note, I would keep 1 "old" kernel image (be it GENERIC or another one).
xwwu said:but in /boot/ of 9.0, GENERIC is much smaller than kernel and kernel.old. I think there are many difference than 8.2.
xwwu said:and other question is: where is src for kernel? Is it still in /usr/src/sys/i386/conf?