Hello,

on the Vagrantfile, inside the virtualization block, should be a gui

you can put vb.gui = true


example:

config.vm.provider "virtualbox" do |v|
  v.gui = true
end


try with a 32bit machine, if boots, then could be VT on bios not enabled.


mkdir precise32
cd precise32
vagrant init hashicorp/precise32
vagrant up


On Thu, Oct 30, 2014 at 4:11 PM, Kutakizukari Moarizumoshitoku <
[email protected]> wrote:

> How do I enable gui and which console should I look at?
>
> My OS is 64 bits but I don't know if VT extension is enabled on bios.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to