Apple’s Mac OSX hibernate can be delayed indefinitely or turned off by issuing this terminal command.
[code]
sudo pmset -a hibernatemode 0
[/code]
To get back to default normal hibernate mode type this terminal command.
[code]
sudo pmset -a hibernatemode 3
[/code]
So the word is this won’t disable hibernate on battery failures. Haven’t tested, hope I won’t have to.