-
Notifications
You must be signed in to change notification settings - Fork 17
Basic Troubleshooting
Martin Harrer edited this page Nov 22, 2018
·
1 revision
-
Activate virtualization in BIOS/UEFI. Press F2, F10, F12, Esc during startup of your computer.
- see documentation of your computer for more details.
- look for "activate VT-X", "Virtualization" or something similar. Sometimes this setting is in the security submenu.
-
Use a short path to your Vagrantfile without blanks and special characters.
-
Keep the downloaded ZIP file for a quick reinstall without needing network access.
-
Don't use Windows PowerShell ISE
-
If something goes wrong. vagrant doesn't start, hangs or throws errors.
- Try
vagrant haltand start again withvagrant reload - or
vagrant destroyand start again withvagrant up
- Try
-
If vagrant hangs during
default: SSH auth method: private keyuncomment the following two lines in the Vagrantfile beforevagrant up- # config.ssh.password = "vagrant"
- # config.ssh.insert_key = false
-
If the keyboard is not set to german
sudo dpkg-reconfigure keyboard-configuration