Skip to content

VM Troubleshooting

Wrong download

Use the install page that matches your computer:

ComputerPage
Mac with Apple SiliconmacOS Apple Silicon
Mac with IntelmacOS Intel
Windows with Intel or AMDWindows x86
Windows with ARMWindows ARM
Linux with Intel or AMDLinux x86

Not enough storage

Make sure your computer has at least 30 GB of free storage for the VM download and import.

Virtualization disabled

On Intel or AMD hosts, enable hardware virtualization in BIOS or firmware settings if the VM app reports that virtualization is unavailable.

Host access

The VM works from its desktop without host networking. SSH, VNC, and noVNC need port forwarding in the VM app.

Host portGuest portUse
222222SSH
59015901VNC
60806080Browser desktop

SSH:

bash
ssh -p 2222 beaver@localhost

Password:

text
works

noVNC:

text
http://localhost:6080/

Basic information

Inside the VM:

bash
cat /etc/basics-release
uname -m
echo "$PDK_ROOT"