1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VirtualBoxでYou must specify a machine to start, using the command line.と言われたときの対処法

Posted at

はじめに

Mac環境での対処方法です。

VMを強制終了したらエラーが出た

You must specify a machine to start, using the command line.というエラーが出ました。

スクリーンショット 2022-04-15 13.18.59.png

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
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?