Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

> Forum Guidelines.

Welcome to the Genius Bar. Here's how this forum works:

1. Members are encouraged to make a guide that details something that they might have found troubling or challenging.
Chances are, if you've seen the same question asked over and over again, you should write a guide for it.

2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it.
Just don't start a thread for a specific question. Use the other forums here for that.

3. Posting links to off-site tutorials is not allowed.

4. That's it! Thanks for sharing your information with the rest of us. :)

To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up.

[How To] Installing Parallels on AMD Hackintosh, How to install Parallels desktop virtualization software w/o Installer
*
  • Group: Members
  • Posts: 8
  • Joined: 22-April 07
  • Member No.: 102,530
The installer on Parallels Desktop fails on most AMD machines with version 3+. I figured out how to manually install it, and figured I'd post here. I know this write-up is kind of 2nd grade for some people here, but hopefully someone finds it useful. With Parallels, you can run most other OS's as Virtual Machines inside of OS-X, and get all the benefits of OS-X's Firewall and security. It's a similar product to VMWare - and I prefer it over VMWare.

The installer basically checks your CPU manufacturer code for GenuineIntel before installing. If it doesn't find that, it bombs out and says you can't use it. There's two ways to get around this - automatic and manual. The automatic method works on build 5584 and 5160. But it may not work on newer releases, so if you have trouble, try the manual method. I do not have a way to bypass the activation, and I do not condone stealing this product - please pay for it if you intend to use it.

Automatic Method (Fresh Install or Upgrade)
Use this method to modify the installer package so it doesn't check your CPUID
==================================================

* Open the DMG you downloaded from Parallels.com

* Drag the "Install Parallels" icon onto your desktop

* Open the Terminal application (Applications -> Utilities -> Terminal) and enter the following lines one at a time.
$ cd ~/Desktop
$ nano Install\ Parallels\ Desktop.pkg/Contents/Info.plist

* Remove the following lines:

<key>IFRequirementDicts</key>
<array>
<dict>
<key>Level</key>
<string>requires</string>
<key>SpecArgument</key>
<string>machdep.cpu.vendor</string>
<key>SpecType</key>
<string>sysctl</string>
<key>TestObject</key>
<string>GenuineIntel</string>
<key>TestOperator</key>
<string>eq</string>
</dict>
</array>

* Save and exit

* Close the Terminal and Double-click the "Install Parallels Desktop" icon on your desktop.



Manual Method (Fresh Install Only)
Use this only if you've never installed Parallels on your machine before.
=============================================

* Open the DMG you downloaded from Parallels.com

* Open the Terminal application (Applications -> Utilities -> Terminal) and enter the following lines one at a time.

$ cd ~/Desktop
$ mkdir ParallelsTemp
$ sudo -s
# cd ParallelsTemp
# ditto -x /Volumes/Parallels\ Desktop/Install\ Parallels\ Desktop.pkg/Contents/Archive.pax.gz .
# chown -R root:wheel System Library
# chmod -R 755 System Library
# mv Applications/* /Applications/
# mv System/Library/Extensions/* /System/Library/Extensions/
# mv Library/Parallels /Library/
# mv Library/StartupItems/* /Library/StartupItems/
# /Volumes/Parallels\ Desktop/Install\ Parallels\ Desktop.pkg/Contents/Resources/postflight
# cd ..
# rm -Rf ParallelsTemp


Now you should be able to run Parallels desktop.



Manual Method (For Upgrade or Reinstall)
Parallels releases new versions all the time. To upgrade your existing, follow this guide instead.
============================================================

* Open the DMG you downloaded from Parallels.com

* Make sure Parallels is closed, and that you don't have any VMs suspended.

* Open the Terminal application (Applications -> Utilities -> Terminal) and enter the following lines one at a time.

$ cd ~/Desktop
$ mkdir ParallelsTemp
$ sudo -s
# cd ParallelsTemp
# ditto -x /Volumes/Parallels\ Desktop/Install\ Parallels\ Desktop.pkg/Contents/Archive.pax.gz .
# chown -R root:wheel System Library
# chmod -R 755 System Library
# /Volumes/Parallels\ Desktop/Install\ Parallels\ Desktop.pkg/Contents/Resources/preflight
# mv Applications/* /Applications/
# mv System/Library/Extensions/* /System/Library/Extensions/
# mv Library/Parallels /Library/
# mv Library/StartupItems/* /Library/StartupItems/
# /Volumes/Parallels\ Desktop/Install\ Parallels\ Desktop.pkg/Contents/Resources/postflight
# cd ..
# rm -Rf ParallelsTemp



=================================

Once you have it installed, make sure when it asks, that you do not turn on Intel VT-X. VT-X does not work on AMD chips, and your machine will crash if you enable it. Unfortunately, I can't help with much except the installation, so if you have trouble after you get it installed, you're on your own. Thanks for reading.
PM Profile Card
Go to the top of the page
+ Quote Post


Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 12:12 PM