Parallels Desktop fix for Lion
Parallels Desktop 6 hasn’t (at time of this writing) been updated to work with OS X 10.7 Lion. There’s some good info on the Parallels forums for a workaround. The short version of this is there are a few extensions that need to be loaded, which you could do by running these commands int Terminal:
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_hypervisor.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_hid_hook.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_usb_connect.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_netbridge.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_vnic.kext"
But that has to be done for every reboot, and isn’t very user friendly. So if you know your way around Launchd or have an app by Peter Borg called Lingon, you can make a quick launchdaemon that will handle it for you.
1.) Install Lingon from http://peterborgapps.com/lingon/
2.) Create a shell script with the above lines, but remove all instances of “sudo”. I added a return between the lines too. To make this executable, do a chmod +x [filename.sh] in terminal.
3.) In Lingon, create a new “user daemon” which will run as root, and point it to your shell script created in step 2. Check the box to run it when it is loaded by the system.
4.) Reboot and enjoy Parallels. Shared networking is not functional, let me know if you find a way to fix this. For now, you can use Bridged networking.

For early adopters that want to test webkit2 without upgrading OS X 10.7 Lion developer preview, here’s a way to build it from source and run it from the webkit nightly app. Before we continue, a little background on webkit2, from macrumors:
Everyone does this, but I’m not seeing MY favorites out there, so here goes. You’ll have to fetch the details yourself, I’m lazy today. Oh ok, if you insist.
