ubuntuのVagrantでの依存性

ubuntuのVagrantでの依存性をまとめる

母艦
Ubuntu12.04lst(32Bit)
sudo dpkg -i vagrant_1.3.5_i686.deb
 vagrant box add ubuntu12 http://files.vagrantup.com/lucid32.box
  OK
 vagrant box add ubuntu1204 http://files.vagrantup.com/precise64.box
  NG
sudo dpkg -i vagrant_1.3.5_x86_64.deb
インストールできず
Ubuntu14.04lst(64Bit)
sudo dpkg -i vagrant_1.3.5_x86_64.deb
vagrant box add ubuntu12 http://files.vagrantup.com/lucid32.box
NG
vagrant box add ubuntu12042 http://files.vagrantup.com/precise64.box
  NG
The guest machine entered an invalid state while waiting for it
VirtalBox システム>アクセラレーションのチェックを外す
    → 途中まで行くがやはりNG