Skip to content

Instantly share code, notes, and snippets.

@m4vr0x
Created March 29, 2021 03:33
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save m4vr0x/072ad1ad4c53f1b9a7a2b9a9e8e90290 to your computer and use it in GitHub Desktop.
Save m4vr0x/072ad1ad4c53f1b9a7a2b9a9e8e90290 to your computer and use it in GitHub Desktop.
Parallels - Fix for "Network Initialization Failed"
1) Close Parallels completely
2) In Terminal, type : sudo nano /Library/Preferences/Parallels/network.desktop.xml (this will open the Terminal text editor "nano")
3) Type your admin password to access the file
4) Locate this line <usekextless>-1</usekextless> it could be also value 1 and replace whatever value there with 0, so you should have <usekextless>0</usekextless>
5) Press Ctrl+O to ask for a save, then Ctrl+X to close the editor
In Terminal, type : sudo nano /Library/Preferences/Parallels/dispatcher.desktop.xml
find <usb>0</usb> and change 0 to 1
again Press Ctrl+O to ask for a save, then Ctrl+X to close the editor
6) Close Terminal and open Parallels like normal, your VM should load like on Catalina and before
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment