Little addendum to help others
Here is an important instruction to re-enable Parallels networking services:
File > Preferences > Network > Select an Adapter and Edit > Restore Defaults
Found elsewhere on these forums. Along with your helpful insights, I'm back in business!
Regards,
Dr Sly
Here's something I worked out earlier for Parallels 8 Desktop.
......
So, Parallels 8 doesn't run natively under Mavericks, as it doesn't seem to be able to load the kernel extensions.
Load them manually via kextutil:
Terminal - go to Applications/Parallels Desktop/Contents/Library/Extensions/10.6
sudo kextutil prl_hypervisor.kext/
sudo kextutil prl_vnic.kext/
sudo kextutil prl_hid_hook.kext/
sudo kextutil -d ./prl_hypervisor.kext prl_netbridge.kext/
sudo kextutil prl_usb_connect.kext
Then start Parallels Desktop, and your guests should start up again.
You may need to re-set networking within the guest.
Not sure how stable this is going to be, but appears to be working at the moment.
Have fun now,
Mat
Here is an important instruction to re-enable Parallels networking services:
File > Preferences > Network > Select an Adapter and Edit > Restore Defaults
Found elsewhere on these forums. Along with your helpful insights, I'm back in business!
Regards,
Dr Sly