Vagrant マシンを実行しようとしましたが、Vagrant 1.0.1 がインストールされていたため、エラーが発生しました。次に、Vagrant 1.2.2 をアンインストールしてインストールしました。ただし、vagrant up を実行するとエラーが発生します。
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
The box 'precise32' is still stored on disk in the Vagrant 1.0.x
format. This box must be upgraded in order to work properly with
this version of Vagrant.
vagrant init を試みましたが、エラーも発生しました。
$ vagrant init precise32 http://files.vagrantup.com/precise32.box
`Vagrantfile` already exists in this directory. Remove it before
running `vagrant init`.
precision32 ボックスを新しいバージョンの Vagrant にアップグレードするにはどうすればよいですか?