はじめに
Mac環境での対処方法です。
VMを強制終了したらエラーが出た
You must specify a machine to start, using the command line.
というエラーが出ました。
You must specify a machine to start, using the command line.
Usage: VirtualBoxVM --startvm <name|UUID>
Starts the VirtualBox virtual machine with the given name or unique identifier (UUID).
対処法
コマンドでVMの一覧を表示
VBoxManage list vms
こんな感じに名前が出ます。
❯ VBoxManage list vms
"english-version" {d6518xxx1c7-xx-47xx37-a64f-xxxxx}
名前を指定して起動
VirtualBoxVM --startvm english-version