Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

A few weeks ago, I tried to boot from from Windows 8 but it won't load only a blank screen appears. So I had no choice but to use Ubuntu. When I was on ubuntu I tried to access the hdd that the Windows 8 and all that came out was saying :

unable to mount filesystem  Error mounting: mount exited with exit code 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is hibernated. Please resume and shutdown Windows
properly, or mount the volume read-only with the 'ro' mount option, or
mount the volume read-write with the 'remove_hiberfile' mount option.
For example type on the command line:

            mount -t ntfs-3g -o remove_hiberfile /dev/sda1 /media/C290936990936329

I need to boot back my windows 8 please helpp me.

share|improve this question
1  
and what does it say after you run mount with remove_hiberfile? – Sc0rian Feb 23 at 9:25

closed as off topic by hhlp, qbi, Eric Carvalho, LnxSlck, Jai Feb 23 at 14:09

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Have you try to update grub

  1. Update grub with -> $ sudo update-grub
  2. Restar with -> $ sudo reboot
  3. Select windows at grub (show as -> Windows Recovery Enviorment or will show -> Windows 8 (loader) (/dev/sda1))
  4. Onces windows open shut resume for the hibernation
  5. For mount /dev/sda1 you need to shut down Windows and not hibernate
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.