Is a bad NFS mount preventing a clean boot?

I'm on Ubuntu server (I think it's 12.04, but not positive) and I basically ran into this problem here Unmount a nfs mount where the nfs server has disappeared

The umount command didn't work, so I tried to just use the ol' reboot. Now the machine gets an error when booting:

FS-Cache:netfs 'nfs' registered for caching
<two minutes later>
init: udevtrigger post-stop process (345) terminated with status 1

I tried booting in recovery mode so I could just comment out the bad NFS mount in my /etc/fstab file, but I wasn't able to write the changes.

I basically just want to get the machine booting properly again so that I can erase the bad mount point, either order is fine.

What are my options here?


You can try to do this in rescue mode:

mount -o remount,rw /

and then modify your /etc/fstab.

Or boot LiveCD and mount / somewhere with "rw".