Is is safe to assume that the hiberfil.sys is always located on the boot volume i.e. %SYSTEMDRIVE%? Or can it be relocated to another volume, or disk?

link|improve this question
feedback

4 Answers

up vote 5 down vote accepted

This is what this thread, "Move hibernate file to a different drive", says:

You can't relocate the HIBERFIL.SYS file to any partition other than the boot partition. This is because it's needed very early in to boot process to resume from hiberation and the boot loader (NTLDR) code, needing to be compact and optimized, doesn't have the ability to load the HIBERFIL.SYS from an arbitrary location.

link|improve this answer
feedback

I've never heard of or seen a way to move it and I've looked. It's always on the %systemdrive%.

link|improve this answer
feedback

It must be located always on the same drive where Windows reside, ala %systemdrive% (which is not necessary the boot volume).

link|improve this answer
feedback

It would be useful to be able to move the hibernation file elsewhere so that one could boot to another OS while saving windows' state, then return to where you were before... Patti

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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