Retail Snow Leopard Installation Guide

*Many thanks to John Demented for all his help and patience when trying to get me running Snow Leopard*

SL About Mac

Snow Leopard, Apple’s next OS in their lineup after Leopard, was recently released. Thanks to the widespread hackintosh development of Leopard, Snow Leopard can be installed on your PC just a few short days after it was released. Fortunately, this OS is quite easy to install (much easier than Leopard) and, for the first time on the 1525, we will be booting a retail copy of OS X. This means certain devices, such as WiFi, will no longer be broken after updates, and their respective kexts will never have to be installed again.

We will be running Snow Leopard in 32-bit. Ethernet works native and so does Quartz Extreme Support. A couple things such as the Internal Microphone, HDMI, S-Video, and VGA Mirrored Display still aren’t working but, as seen with Leopard, fixes are released over time that remedy these issues. Snow Leopard isn’t perfect yet, but it’s getting pretty damn close. Just remember that you need a working Leopard install prior to installing Snow Leopard.

1. For installation, we need a .DMG of the install disc. You can learn how to make one from your Snow Leopard Install DVD here.

a) If you want to install Snow Leopard onto a HDD formated as MBR Disk, download this (thanks to The Edge3000) and place it in /Volumes/Mac OS X Install DVD/System/Installation/Packages (Source: Infinitemac.com).

2. Launch Terminal and type

defaults write com.apple.finder AppleShowAllFiles TRUE

killall Finder

3. Mount the Snow Leopard DMG from step 1.

4. From the mounted DMG, go to System –> Installation –> Packages and double click on OSInstall.mpkg. If you receive a message telling you your computer is incompatible, simply close the Installer and launch it again.

5. Click continue through the License Agreement until you arrive at the install options. Then click “Change Install Location” and select the drive you want to install Snow Leopard on (It cannot be the drive/partition you’re currently booted to).

6. Click on Customize and select which components you would like to install. Then complete the install, but don’t restart yet.

7. Download the drivers pack and unzip it to your desktop.

8. Open the unzipped folder and go to the Needed Kexts folder. Copy the 5 kexts from the folder to /System/Library/Extensions/ located in your Snow Leopard partition.

9. Follow this guide to install the Chameleon Bootloader so that you can boot Snow Leopard.

10. Copy the dsdt.aml from your Leopard partition to the root of your Snow Leopard partition. If you do not already have a dsdt.aml, you can make one with DSDT Patcher GUI. Just check “Darwin/ Mac OS X” and hit Run DSDT Patcher.

11. Create a folder named Extra in the root of your Snow Leopard partition and, inside that folder, create another folder named Extensions. Then copy the kexts from “Extra Folder” to the new Extensions folder.

12. Open the unzipped folder from step 9 and unzip VoodooPS2Controller-0.98-installer.pkg.zip. Then run the .pkg and check the Trackpad option on the Installation Type step. Change the Install Location to your Snow Leopard partition and install.

13. Now you can boot to your Snow Leopard partition. Boot with the -f arch=i386 flags and go through the process of setting up your User Account. When you get to your desktop, WiFi should already be working (if you have a Broadcom 1395 chipset).

14. Copy the Kexts folder from step 7 from your Leopard partition to your Snow Leopard Desktop.

15. Download and run Kext Helper from your Snow Leopard partition. Drag and drop the kexts in the “Kext Helper” folder onto the Kext Helper screen and install them. Upon rebooting, Audio, Battery Meter, and SD Card Reader should now be working.

16. Unzip the Trackpad Preference Pane (also found in the Kexts folder) and install it with the included instructions.

17. Mount your Snow Leopard Install DVD DMG and navigate to /System/Installation/Packages/ (run the two terminal commands from step 2 if you don’t see the folder). Then run BSD.pkg and install it to your Snow Leopard partition (while booted to your Snow Leopard Partition). 9 times out of 10 you will get a Kernel Panic during the install process and will be forced to restart. This is OK. I had to install BSD.pkg 8 times before it had one successful install. Eventually, the package will install without a KP. When it does, hit OK on the install screen and then restart. Boot back to Snow Leopard and you will notice two things: 1) The system will be much more stable and you should stop receiving those damn Kernel Panics and 2) you can now repair permission in Disk Utility without getting an error.

