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 5 years have passed since last update.

Big Surにアップデートしたらvagrantが起動しなくなった件

1
Posted at

Big Surにアップデートしたところ、vagrantが起動しなくなった。

↓エラー

There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "b43f8d3f-5d11-4ab4-8ba2-d8896c0c0492", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'ubuntu64_18_default_1592808456466_80230' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachin

とのこと。
調べた感じでは、virtualboxとvagrantをアップデートすれば良さそうだが...

ひとまず、vagrantをアップデートしてみる。
よくわからなかったので、mac osの2.2.14をダウンロード。

vagrant --version
⇨Vagrant 2.2.14

バージョンアップできている。
続いてvirtualboxをダウンロード。
公式サイトからvirtualbox 6.1.18をmacosでインストールした。

しかし...エラーの内容が全く変わらない。
だが、他の方の記事を確認し、ダウンロードしたアプリケーションを許可を設定から実行して再起動を行った結果、無事起動し、ssh接続も行えた。

以下参考にしたwebサイト
https://qiita.com/syota_19910612bscplog/items/ee7e06cd23603fa529dd
↑非常にわかりやすい他の方の記事

https://www.virtualbox.org/wiki/Downloads
↑virtualbox公式サイトのダウンロード画面

https://www.vagrantup.com/downloads
↑vagrant公式サイトのダウンロード画面

ほとんど無益な記事ですみません。初投稿なので許してください。

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?