Tag Archives: myMek

[MacOS] Save Energy by Using Deep Sleep aka Hibernation

Looking at the situation in Japan at these days, it seems overdue to begin worrying about all our energy consuming devices.

As a MacOS user we are used to some quite convenient features. Like just clicking sleep and the system goes to sleep.

What most of us don’t realize at this point is, that sleep mode logically requires energy as it will immediately wake up when I hit the keyboard.

So for me this began causing me a bad conscious – until I found the way to hibernate MacOS also on desktops

How to Hibernate aka Deep Sleep

  1. Download Axonic Labs’ Deep Sleep Widget for Snow Leopard 10.6 here.
  2. Unpack by double clicking
  3. Install to
    /Library/Widgets
  4. open terminal and
  5. enter in terminal:
    sudo pmset -a hibernatemode 3

Step 5. because Hibernation Safe Sleep is disabled by default on desktop systems like iMac, Mac Mini, or Mac Pro’s.

By the way: first tests show that this Deep Sleep Widget is at least compatible to Chameleon EFI RC4 :-))

[MacOS] Solutions to Issues with Leopard Update 10.5.7

Applies to
You are either running an

The following solution has been reported to work on both systems. Chances are good that the solution might be working for you aswell.

Issues
You have been using the auto update feature in Mac OS X to update to 10.5.7. Instead of restarting your system crashs during reboot.

Solutions
You made a backup of your system before, right? Then Restore your backup of 10.5.6, if you didn’t backup: skip this step and give the rest a try anyway.

Native Apple Mac Hackintosh
00. (restore backup of 10.5.6) 00. (restore backup of 10.5.6)
01. shutdown your Mac 01. shutdown your Hackintosh
02. turn it on again and immediately 02. turn it on again and in Darwin boot menu
03. keep holding the SHIFT KEY 03. in Darwin Boot Menu apply these parameters: -x -f
04. you Mac will boot into SAFE MODE 04. your Hackintosh will boot into SAFE MODE and recreate the MKext
05. Login to Leopard 05. Login to Leopard
06. Download Combo Update 10.5.7 (Link) 06. Download Combo Update 10.5.7 (Link)
07. Ignore the Auto Update feature 07. Ignore the Auto Update feature
08. Install downloaded Combo Update 10.5.7 08. Install downloaded Combo Update 10.5.7

In case there is still something fishy. You may try to repair permissions after updating to 10.5.7, by following these additional steps:

09. Boot with your Install DVD 09. Boot with Boot 132 CD and boot your Retail Install DVD
10. Start Disk Utility 10. Start Disk Utility
11. Repair Permissions 11. Repair Permissions
12. Keep Praying 12. Keep Praying
13. reboot 13. reboot

I hope it helps. If you got more suggestions: don’t hesitate to share them in the comments section. Thanks for stopping by our site…

[MacOS] EPOS I. – EFI Post Install for White-Box PCs

We were working quite some time on this. Now here is EPOS I. – the “EFI Post Install” Script for white-box PCs that are almost hardware compatible with Apple’s devices

“EPOS I.” is an “EFI Post Install” Script

What does it do?

EPOS helps installing retail DVD’s of Apple’s Mac OS X 10.5 Leopard on white-box PC’s. EPOS is SlimBuild-Preboot compliant. And as such it makes installation very easy. Grab a copy of a SlimBuilt-Preboot CD image that matches your hardware (motherboard and graphics), then install Leopard and after installation run EPOS.

Technically EPOS I. automates the necessary steps of preparing MacOS’ native EFI partition and the installation of (legacy-) kexts to this EFI partition. The whole shebang was first discovered and described by Munky (all shouts fly out to him!). You may find his article here on the InsanelyMac forums.

Installation and Usage:

  • unplug ethernet cable from your white-box PC
  • copy EPOS I.zip to USB drive for instance
  • install Leopard from retail DVD using a SlimBuild-Preboot standard compatible CD (find links to tested disks below
  • boot installed Leopard using the SlimBuild-Preboot CD again
  • on first boot provide all the registration information required from Apple
  • see desktop for the first time
  • unpack EPOS I. and run it as ROOT from a terminal (have your SlimBuild-Preboot CD mounted)
  • EPOS takes about a minute to install everything
  • remove SlimBuild-Preboot CD from drive, reboot and let Apple’s autoinstaller grab the newest updates
  • enjoy a white-box Mek

Habit:

  • EPOS must be executed from the disk that will hold the EFI bootloaders.
  • If you are unsure what this means: better make sure you only have your DVD drive and your OS X harddrive connected.
  • I recommend using this script on a clean and fresh installed system, no other operating systems on the same disk!
  • prefers mounted SlimBuild-Preboot CD’s for getting kexts and the com.apple.Boot.plist
    (looks for /Volumes/SlimBuild-Preboot/initrd.img and /Volumes/SlimBuild-Preboot/com.apple.Boot.plist)
    if no SlimBuild-Preboot CD is found, EPOS tries to find Extensions in EPOS’ own Extensions folder

Supports:

  • autoextraction kexts from SlimBuild-Preboot CD
  • kexts in own Extensions folder
  • autoextraction com.apple.Boot.plist from SlimBuild-Preboot CD
  • com.apple.Boot.plist in own Plist folder
  • internally pretested with Leopard retail DVD’s 10.5.0, 10.5.1, 10.5.4 and 10.5.5

Notes:

  • Munky’s EFI Boot 6.1 included (found here)
  • compatible to Galaxy’s SlimBuild-Preboot creator 2.0 (Kudos!) found here
  • Tested with ximekon’s (Kudos, aswell) Gigabyte GA-EP35-DS3 SlimBuild-Preboot CDs found here

Error handling:

  • integrated for a bunch of common errors, anyway it remains an ugly script

Todo:

  • code cleanup / rewrite ;-)
  • autoinstallation of custom kernels
  • GUI is in the works, but don’t ask for timelines, we all got jobs to feed our families

License & restrictions:

  • This script is freeware but may NOT be used for commercial purposes!
  • It may NOT be included in SlimBuild-Preboot Disks that contain original / modded Apple kexts.
  • that means until not everything is self enabled via homebrew or legacy kexts you may only include it in your private SlimBuilds but don’t distribute them, please.
EPOS 0.95 running on a sample system :


Feedback

You are welcome to leave a note here in the comment’s section or on the insanelymac forums.

Download EPOS

Please download from the version history overview below. Did you know our sponsors yet? No we neither. Because it’s just Google adds. Anyway these premium sponsors really got the coolest offers and moreover by considering them you help us in return maintaining this site free… :-)

Version history:

  • 0.5 semi automatic really much too ugly one day rapid prototype (not released)
  • 0.6 rewrote using functions (not released)
  • 0.7 autodetermining of EFI partition (not released)
  • 0.8 improved error handling for common errors we experienced (not released)
  • 0.9 included autoextraction for SlimBuild-Preboot images (not released)
  • 0.95 included com.apple.Boot.plist extraction (released) –
    » Download EPOS 0.95 here…
  • 0.95.1 (cosmetic) bugfixes (not released)
  • 0.97 com.apple.Boot.plist bugfix (released) –
    » Download EPOS 0.97 here…
  • 10.0 “the got rich as bill from writing even uglier code” version (will definitly be released) ;-)