Navigate to /etc/rc0.d
cd /etc/rc0.dNow you want to look for a file named ***umountnfs.sh -Where the stars might be different depending on your system (mine was S31umountnfs.sh). Now just replace the first part of the filename with K15.
sudo mv S31umountnfs.sh K15umountnfs.shRepeat the process for /etc/rc6.d and the error should be fixed!
cd /etc/rc6.dsudo mv S31umountnfs.sh K15umountnfs.sh
0 comments:
Post a Comment