18. Update to 10.6.1! (Just install the update and reboot)

19. Update to 10.6.2!

20. Update to 10.6.3!

21. Update to 10.6.4!

Upon completion of this guide, you will be running Snow Leopard 10.6.4 and will have a nearly perfect system. If you found this guide useful then feel free to make a donation by clicking the Paypal link on the sidebar, or by clicking on some ads around the site. Any amount truly does help.

, , , , , , , , , , , , , , , , , ,

About the author of this post:

Thomas has written 56 posts on DailyBlogged.

Thomas is a self-proclaimed guru (just ask him). He enjoys long walks on the beach, running Mac OS X on his Inspiron 1525, and tweeting about nonsensical life happenings. You can follow Thomas on twitter, email him, or search the interwebs for all his personal information. Neither should be too difficult.

704 Responses to “Retail Snow Leopard Installation Guide”

    • Thomas Says:

      If you can get back into OS X, run the commands for installing Chameleon in terminal and then upload a screenshot of the commands after they have been run.

      Reply

    • Kyle Says:

      I installed Chameleon to my Leopard disk and now everything is working… good news!

      I need to erase the Leopard partition at some point cause I need the space for my SL drive. Hopefully Chameleon will still work at that point.

      Thomas – Thanks again for your responses and help. It seems that MBR partitions and installing Chameleon to Leopard vs. SL did the trick.

      Reply

  1. Kyle Says:

    Apparently, installing SL isn’t as easy as I thought. After I get through step #12, I reboot my computer and I hit an endless loop after the Dell bios screen. It seems to be a problem with chameleon install, except I’m following each of the 3 commands exactly, one by one. My SL partition is on disk0s3…

    Do I need the chameleon folder on my newly created SL desktop? I’ve been leaving it on my current Leopard desktop which is where I’m installing everything else?

    Reply

    • Thomas Says:

      The Chameleon folder wouldn’t make a difference. In the second step on the Chameleon install, make sure you’re typing rdisk0s3.

      Reply

      • Kyle Says:

        Yes I always put “r” in front, this is what I’ve been typing from the terminal per step #9:

        cd /Users/Kyle/Desktop/Chameleon-2.0-RC3-r658.bin/i386
        sudo fdisk -f boot0 -u -y /dev/rdisk0
        sudo dd if=boot1h of=/dev/rdisk0s3
        sudo cp boot /

        I’ve tried numerous times, but I always get the endless Dell bios loop after reboot.

        Reply

        • Kyle Says:

          My partitions are GUID by the way (both Leopard & SL)…

          Reply

          • Thomas Says:

            You are only supposed to use an r on that second sudo command. You should be typing:

            cd /Users/Kyle/Desktop/Chameleon-2.0-RC3-r658.bin/i386
            sudo fdisk -f boot0 -u -y /dev/disk0
            sudo dd if=boot1h of=/dev/rdisk0s3
            sudo cp boot /

            Reply

            • Kyle Says:

              Thanks so much for the correction, I was following the instructions on your website exactly! I’ll try again…

              Reply

              • Thomas Says:

                Holy brain fart, Batman. The instructions in the post as well as what you were typing are correct; my previous comment to you was not. You should include the r in both steps. Sorry about the confusion. Since that isn’t working, try installing Chameleon to all HFS+ partition on your HDD.

                Reply

              • Kyle Says:

                Alright, tried again but the same result… here’s the error message after the Dell bios loads:

                boot0: GPT
                boot0: testing
                boot0: testing
                boot0: done
                boot1: error

                Also, I booted gparted to ensure the boot flag was set to the SL partition, but ended up with the same error as above.

                Reply

                • Thomas Says:

                  Since you’re using a GPT disk, make sure there aren’t any partitions checked with the boot flag in GParted.

                  Reply

                  • Kyle Says:

                    No, I’ve tried the EFI partition, Leopard and SL partitions with the same result.

                    Would starting over with MBR partitions make a difference? Also, your comment above about installing chameleon to all drives, does that involve just running the last two commands for each drive identifier?

                    Reply

                    • Kyle Says:

                      Just another late night update… reinstalled everything using MBR partitions and still stuck in an endless loop with the boot1: error message. I tried setting both SL and Leopard partitions with the boot flag, but still same result.

                      This is pretty frustrating since I’ve been using my 1525 for over 2 years and nothing seems to work!

                    • Thomas Says:

                      Just out of curiosity, in the BIOS, is Onboard Devices -> SATA Operation set to ATA or AHCI?

  2. Wolfer Says:

    So, everyone installed and tested this ‘Snow Leopard Graphics Update’? Is all okay with it? Ready to load up?

    Let me know. I’d appreciate it.

    Thanks!

    Reply

  3. Paul Custance Says:

    Hi,

    Has anyone had an issue with sleeping the laptop whereby it goes to sleep but instantly jumps out of it again? I did fix it with a sleep fix which was a patched IOUSBFAMILY.Kext but that then also killed the webcam from working!

    I would disable Legacy USB but seemingly there is now option for this in the Dell 1525 Bios.

    Any suggestions greatly received.

    Thanks

    Paul

    Reply

  4. John Says:

    Hey Thomas,

    I have a problem with getting the X3100 to work on Snow Leopard. I have a Dell Inspiron 1525 with a Core 2 Duo and a resolution of 1280×800 to not confuse with the 1440 resolution one. I’ve tried all DSDT’s and all possible kexts to try to get full QE/CI. Many have reported they have the display working on many websites. I’ve even tried the expose hotspot tricks and the sleep tricks but no luck with that. The X3100 worked flawlessly on Leopard but ever since Snow came out, it hasnt been able to recognize the chip. Any help? Thanks a lot!

    Reply

  5. turningitred Says:

    Thomas,

    I hope you can help me. I’ve been trying to get SL on my partners Inspiron 1525 and you guide worked great up until this point. I’m just wondering, you say that BSD will cause kernel panics a bunch and eventually work, do these KPs happen during the install or at the reboot afterwords? When I install BSD it completes no problems, then I reboot and get a KP. Is this what you’re talking about and I need to keep trying to install in safe mode, or do I have a different problem?

    Reply

    • turningitred Says:

      ok, now i really don’t know what to do. The keyboard has become completely non-responsive. I can’t even get the BIOS or boot menu?!? I’m at a loss here. I’m at the point of looking for any good combination of restart, let sit, restart right away type of voodoo. Any ideas? It’s one thing to not be able to get SL installed, it’s another thing to completely brick the thing :-<

      Reply

      • turningitred Says:

        the voodoo worked! That was scary..

        Reply

        • Thomas Says:

          Since you’ve posted three times now referencing different things, I’m getting a little confused. What are the issues you’re currently facing?

          Reply

          • turningitred Says:

            I do apologize, the keyboard not responding even at the Dell boot screen really had me worried. At the moment, I can only boot into SL in safe mode. I can install BSD fine, and when I go to reboot afterwords, I get a KP. I think that’s about where I’m at right now.

            Reply

            • turningitred Says:

              I’m sorry, I have to add to that. I’ve been going through some of the previous steps, and I’m reminded that when I get to step 15, the kexts seem to install fine, but after a few seconds I get a “System extension cannot be used” error for each of them. My wireless also is not working.

              Reply

              • Thomas Says:

                What flags are you using to boot into Snow Leopard when you receive a KP? The “System Extension cannot but used” error can be fixed by reinstalling that kext, though the error doesn’t actually have any significance.

                Reply

                • turningitred Says:

                  Ok, here’s an update.. I started over and followed your guide exactly. Upon installing BSD I get KPs just as you said, although, I do have to ask, how many times should I keep trying until it doesn’t work? Other than that, at this point, the built in keyboard and trackpad do not work. If I try it, SL tells me it needs to be identified, but the identification process does not work. I’m using an external keyboard and mouse at the moment. The DVD drive is also not recognized even in disk utility and all of the partitions have strange icons. In Finder, they have the icon usually used for a time machine disk, and in disk utility they have regular folder icons. I have not tested the memory card reader, also, screen resolution is limited to only one choice. Any thoughts for me?

                  Reply

                  • Thomas Says:

                    I suspect that you aren’t using the correct boot flags. You should boot with -f arch=i386 on every boot. Try booting with those flags and then let me know how many of those issues remain.

                    Reply

                    • turningitred Says:

                      -f arch=i386 boot flag causes KP every time whether by itself, or combined with -x and/or -v. I can boot without any flags sometimes, and I can always boot with -x flag and -f -x flag, and of course all of these with -v flag. As I’ve been trying to install BSD I’ve been using -f -v -x flags to boot each time. Any reason why -f arch=i386 might be causing a KP each time?

                    • Thomas Says:

                      Try -v -x arch=i386 and, if it KP’s, send me a picture of the KP screen.

                    • Thomas Says:

                      I just received your email with the picture. Boot into the system using whichever flags work for you and remove any traces of SleepEnabler.kext. Then boot with -v -f arch=i386 and report back.

                    • turningitred Says:

                      I just sent another picture via email. Still getting a KP.

                    • Thomas Says:

                      Which version of Chameleon are you using?

                    • turningitred Says:

                      The Chameleon boot screen says at the top:
                      Darwin/x86 boot v5.0.132 – Chameleon v2.0-RC1 r

                    • Thomas Says:

                      That may be your problem. Boot to Snow Leopard and install Chameleon RC3 from this post.

  6. aszfalt Says:

    Hi,
    thanks for the guide. I’m stuck at the step 12, I’m unable to launch my new system, I got always only a black screen after the gray background with the apple (but I’m hearing the music of the welcome video).
    I was following the steps in a vmware Leopard, so in the step 10 I used a dsdt.aml found on the web. After the reboot I was able to start my system in console mode (-s flag), and I recreated my dsdt.aml file in console, and replaced the old one, so I think it should be fine.
    I tried also the sleep and wake trick, but my system instantly wakes up after pressing Fn+Esc.
    I’ve got a 1440×900 lcd, and I dont know if it makes any difference, but the filesystem is case sensitive (the name of the dsdt file should be lowercase characters?)
    Any hints?

    Reply

  7. euclides Says:

    Hello! I followed Your excellent tutorial, Everything seems to be ok but… When I get the step 13: “13. Now you can boot to your Snow Leopard partition. Boot with the -f arch=i386 ” It doesn’t boot! My dell shows e message like:
    boot0:GPT
    boot0:testing
    boot0:testing
    boot0:error_
    for just milliseconds and then automatically reboot, and so on.
    Any idea?
    Thanks!!!

    Reply

    • Thomas Says:

      Sounds like you messed up when installing Chameleon. Reinstall Chameleon but make sure you use the correct values.

      Reply

      • euclides Says:

        Thomas, I installed Chameleon right like it says in your guide, What do You mean with correct values? I executed:
        sudo fdisk -f boot0 -u -y /dev/rdisk0
        sudo dd if=boot1h of=/dev/rdisk0s3
        sudo cp boot /

        Is the last line completed?
        What can I do???
        Thanks!!!!!

        Reply

        • Thomas Says:

          You correctly installed Chameleon to disk0s3, though that partition may not be set as the active/boot partition. Verify that it is with GParted or some other partition managing software.

          Reply

          • euclides Says:

            You were right, The Snow Leopard Partition were not set as “boot”. I changed the flag with GParted and now It says “boot”….. But It still doesn’t boot… :(
            I have 3 partitions, The Leopard one (No boot), the Snow Leopard one (boot) and a small partition named Efi, that is set to be boot too….
            Right now, I can boot 10.5.6 using the installation DVD.
            Thanks!

            Reply

            • Thomas Says:

              Now that you’ve set the Snow Leopard partition as the boot partition, reinstall Chameleon to it. Also, are you using an MBR formatted disk or a GPT formatted disk.

              Reply

              • euclides Says:

                Thanks a lot for Your support!
                I deleted the EFI partition using GParted, and the Snow leopard partition suddenly dissapear…. so, I will restart the entire process from scratch…
                I Don’t know about to MBR or GTP… Where can I check it? Which one is better?
                I will try again now, any advice?
                Regards

                Reply

                • euclides Says:

                  I found It. Is GPT (GUID Partition Table).

                  Reply

                  • euclides Says:

                    Step 5 says: “5. Click continue through the License Agreement until you arrive at the install options. Then click “Change Install Location” and select the drive you want to install Snow Leopard on (It cannot be the drive/partition you’re currently booted to).”

                    I am using the same drive but different partition, is it OK?
                    Tks,

                    Reply

          • euclides Says:

            Hello, I started the process again, But there is an Issue:
            1) Create the Snow partition using “Disk Utility”
            2) by using GParted, set the Snow partition to “boot”
            3) When I reboot in my 10.5.6 Leopard, Snow partition is not visible:
            Can’t see it in Finder, and can’t see it in Disk Utility
            4) Again run GParted and uncheck the “boot” flag
            5) Partition Snow is again alive!
            So… How can I set it to be a “boot” partition?
            Thanks!!

            Reply

            • Thomas Says:

              It’s a bit different for GPT formatted disks. As you noticed, setting a partition on a GPT disk as the boot partition using GParted will make that partition invisible. To boot from your Snow Leopard partition, simply install Chameleon to it. As you’ve already tried this without success, it may be best to reformat the entire disk as MBR and start over.

              Reply

  8. Kyle Says:

    Looks like I’ll finally be taking the plunge into Snow Leopard. One question, is there a way to combine my partitions after I install SL? I won’t be using Leopard anymore so I would like to have a single partition. Does anyone actually boot into Leopard anymore?

    Thanks!

    Reply

  9. Chunkeh Says:

    woohoo! running on 10.6.1 right now…no sound though but got everything else =D

    Reply

  10. Chunkeh Says:

    Ok will keep trying the kernel panics are so random at the moment

    Reply

  11. Chunkeh Says:

    Ah, thats a shame. Can it be installed in safe mode? I’m getting Kernel Panics all the time and its so damn frustrating lol

    Yeah it’s:

    http://osx86.net/f57/dell-inspiron-1525-t3860/

    Reply

    • Thomas Says:

      I’m not sure if it’ll install in safe mode, though it’s definitely worth trying. You can verify it installed properly by successfully repairing permissions in Disk Utility.

      Edit: I just checked out the link and all it is i is the Chameleon boot file. It seems as if you weren’t installing Chameleon correctly (or to the right partition).

      Reply

  12. Chunkeh Says:

    Yeh no probem, here is the link:

    http://osx86.net/attachment.php?attachmentid=568&d=1252006079 (you need to be registered to download)

    it’s not too much of an issue because it works fine for me on Leopard so I can just transfer anything i need that way…

    Where does the BSD.pkg instal to on the hard drive? (If you know the location I think there could be a work around to all the failed installations by just installing it through Leopard and changing where it should be installed)

    Reply

    • Thomas Says:

      Installing BSD.pkg to Snow Leopard from Leopard doesn’t have any affect; it has to be installed from Snow Leopard. Do you have the original forum post link (instead of the direct download link)?

      Reply

  13. Chunkeh Says:

    Ok, just done that and now it’s frozen at Airport: Link Down on en1. Reason 4 (Disassociated due to inactivity).

    Sorry for bugging you…Lol, you’ve been a great help, thank you

    Reply

    • Thomas Says:

      It’s no problem at all. The link down message is normal and isn’t causing the error. What processor do you have in your system? Also, what version on Snow Leopard are you installing?

      Reply

      • Chunkeh Says:

        10.6 retail

        and processor is 1.92GHz Intel Core 2 Duo

        Reply

        • Thomas Says:

          That rules out any processor issues. When booting with arch=i386, do you type it at boot or have you added it to your com.apple.Boot.plist.

          Reply

          • Chunkeh Says:

            I type it at boot with the -f flag just before. so… -f arch=i386

            should I be running repair permissions after sticking the kexts in the relevant folders?

            Reply

            • Thomas Says:

              It’s worth a shot. After that, I’m all out of ideas. Sorry. I just can’t think of anything else that would be causing the issue. You are using an Insprion 1525, right?

              Reply

              • Chunkeh Says:

                Yeah, using inspiron 1525 and Leopard runs like a dream.

                WIll try that now, thanks for all your help

                Reply

                • Thomas Says:

                  Let me know if that helps at all. Sorry I couldn’t be more help, but I tried everything I know of.

                  Reply

                  • Chunkeh Says:

                    Ok so I am actually on snow leopard as we speak! i found a forum that was having the same difficulty and I downloaded the boot file they used and it’s working….however, I dont have wifi or sound.

                    Sound I just try sticking the relevant kexts from here in the extensions folder as well?

                    Reply

                    • Chunkeh Says:

                      Scratch the previous comment, re did it again! now I have sound and wi-fi! just getting random kernel panics but i havent installed the BSD package yet, will do shortly.

                      My only issue is snow leopard doesnt detect my dvd drive…any ideas why?

                      and thanks again for all your help

                    • Thomas Says:

                      Installing BSD.pkg should resolve those KP’s. Your DVD Drive should just work for you. I think you’re the first person to report a DVD Drive problem in Snow Leopard. There’s something very different about your system that is causing all of these strange errors, and I have no idea what it is. Do you mind providing the link for that custom boot file you used?

  14. Chunkeh Says:

    Ok so I followed your guide down to the letter, and the first time I tried to boot it up it panicked. Restarted in verbose mode and it’s gone passed the previous issue and seems to have frozen on:

    Sound assertion “0 != pathMap_aDriverInstance” failed in “/SourceCache/AppleHDA/AppleHDA-174.1.1/AppleHDA/AppleHDADriver.cpp” at line 1459 goto exit.

    And there’s the same thing just beneath this line for createAudioEngines

    Reply

  15. Chunkeh Says:

    Just tried that new kext now and got back the same:

    FakeSMC: key not found RPlt, length – 8
    FakeSMC: key not found EPCI, length – 4

    I’m going to delete snow leopard and start over and just hope for the best lol

    Reply

  16. Chunkeh Says:

    ok so I did what you suggested, got the same timeout issue and just before that message it says the fakesmc not found on two separate lines

    Reply

    • Thomas Says:

      The last thing I can think of before reinstalling would be to try one last FakeSMC.kext. Download this and copy the fakesmc.kext in “Needed Kext” to /S/L/E/, replacing your other FakeSMC.kext. Finally, reboot with -v -x -f arch=i386.

      Reply

  17. Chunkeh Says:

    Ok so now it’s stopped on:

    ACPI_SMC_PlatformPlugin::start – waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out

    Reply

    • Thomas Says:

      Try placing the FakeSMC.kext from step 7 in /System/Library/Extensions/ and then booting with -v -x -f arch=i386 (make sure to first delete the one in /Extra/Extensions/). If that doesn’t work, copy only the fakesmc.kext from the Needed Kexts folder to /System/Library/Extensions/. Make sure that any other FakeSMC.kext is delete and then boot with -v -x -f arch=i386.

      Reply

      • Chunkeh Says:

        Sorry do you mean fakesmc in the extras file? also when you say ONLY copy the fakesmc from the folder, should I delete all the other kexts I have already copied over?

        Reply

        • Thomas Says:

          Sorry, I should have been more clear. To make it easier, just copy the FakeSMC.kext from /Extra/Extensions/ to /System/Library/Extensions/. Then delete the FakeSMC.kext in /E/E/. Finally, reboot with -v -x -f arch=i386 and report back how it goes.

          Reply

  18. Chunkeh Says:

    Ok will do now, i’m using chameleon 2.0 RC3 (the one in the link in this guide)

    Reply

  19. Chunkeh Says:

    Ok so it’s been running for 30 mins and still nothing.

    Also, the processor light isn’t on at all (don’t know if that makes a difference

    Reply

  20. Chunkeh Says:

    Haha, your kidding! Well the first time I booted it I waited about 20 minutes. After that basically eveytime I saw that message I just assumed it froze *shakes head in shame*

    I’ll redo it now and let you know either way

    Reply

  21. enochpc Says:

    I have a quick question, I set this up for a Dual (hopefully triple boot if I get it working) Windows XP and OS X 10.6.4 machine (and hopefully Ubuntu). Currently boots to both great. Do you have a recommendation when it comes to a CMOS reset fix? I’ve tried several on my desktop machine and none have worked, wondered if you had tried one for the 1525.

    Reply

    • Thomas Says:

      To be honest, I’m not even sure what CMOS Reset is or why it even has to be fixed. I did find this link to be quite helpful though: http://lmgtfy.com/?q=CMOS+reset+fix

      Reply

      • enochpc Says:

        I have my laptop set to boot XP, SL, and Ubuntu. When I boot to SL, it changes the time forward 6 hours or so in the BIOS, so when I boot to XP the time is now incorrect. My desktop is doing the same thing. I have tried a half a dozen different fixes so far, no luck. One forum claims using AppleRTC.kext from Leopard works, just won’t let you boot 64 bit, which your method doesn’t allow anyway. I’m torn between your no leopard kexts rule and an attempt at this repair. Anyway, I am off to check your link.

        Reply

        • enochpc Says:

          Oh haha nice link, as if Google isn’t my friend already. Thanks anyway.

          Reply

          • Thomas Says:

            Sorry, I couldn’t resist :P. Now that you’ve explained it, I actually do know which issue you are referring to. I’m going to look into a fix now and will post back with my findings.

            Reply

    • Thomas Says:

      I may have found a fix. This fixes something in Windows and not OS X. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\ in the registry and change the value of RealTimeIsUniversal to 1. If RealTimeIsUniversal does not exist, create a new DWORD with a value of 1.

      Reply

      • Chunkeh Says:

        Hi Thomas,

        I have followed your guide to the letter and I must admit it has helped me a lot and I will be donating once I have it up and running =D

        I’ve double checked all the kexts and they are where they should be. What I did by mistake though was once I installed chameleon and followed the steps I rebooted into snow leopard instead of leopard which didnt load so I went back into Leopard and moved the kexts into the extra/extensions folder.

        Basically when booting snow leopard with -f arch=i386 it just freezes on the apple logo loading screen. I’ve run it in verbose and it’s saying the lpc device initialization failed.

        Any help would be very appreciated!

        Cheers

        Reply

        • Thomas Says:

          That shouldn’t be too much of an issue. Just follow steps 7 and 8 again. If you are still unable to boot, boot with -v -f arch=i386 and take a picture of the screen it freezes on. Then upload it to an image site and send me the link.

          Reply

      • enochpc Says:

        Just tried this on my 1525, rebooting now to see if it worked, any idea if this will work for Windows Vista or Windows 7?

        Reply

Trackbacks/Pingbacks

  1. Loving My Hackentosh « Fireside Chats - Tue, 27th Jul 2010

    [...] buying my own Macbook, but the $1ooo price tag seemed a bit high. I looked across forums such as macyourpc and insanelymac and discovered a couple of how-tos about loading Mac software on my laptop. The [...]

  2. Snow Leopard on a Dell Inspiron 1520 « Henry Poon's Blog - Wed, 16th Jun 2010

    [...] don’t use this so I didn’t install the kext for it.  It can be found here: http://www.dailyblogged.com/retail-snow-leopard-installation-guide/ or SD Card Fix (more [...]

Leave a Reply