For the life of me, I cannot disable fast start. Every tutorial points me to the same thing - enabling hidden entries in the Power Management applet in Control Panel. On my system, none of these options show up. I have another Windows 10 install (not a VM) that was simple to do this on. What am I missing? I ran 'powercfg /H off', which seemed to disable hibernation, but fast start remains. I need to be able to access the .vdi file from Linux (using nbd), but can't because of the unstable filesystem in Windows. I also tried Winaero - same results.
EDIT: I tried to force hibernation on to see if the settings in Power Management would come back, and I got this:
Code: Select all
C:\Users\ajgri\Desktop>powercfg /hibernate on
Hibernation failed with the following error: The request is not supported.
The following items are preventing hibernation on this system.
The system firmware does not support hibernation.Code: Select all
# modprobe nbd; qemu-nbd --connect /dev/nbd0 '/home/me/Development/VM-testing/VirtualBox/(DEV) Windows 10/(DEV) Windows 10-fixed.vdi' ;fdisk -l /dev/nbd0; mount /dev/nbd0p2 /mnt
Disk /dev/nbd0: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc78928de
Device Boot Start End Sectors Size Id Type
/dev/nbd0p1 * 2048 1126399 1124352 549M 7 HPFS/NTFS/exFAT
/dev/nbd0p2 1126400 209713151 208586752 99.5G 7 HPFS/NTFS/exFAT
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)