Comment 17 for bug 1042159

Revision history for this message
malbo (pique-sel) wrote :

Definition of terms used in the previous comment :

"Win8 hibernated" : from Ubuntu 12.04, the following result is found :
head -c 8 /media/Win8_partition/hiberfil.sys | od -t x1
0000000 48 49 42 52 09 00 00 00
0000010

"Win8 NOT Hibernated" : from Ubuntu 12.04, the following result is found :
head -c 8 /media/Win8_partition/hiberfil.sys | od -t x1
0000000 57 41 4b 45 09 00 00 00
0000010

nota : /media/Win8_partition is mounted in read mode only and Ubuntu 12.04 is a "classical install" (not a Wubi-install)