/boot is always in ro mode. unless its a kernel upgrade or kernel tweak process. how you deleted a file from read only mode?
alternate method:
if system is still alive?
mount -o remount,rw /boot
apt-get reinstall kernel-`uname -r`
mount -o remount,ro /boot
the alternate method is told by nixcraft. kudos to him/her!
|