Advertisement
Guest User

Untitled

a guest
Mar 9th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. I got this error on boot
  2. 'mount: error while loading shared libraries: libudev.so.0 : no such file or directory' error while booting
  3.  
  4. Then i followed this guide http://goo.gl/56xzFe
  5.  
  6. But apt-get install libudev0 on recovery shell gave this error :
  7.  
  8. W:Not using locking for ready only lock file /var/lib/dpkg/lock
  9. E:Unable to write to /var/cache/apt
  10. E:The package list or status file could not be parsed or opened
  11.  
  12. Then , i tried to delete the lock file
  13.  
  14. cd var/lib/dpkg/
  15. rm lock
  16.  
  17. It gave me this error
  18.  
  19. rm:cannot remove 'lock' : Ready-only file system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement