メモ帳かわりです。

VirtualBox、Vagrant等をインストールしてWEB開発しようとしたんですが、
コマンドプロンプトで「Vagrant UP」したら正常に起動しません。

下記 コマンドプロンプトに表示されたエラーログです。

The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again. If the provider you're using has a GUI that comes with it, it is often helpful to open that and watch the machine, since the GUI often has more helpful error messages than Vagrant can retrieve. For example, if you're using VirtualBox, run `vagrant up` while the VirtualBox GUI is open.

最新のVirtualBoxをインストールしてみたんですが
ORACLE VirtualBox公式URL 
今度は前のバージョンをインストールしてくださいと表示された。。。

The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:

Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:

4.0, 4.1, 4.2, 4.3

前のバージョンをインストールして再度 Vagrantを起動してみます!