Showing posts with label Windows 10. Show all posts
Showing posts with label Windows 10. Show all posts

Thursday, 23 March 2017

Remove 'hiberfile' from Windows 10 Installation

If update-grub drops your Windows installation, first create a folder to mount the Windows partition in (e.g. home/yourname/temp), then run the following (changing values as needed):
sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda3 /home/yourname/temp
Then update Grub again:
update-grub

Saturday, 19 March 2016

Solution to the Error code: 0xc0000225 in Windows 10.


  1. Type in 'Diskpart'. 
  2. Type in 'List volume'. 
  3. Type 'Select volume=?' (Replacing the ? with whatever number is associated with the ESP label). 
  4. Type 'Assign letter=Z'. (Or anything not currently in use.) 
  5. Type 'exit'. 
  6. Type 'bcdboot C:\windows /s Z: /f UEFI'. (Replacing the C: with the volume letter that is named OS).