bug check on resume from hibernate

I’ve just about gotten hibernate working under Win8, but get bug check 0x7a (, 0xC00000C0,) on resume.

0xC00000C0 is STATUS_DEVICE_DOES_NOT_EXIST, which I suppose would happen if, on resume, windows thought it didn’t have a disk anymore, or thought it didn’t have the same disk anymore. Does that sound like a reasonable conclusion?

Thanks

James

>

I’ve just about gotten hibernate working under Win8, but get bug check 0x7a
(, 0xC00000C0,) on resume.

0xC00000C0 is STATUS_DEVICE_DOES_NOT_EXIST, which I suppose would
happen if, on resume, windows thought it didn’t have a disk anymore, or
thought it didn’t have the same disk anymore. Does that sound like a
reasonable conclusion?

Just in case anyone cares, I wasn’t populating the VPD pages correctly so presumably on resume Windows couldn’t positively identify the disk as the one that was present before hibernate. All working now.

James