I've tested the Bosh CPI on newer versions of VirtualBox and I've noticed that we have problems with the parsing on v7.0 and v7.1 ```bash VBoxManage --version 7.1.0r164728 ``` ```bash VBoxManage --version 7.0.20r163906 ``` Everything works as expected with: ```bash VBoxManage --version 6.1.50r161033 ``` There is problem with the version check on [this line](https://github.com/cloudfoundry/bosh-virtualbox-cpi-release/blob/dcc799b129934eb5cccfc34130479bf5ed8d0e11/src/bosh-virtualbox-cpi/vm/network/system_info.go#L60) in the code. I'll work together with @ZPascal on a fix.