• Login
  • Become a blogger
  • Installing Mac OS X 10.5 Leopard on an IBM x86 – A Step by step Guide

    Posted by thinkdj on November 5th, 2007
    69 Comments | 173,052 pageviews

    The leaked file (DMG format) has a size 6.56GB, so you need a DVD9 to burn it. Although it can be installed in original Apple hardware directly.

    With some modifications, you may also try to run the OSX Leopard on an IBM x86 PC.

    Download the torrent Here ( Source : Demonoid, Size : 6.56GB )
    MD5 = c38902e728dc47a4ccb34aa6143b9bbe [osx-leopard105.dmg]

    Add these Trackers for faster download rates

    http://inferno.demonoid.com:3416/announce
    http://www.moviex.info:2710/r12xjr0azivx42cjuyzn3c73mdqxj31q/announce
    http://vip.tracker.thepiratebay.org/announce
    http//araditracker.com/announce.php?pid=241eac72250a7cd33b0ae3c7080e2e7d

    Get OS X Now!

    The Credit goes to BraizlMac@osx86scene forum who made the original patch to make all these possible.This currently works on INTEL system with SSE3 support ONLY. An AMD/SSE2 patch should come shortly. Use CPU-Z to check the system capability if you are not sure.

    Warning: the patch is rather experimental atm, and even your processor supports SSE3, the installation might still fails due to various compatible issues. Also, the patched DVD seems to be problematic, missing the booting setup part, and most likely would render a system unbootable. Most guides online are based on the instruction comes with the patch file, they didn’t actually install it! I did manage to install the Leopard on my own PC and this guide is based on my very own, first-hand experience. I’ll try to make it as accurate and correct as possible. [src : DigitMemo ]

    Update: AMD/Intel SSE2 users try this. Need to patch the original Leopard DMG though, no pre-patched disk available atm.

    What you’ll need:

    • Optional: Original unpatched Leopard installation disk image, and patch file to enable x86 PC support and strip the image to 4.3G so it can fit on a single layer DVD. This requires access to an working OSX Tiger system, so might not feasible for everyone.
    • Optional but highly recommended: Patched 10.4.10 Tiger installation disk(torrent download). Other Tiger disk will also work.
    • the patched DVD image(torrent download), post install patch file(rs).
    • a DVD burner and empty DVD media
    • a USB Flash Drive formatted as FAT or FAT32, flash memory+usb card reader will also work
    • Computer with Windows installed, HDD with at least 10G free space.

    Prepare before installation

    1. Optional: If you have the original disk image and an OSX Tiger installation, then use the patch file to shrink it on a Single Layer DVD. Read the instruction before applying. This will require around 15GB free space on your OSX partition.

    2. Burn the patched DVD image.

    There are many programs can do it but ImgBurn is recommended as it’s small and free, and most important, as the name suggests, its perfect for burning .ISO files. Just select the image file name and burn.

    imgburn

    3. Optional: burn the Tiger install disk if there is no previous Tiger installation on your PC.

    4. Prepare the hard drive.

    Create a primary partition(primary is better, but extended logical partition is also OK, see below), , at least 10G, and format it to FAT32. This can be done by Partition Magic or Acronis Director Suite. Both are commercial software. Or, use the free gparted livecd instant.

    5. Prepare the USB pen drive

    Format the drive as FAT or FAT32, and rename the label to 123. Windows handle disk label’s caps in a different(and inconstant) way with OSX, so using numeric only label names would be bullet proof.

    Extract the patch file(files.rar) and place it on the pen drive, it should look like this:

    pendrive

    If you use other label names, edit 9a581PostPatch.sh and change the second line

    PATCH=“/Volumes/123/files/leopatch/”

    accordingly.

    Install Leopard

    Now lets install Leopard.

    1. Optional but Highly recommend: install Tiger first. This can be done by inserting Tiger DVD on your computer and make sure you boot from it. Usually that’s done if you press F8 or F12 or whatever key combination to give you the option to choose what disk/cd drive you want to boot from. Or you can always change boot device in BIOS setup. Select your CD/DVD drive. And

    Select your language and when the welcome screen shows up

    1. Select Utilities -> Disk Utility
    2. Select your partition that you want to be OS X and go to the Erase tab
    3. For Volume Format, select Mac OS Extended (Journaled), set volume name as “Leopard” (no quotes, case sensitive)
    4. Click Erase. Now the partition should not be grey, it should be black to indicate that it is active.
    5. Close out of the Disk Utility and move onwards with installation.

    Use “Customize” option and unselect all packages there. Just install base system. By installing Tiger first, the partition would be properly formatted and activated, which eliminate any potential problem. Now reboot and remove the Tiger DVD.

    2. Install Leopard.

    Insert Leopard DVD, and make sure to select booting from DVD. The installer will load(it will take a while, be patient). If you have Tiger installed, don’t format the partition, just install it over the Tiger partition. Otherwise, same approach as Tiger installation, use Disk Utility to setup the partition.

    Important: Use Customize… button and unselect all packages there. Then proceed to installation. When it’s done, reboot. And make sure that your USB/Pen Drive is connected to your PC.

    Patch Leopard Installation

    After the reboot, also make sure you do the same step above: Press whatever key combination to give you the option to choose your boot device: Now Select your CD/DVD drive.

    When the Darwin bootloader shows up, Hit F8; When you see the prompt, type -s and hit enter. The DVD will now load in verbose mode. Watch for any panics! It should load without a problem (of course, if you already installed, its all good!)

    Once the setup is loaded(again, long wait, be patient), select your language. When the welcome screens shows up, select UTILITIES-TERMINAL. The terminal will now open. We will now browse to our Thumb Drive;

    In the command line, type:

    cd /Volumes/123/files

    Lets now run the script. This will patch the installation so it will boot properly:

    ./9a581PostPatch.sh

    Let it run. You can answer yes when removing the ACPUPowerManagement.kext

    Reboot.

    The Bootfix patch

    After reboot, if the system boots into Leopard fine, ignore this part and head to next section to setup multi boot. Otherwise, you might encounter blinking cursor or “HFS+ Error”, follow the steps below then

    If you install Leopard without Tiger first, the system might still boot into Windows instead or leave a system unbootable at all. Even the tboot loader trick(see below) wouldn’t work. In this case, you need to repair the installation and setup boot property for it.

    1. Reboot using the Leopard DVD, make sure the USB pen drive is connected.
    2. Open a terminal after everything finally loads.
    3. Find out what disk your leopard was installed on by issuing this command (my machine was rdisk0s2, will use rdiskXsY below, substitute accordingly)
      diskutil list
    4. Active the partition
      fdisk -e /dev/rdiskXfdisk: 0>update
      
      fdisk:*0> f Y
      
      “Partition 2 marked active”
      
      fdisk:*0> w
      
      Device could not be accessed exclusively.
      
      A reboot will be needed for changes to take effect. OK? [n]y
      
      Writing MBR at offset 0.
      
      fdisk: 0> q
    5. Now goto bootfix directory by typing:

      cd /Volumes/123/files/bootfix

      and do the following

      ./dd if=/usr/standalone/i386/boot1h of=/dev/rdiskXsY bs=512
       count=1umount /Volumes/Leopard
      
      ./startupfiletool -v /dev/rdiskXsY /usr/standalone/i386/boot
      
      ./bless -device /dev/diskXsY -setBoot -verbose

    reboot

    Post Installation: setup multi-boot

    2. Now you’re already in the exciting Leopard! After initial setup, load up Terminal(Applications/Utilities) within OSX and type

    sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

    edit the Darwin time-out flag accordingly:

    <key>Timeout</key>
    <string>10</string>

    reboot and now you can choose Mac OSX/XP/Vista using Leopard’s boot loader.

    3. Optional: you can also setup Windows as default OS and use windows’ OS selector to launch OSX.

    So reboot and select Windows partition, load Windows. Open a command prompt(if you’re using Vista, make sure it’s running as administrator). Use diskpart to mark the Windows partition active.

    1. Type diskpart
    2. If you have more than one disk, at the DISKPART prompt, type:
      list disk
    3. At the DISKPART prompt, type:
      select disk x
      Select the disk, x, where the partition you want to mark as active in
    4. At the DISKPART prompt, type:
      list partition
    5. At the DISKPART prompt, type:
      select partition y
      Select the partition, y, you want to mark as active.
    6. At the DISKPART prompt, type:
      active
      to active the selected partition and system will boot from it next time.
    7. At the DISKPART prompt, type:
      exit
      to quit the diskpart program

    This will mark Windows partition as active, and the system will boot off it next time. If the PC has Windows XP installed, get this tboot(512 bytes only, a revised version of chain0 loader, support multi HDD as well as loading OSX on extended partition) file and put it to the same directory as ntldr(usually C:\), adding the following line to boot.ini

    c:tboot="Mac OSX Leopard"

    If the PC is Vista only, put ntldr(get one from your XP installation CD), tboot and a boot.ini file to your Vista boot partition, for example

    [boot loader]timeout=0
    
    default=c:tboot      [operating systems]c:tboot="Mac OSX Leopard"

    Vista will automatically detect and add the Leopard entry on next boot.

    Also, for Vista users, you may use bcdedit to add tboot, but the ntldr way is much much more easier. Anway, if you prefer the native Vista bootloader, here is how:

    1. put tboot on Vista boot partition, usually C:\

    2. Open a command prompt and make sure it’s running as administrator and type:

      bcdedit /create /d "Mac OSX Leopard" /application bootsector

      This will retrun a {ID}

    3. Use the command line below to add the tboot, replace the {ID} accordingly:
      bcdedit /set {ID} device bootbcdedit /set {ID}
      path tbootbcdedit /displayorder {ID} /addlast

    That’s all. Enjoy the new Leopard!

    Try out these great manuals for advanced MAC OS tweaks
    Mac OS X Leopard: The Missing Manual

    Mac OS X Internals: A Systems Approach

    This great Guide was brought to you by DigitMemo.com

    69 Responses »

    1. wan123 says:

      hey jeymus,
      today i am buy usb board:)
      now i dont know how make usb with patch readable in terminal?

      i can see all disk who are in macintosh formated mode but fat dont recognized.?? thanks

    2. Jaymus says:

      Hey wan123,
      Ahh, in the case of PS/2 all I can really think of suggesting is trying a USB board &/or going through your BIOS settings and checking for anything remotely related. As a last resourt you could try a much older build too, but that’s a total shot in the dark.

      Cheers

    3. wan123 says:

      hey jaymus,

      thank you for quick response, i have ps2 keyboard.

    4. Jaymus says:

      Hey wan123,
      I’ve had that symptom before – for me it had to do with my BIOS settings for my usb ports – I needed it set to enable legacy support to use a usb keyboard with the installer – though I seem to recall some bizarre scenario where disabling Legacy support helped.

      You can also just try another keyboard.

      Cheers,
      J

    5. wan123 says:

      how to use terminal when my keyboard not response? thx

    6. Fila says:

      When I insert dvd with leopard and when it loads darwin boot loader, a message always comes “can not find root device”
      What should i do?

    7. VJ says:

      Hello Bob

      Someone tell me if i got mac OSx86 just do not update VGA,
      that is ture? if i want to use my VGA on mac how can i install that driver in mac without problem?
      the only think that i need your help is how to install driver on mac?or i need to re-install mac and install iATKOS or mac Tiger?then install Mac OS X Leopard DVD?
      Thank you alot for your help Bob :)

    8. Bob says:

      VJ

      if you are getting into OS X86 on your pc, then the driver supporting SATA is already loaded. Enjoy your mac on pc. If OS X “die from update 10.5.5″ then you might need to do EFI patching.

      http://forum.osx86scene.com/viewtopic.php?f=16&t=2520

      By the way 10.5.5 upgrade ( !?!) is not officially supported by OS X 86 as I know. Only up to 10.5.4.

    9. VJ says:

      Thank you Jaymus,The driver i don’t know how to install is Sound Driver (Realtek High Definition Audio on mantherbrod)
      and VGA NVIDIA GeForce 8800 GT,Now i using window XP cuz my Mac Os now is die from update 10.5.5 :( i think that update can help me to use that Driver,I hope can someone help me. Thank you guys

    10. Jaymus says:

      Good luck VJ. You may want to check your BIOS settings and try changing some things that seem like they could be related. On my machine I run osx86 on, I found disabling “Legacy USB Support” really helped with a lot of things. I installed my OSX86 setup on an IDE drive, but later used Disk Util (from the installation disc) to copy what I had on IDE over to a SATA drive and that worked too. But of course, it only worked because I had good drivers thankfully.

    11. VJ says:

      hello Bob

      Thank for your help, i try to use SATA (but i not use IDE on SATA clip) now i can get inside Mac OS X. but i don’t know how to install install Driver on mac.

    12. Bob says:

      VJ

      I am not following you. If you have upgraded your HDD from IDE to SATA you will have to use an appropriate driver in xp. If so then shouldn’t have any problem with OS X 86 installation if you follow the driver choice in the pre installation choices. Try the latest iATKOS_4.

    13. VJ says:

      HI Bob
      I try to install Mac OS X 10.5 on my PC,
      My pc is running AMD 64 and Asus matherbrod M3A-H,
      i have already install with IDE but i use SATA for Windows xp ,when my pc reboot i can’t do anymore with install,i think that problem is with my IDE,Bob can i install with SATA or not?and how can i install with SATA? thank

    14. Bob says:

      McMichel

      The only patch ( pre and post ) available is by Brazilmac and it is meant for the 10.5 only. I very much doubt you can use it for the 10.5.1. Just use the iATKOS or Kalyway 10.5.1 and avoid all the headache. You can google all info you need. No need to re invent wheel here unless you have a better wheel in mind ;>

      Well, the better wheel is upon us and it is called ‘Leo4ALLv3′ by eddie 11c

    15. Vipin says:

      Hey JAYMUS
      I tried every thing which u suggested but its not working.
      If you have any other solution please let me know

    16. jaymus says:

      I found disabling legacy USB support made the difference between USB hard drives working and not on an installed system. And it made the difference between the installer usually dying out with a weird USB resource lock error message before even giving the initial installation menu and working as expected.

      Unlikely: it’s possible that you could also disable old stuff like parallel and serial ports – doing so can free up interrupts, though that hasn’t seem to mattered since like ‘98.

      Lemme know how it goes.

      Cheers

    17. vipin says:

      HEY jaymus

      What were the setting u made the bios.
      can u explain it a little bit, because I tried to configure my SATA drive as ATA and AHCI both but nothing is working

    18. Jaymus says:

      What chipset does your motherboard have?

      I had that problem, though who knows if it was caused by the same things. Nevertheless, my solution at least in part involved chaning bios settings. I had issues in particular that were a result of my USB settings.

    19. vipin says:

      Hey

      I am not able to find my HDD in Tiger installation, I booted from TIGER DVD but not able to find my HDD over there in disk utility menu.
      I tried it on DELL VOSTRO laptop having SATA HDD.
      Can anybody tell me what to do…….

    20. Bob says:

      McMichel

      The only patch ( pre and post ) available is by Brazilmac and it is meant for the 10.5 only. I very much doubt you can use it for the 10.5.1. Just use the iATKOS or Kalyway 10.5.1 and avoid all the headache. You can google all info you need. No need to re invent wheel here unless you have a better wheel in mind ;>

    21. McMichel says:

      Hi, I have an iMac with Leopard 10.5.1, original DVD and another original DVD 10.5.1. Can I use these original DVDs to make patched DVDs to install it on my Intel-PC!? How can I make this? Do I still have to download these files in the description above!? Please help me, many thanks!

    22. Mac_Noob says:

      I have a… Don’t know if this is a stupid question or not. What if… I get the Leopard CD or DVD that come with the Mac, and install it on a PC without any other OS on it, will this work??? do I need also go to install all this weird patches and stuff???

      Please let me know. Thanks

    23. nikRbokR says:

      Bob

      I was not sure which bootloader to install. I installed Darwinx86… but I assume it didn’t work. I will try with EFI (?) this weekend.

      Thank you.

    24. Bob says:

      nikRbokR

      To boot from the iATkos DVD, press F12 on start up. as for bootloader, the selection is explained pretty well. iATkos is already patched no need to re/post patch. If you select the appropriate bootloader should boot right after installation. Other wise see the above section for manual bootloader install. Good luck

    25. Jaymus says:

      I tried the fix boot suggestion after installing without patching. I was able to boot leopard and it seemed quite functional except that my networking hardware wasn’t functional.

      I then installed the patches. Leopard would no longer boot. I repeated the fix boot instructions with no luck.

      It stops at the boot prompt, if I get it to manually boot it reports “HFS+ Error”.

      Please help!

    26. nikRbokR says:

      I was not sure how to get it to boot w/ the DVD as well.

      Also, when I did -s, i read several messages that the HD was “read-only”… is that a problem?

    27. nikRbokR says:

      Bob… i got the uphuck version of Leopard (iATKOS v1.0i) i believe.

      I chose customize, but there are two options. There’s the Darwin x86 bootloader and an option for Darwin EFI.

      I didn’t choose a bootloader for the first time, and I am probably not going to patch it (As it comes pre-patched). However, i’m going to now try the boot-fix as mentioned above.

      I previously installed leopardx86 w/ and w/o the bootloader (i chose Darwinx86). Both times, when I booted from my external HD, it just showed a black screen with a flashing white line @ the top left.

      Any help would be appreciated.

    28. woody79 says:

      I use Acronis OS Selector to choose between “Leopard” and XP. After following the instructions when I choose Leopard it comes up with:
      HFS+ Partition Error

      Does anyone know why and if so how it is caused.

    29. vatanak says:

      After i do follow the step ‘The Bootfix patch’ when I reboot my pc was stuck with a black scren and blink cursor.
      if i insert Mac OS X Intel PC CD, it can work.

      Can u please help me how to make it boot from HDD?

    30. Bob says:

      Sid, just checked, looks good.

      104857600 E24D65DBF50E488B83FF0F44A4D0627E
      104857600 16F812E1967578AF730CE63EB9D8E327
      104857600 1E5BB209C2A532540D7F44B13D4E2453
      104857600 A7754095187FF3CA37ED8A53D058F933
      104857600 E6F6F5763DD5DC47E78E64572C88A5E0
      104857600 225D25850B6BB6FE5F0BCB94B12C40E2
      104857600 9BB12C15DAE074DC187926DE77B2BA13
      104857600 3521ED35EDFFE24EFE1C49102535DB7B
      104857600 342DEBAADBC59A147CA288D5E9CDA46E
      104857600 5336ACDDDB740D4BBECF6EF767627660
      104857600 70019651875E34224C3EF4BEEE2532AC
      104857600 28BB18074368703029DD42BF8CCF647D
      104857600 1F5539B5AAAE888A7F2AA3F3C49647FA
      104857600 F48DADFD004397380088E3001E8DF408
      104857600 FFAAAC9CB312DB3A192E70F3E2A6ECF0
      104857600 CEB9C5ECE28154FC4656824CFC21E1F6
      104857600 CC7D728F63987783CD25A72E5089801F
      104857600 30A9B4CA8790B42637386092277B53CA
      104857600 443CD9964F7BE9549C9FB0F00C1AF17F
      104857600 4D5778E1FCCCBAC024D5926CEE0DA290
      104857600 D4626085D5CD7735E4AF2D3D19E20FDE
      104857600 7269470B31548AECB7DB4FA595476608
      104857600 EF26D70EAADDC6CBBE3EFF097EB0BB9E
      104857600 497D001938699661B1AC097FA9833327
      104857600 2A7953C59EFBB7A99FE16B2D3EB1A787
      104857600 BC797696190DA7E213C0ACF401B2EFC5
      104857600 9F25A63472B767D4EE416AD44ECAA30C
      104857600 D05FEBF8101DF8B43D96494575E212CA
      104857600 3F6E0C625D3F855ED5D9401F864887BD
      104857600 DD760B4FA3B27D5CE4E70547C15ED991
      104857600 4A77621DB57FBFF5C8B8586EC9909F91
      104857600 CA0EF5F88B18EC05BFA5EDE7B71FFEE3
      104857600 E8516A81148886808E6FB99CE8593CB4
      104857600 F4B84374BC07C19D6B5227EFA57F0B7A
      104857600 52D2293B28A1C8087DC12068A9FB91AE
      104857600 6E5EBE7187596E899F7C1CC3630B1228
      104857600 AAAEB054373A6FC8AFEC8DB09DCE5167
      104857600 23C1386F4C9CD6C4C7A9748FBB8FCD00
      104857600 2F204D2FD28E62161DFC867A389BC027
      104857600 DB2FA8709782478FF8F67574E08973DD
      104857600 A2243DEC7534C060714ACE377D980967
      104857600 61EB8D3C25F1F7BDC46FE25E84A67F44
      104857600 B49E52EC779FC12A01EA2FF591F356B1
      104857600 63F859D63B3229EFC0AEA4E60AB39024
      85983232 A18D279EE6084A74A33BAE34D0488C1E

    31. sid says:

      BOB can u post the MD5 of the complete iso and and indivisual iso’s..

      I downloaded all files joined them with hjsplit, the MD5 i get is 2D4EE6A5BAC4DE9A1D9C13854674E791

      where as the MD5 posted over internet is f8546bde2a5b3c7dff47f2aab31862a9

      please confirm

    32. Bob says:

      Thank You NuN. I am just the piano player.

    33. NuN says:

      I install Leopard and all ok !

    34. NuN says:

      mohamad was GAY! – you stupid !

      ThX BOB !!! Very well ISO !

    35. soundproducer says:

      Please, describe. what happen when you create image?
      thanks

    36. the files on:

      ►►►►►►►►http://rapidshare.com/users/DZW1W7 ◄◄◄◄◄◄◄◄

      are corrupted!!! dont donload it..
      it is megashit.iso!!!

    37. soundproducer says:

      Great Thanks.

    38. Bob says:

      http://www.freebyte.com/hjsplit/
      http://mac.softpedia.com/get/Utilities/Split-Concat.shtml

      Recompose with the SW above. PC or mac. Burn the .iso with Toast or any PC DVD burning SW. Enjoy.

    39. soundproducer says:

      Hello. On the rapidshare there are files .001, .002, etc. How to unpack them?
      Thank you.

    40. Bob says:

      This is the Kalyway versionof 10.5.1. Comes with Vanilla & EFI ready. Install enjoy upgrade from A__L_ without fear.

      http://rapidshare.com/users/DZW1W7

    41. Bob says:

      Well, the lighhter version by Uphuck is out. with Built in Booth Loader! Get it here and enjoy.

      http://rapidshare.com/users/EFWK3Z

    42. walter wolf says:

      Now you can find the leopard for X86 ready to install in the emule for example?
      or its not true the images of leopard than you can see anywhere
      THANKS A LOT FOR YOUR HELP
      AND HAPPY NEW YEAR
      WALTER
      if you know other way to get it let me know thanks

    43. Bob says:

      I need to ‘thank you’ more thinkdj. Really broaden my mac horizon.

    44. Bob says:

      Well I reinstall everything and seems to be fine with the bootloader commands. EFI installed too.
      after the fdisk -e/…command don’t be perturbed if it shows f:0>. just go along has nothing to do with you disk list ie disxsy.proceed with update,w,y,q.
      One thing I do different is I do the disutil unmount /Volumes/x before the cd /Volumes/123/files/bootfix. Work better. Even wrote a command line to use for repeat reinstallation!
      Instead of rebooting with the install cd after the PostPatch, save time and continue with installing the bootloader. Then just reboot.
      If you put the working patched kext for any thing (ie sound, ehternet, video etc ) in the PostPatch ext folder in Brazlmac. Save you having to do the root:wheel thingy later on!
      Enjoy.

      Fun doing it still can’t beat the real thing.

    45. Dpdark says:

      Got the same read only anyone got any ideas.

    46. Gunn says:

      I got the same as you Bob don’t know what to do now

    47. Bob says:

      Hi

      I am installing Leo on an ext drive through an xps m1210 1.8 C2D
      When I type in the initial command
      fdisk -e /dev/rdisk2fdisk: 0>update

      I got
      update: Read-only file system
      The same response if I replace the 0> with 2>
      What do I need to do? to get to the fdisk: 2> state?

    48. Rob says:

      You can create a .dmg from the DVD on your friend’s MacBook …

    49. Leo says:

      Hi there,
      I really appreciate your posting. I have a question, my friend bought a MacBook after Leopard released, it comes with 2 original DVDs. If I make copies of these DVDs, how can I apply the patch to it? It seems that the patch only works for dmg file, am I correct?

      Best regards,
      Leo

    Trackbacks/Pingbacks

    1. [...] Dual booting is like installing two operating system and you get to choose which one you want to boot up. An example of dual booting with Windows Vista is provided by nevarDeath and also another step-by-step guide at blogulate.com. [...]

    2. [...] x86 MAC OSX leopard 10.5. Check this link and kindly reponse back to me if it’ll be fruitful: Installing Mac OS X 10.5 Leopard on an IBM x86 – Step by step Guide Thanks! [...]

    3. Run Mac OS X Leopard 10.5.5 on Intel PC

      Finally, I’ve install and run Mac OS X Leopard 10.5.5 successfully on my Intel PC computer! Yes, you didn’t hear it wrong. I Run Mac OS X on normal Intel Dual core processor base (clone pc).
      Why I try so hard to install Mac OS X on Intel? J…

    4. [...] step GuideYou may also try to run the mac OS X Leopard on an IBM x86 PC with some modifications…http://blogulate.com/content/install-mac-osx-10-on-a-windows-ibm-x86-pc-guide-torrent/trackback/HCL 10.4.5/Desktops – OSx86Installed mac OS X 10.4.5 using myzar pre-patched DVD …. MB Ati radeon [...]

    5. jeu du casino gratuit

      Trouver pokerroom bonus le casino gratuites sans tlchargement bonus bei poker baccarat on line online poker fr anfnger

    6. yahoo mobile ringtones mobile ringtones yahoo

      Why black jack free downloadable ringtones for nextel i730

    7. [...] might be helpful when i will try it later at home(this time I will back up my data for sure): Mac OSX on X86 1 Comment so far Leave a [...]

    8. [...] Related : Installing Mac OS X 10.5 Leopard on an IBM x86 – A Step by step Guide [...]

    Leave a Reply

    XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    More from "Mac"

    Find what you are looking for

    Recently added

    Categories

    Blogulate

    Keeping you updated of the latest fads and developments of the industry via amalgamated web content.

    Join us

    Post articles on blogulate and monetize them. Learn more »

    Stay updated

    Subscribe now and stay aware of the latest trends and happenings on the www. Get notified via email when we update.

    Enter your email address:

    Blogulate is based on Magnus premium theme by WizeDesigns
    © 2009 Blogulate. Some rights reserved.