View Single Post

  #3 (permalink)  
Old 03-25-2008, 01:31 AM
Tux-Idiot Tux-Idiot is offline
Member
User
 
Join Date: Mar 2008
My distro: Debian, Slackware, LFS
Posts: 83
Rep Power: 1
Tux-Idiot is on a distinguished road
Question

/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!
Reply With Quote