Skip to content

Instantly share code, notes, and snippets.

@ozcan-durak
Last active January 3, 2021 22:26
Show Gist options
  • Save ozcan-durak/f730da06446f49f45f50b604be72ba1c to your computer and use it in GitHub Desktop.
Save ozcan-durak/f730da06446f49f45f50b604be72ba1c to your computer and use it in GitHub Desktop.
fix the Network Initialisation Failed Message
To fix the Network Initialisation Failed Message:
Type "sudo nano /Library/Preferences/Parallels/network.desktop.xml" (without quotation marks) into the Terminal
Input password and press ENTER
Find "<UseKextless>1</UseKextless>" (value may be-1), and change the 1 (or-1) to 0. It should look like "<UseKextless>0</UseKextless>". If you can't to find this tag, then just create it under root tag "<ParallelsNetworkConfig ...>here</ParallelsNetworkConfig>"
CTRL+X and it will ask you if you want to save changes
SHIFT+Y to select yes
ENTER to save
@ozcan-durak
Copy link
Author

This works on MacOS Big Sur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment