Skip to main content

Slow Shutdown with Leopard - Possible Solution 2

Hi, I thought I would share with you all something that Bob posted in the comments that has also resulted in an improvement in the shutdown times of our macs, this is something that he mentioned finding over at macosxhints.com but I thought I would share it here as well as its useful information.

For this solution, you will need to use the terminal but its quite easy, open the terminal and enter the following commands pressing enter after each one (NB: After the first command you will be prompted for you password, enter it and after that you should not be prompted again).

sudo pmset -a hibernatemode 0
sudo nvram "use-nvramrc?"=false
sudo rm /private/var/vm/sleepimage

After entering these commands my MBP shuts down in seconds, mainly because its not creating a 4GB sleepimage or trying to page the contents of RAM there. Im trying to understand now though what the correlation between the windows drive and sleep is, as unmounting windows also has the same effect...

Comments

Popular posts from this blog

Uninstalling games in Crossover Games

As promised heres how to uninstall games from Crossover games and then uninstall the application itself for those of you interested. On the Crossover games menu, select Configure and Manage Bottles Select the bottle on the left hand side On the right hand pane, click the applications tab Under the applications tab, select the application to uninstall, in my case Starcraft Click Repair or Remove The games uninstaller should appear (it did for SC)  Click uninstall and after a couple of seconds the installer should finish Now the bottle will remain there so that you can install into it again if you wish, if you dont, then on the left hand side make sure that the correct bottle is selected again and click the minus symbol in the bottom left hand corner to delete it. Confirm the delete and that should be it. I tried this for BF2 and everything worked as described as above except that after the uninstallation had successfully completed, Crossover games quit unexpectedly. I relaunched it and ...

Slow shutdown with Leopard - Possible Solution?

I was just playing around with this again and remembered that in the past, having external drives connected could cause the computer to shutdown slowly, one of the things that didnt occur to me until now though, was that my Windows Bootcamp partition may be an external drive of sorts, or at the least, may be affecting the shutdown cycle. So I ejected it and then tried shutting down. The computer now shuts off in 15 seconds or less as opposed to almost a minute before, it still doesnt seem as fast as a new install of Leopard but its definitely a big improvement. The question now though is why or what is it doing with the Windows partition before it shuts down? It also possibly invalidates the earlier line of research I was following with the menu applets, so clearly I need to look into this some more but its the first definite improvement I have seen. If you try this and it improves your shutdown speed please let me know, it will be interesting to compare.

Slow shutdown with Leopard and hibernate

Just for kicks yesterday, I reset my hibernatemode to 3 as I had previously set it to 0 as outlined in one of my posts below. Interestingly enough, my MBP now shuts down just as quickly as it did when I had hibernatemode set to 0 and thats also without having to eject my windows bootcamp partition.  At the moment I have no idea why this is the case, I still have to check my log files but I thought I would share the info at least.