edit the vagrant file created by vagrant init
in the same directory and enter the box name in the line config.vm.box = "ubuntu/trusty64"
where ubuntu/trusty64
is your base box. Now vagrant up
will download and set ubuntu/trusty64
as base box for you.