0
fsck /dev/sda1  -->/bin/bash: Output: not found

enter image description here

karel
  • 110,292
  • 102
  • 269
  • 299
Sagar Khatiwada
  • 55
  • 1
  • 2
  • 6
  • Follow my answer [at this issue](https://askubuntu.com/questions/947407/partial-upgrade-to-16-04-3-lts-error-cannot-create-wakeup/947521#947521), see if it works. – Redbob Oct 14 '17 at 12:43
  • 1
    boot from a livecd, and paste the contents of et/fstab in your question. your root file system should be mounting as "/" not "/root" – ravery Oct 14 '17 at 12:56

1 Answers1

3

Remove HDD from system connect it to another system on second SATA port alongside with that HDD and turn ON system

Open terminal

Find the device label of that HDD using

sudo lsblk

for example if it is /dev/sda1 then run below command in terminal

If fsck is not working then try

sudo e2fsck -f -b 32768 -y /dev/sda1
Zanna
  • 69,223
  • 56
  • 216
  • 327
Mayur Bhandare
  • 4,665
  • 1
  • 9
  • 9