I find it easier to just sudo the moving and renaming commands to get the job done instead of changing the permissions

move the new kernel in place
sudo mv /WHERE/YOUR/DOWNLOAD/IS/SAVED/kernelfilename /tftpboot/fog/kernel

rename the old kernel
sudo mv /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.old

rename the new kernel
sudo mv /tftpboot/fog/kernel/kernelfilename /tftpboot/fog/kernel/bzImage