I posted the same over here:
https://www.sysnative.com/forums/sh...agefile-(Win7-Server-08-R2)?p=26046#post26046
I usually avoid dump file generation issues if at all possible.
And the limited number of tools available for fixing these problems make it easy to do.
Luckily, in most cases, we manage to fix the generation issue while messing around trying to fix the crashes. Others are fixed when the OP decides to wipe and reinstall.
This is one more tool to help us fix memory dump file generation issues.
The generation process appears pretty complicated to me and is (IMO) prone to failure
I still don't have a firm grasp of how it's done but I've posted most info that I know at
http://www.carrona.org/dumpgen.html (actually updated in May 2012 - not 2011)
I've been scanning procmon logs of the boot process and that's only served to increase my level of confusion!
*********************************
To address your questions from the first post:
It seems that this hotfix is an "LDR" release - which means it's not as widespread a release as a GDR. And, I presume that it hasn't been as thoroughly tested as a GDR release.
Windows will run fine without a pagefile. I did it with both Vista and with 7. The only issues I had were with games demanding that there be a pagefile.
The system requires that you have a pagefile - even if you're not going to use it - in order to write a dump to a dedicated dump file location (which isn't the pagefile).
So, the hotfix removes the code that requires the check for a pagefile - and allows the OS to go ahead and create the dump per the dedicated dump instructions (reg keys listed here AFAIK:
http://www.carrona.org/bsodreg.html#DedicatedDump ).
**********************************
Sorry, the Alzheimer's keeps kicking in - and then I wander off at the mouth! :0)
You don't need a swap file.
This is immaterial to the dump file generation process - you can go either way.
If you have a pagefile, no hotfix is needed. If you don't have a pagefile, then hotfix is needed.
You do need a swap file but it's OK for it to be on a drive / partition other than your system drive?
Again, it's immaterial - you can go either way (on the same drive/on a different drive).
No hotfix is needed because you have a pagefile
It will be included in future roll-ups or maybe not?
This is the hard one. As it's an LDR release, it's not as likely to be included in future releases.
It's only applicable to Win7 SP1 - so we have to wonder if it'll ever be applied to Win7 w/o SP1, or even to Vista.
As it's also involved with a change to the kernel, we'll have to suspect that it's not going to work on earlier versions.
But we have to wonder if it's included in Win8.
I'll have to remember to install Win8 w/o a pagefile when I upgrade to the RTM, setup a dedicated dump file on another drive, and then see if I can force a crash with this key:
http://www.carrona.org/bsodreg.html#KeyboardCrashes
<sigh> More work to do, and not enough time to do it in!