hello, some wordings are going to be different person to person, so dont take what i say literally and feel free to replace words like should/could/must for what you think is more appropiate.
in deb systems, you should not use root,you use your own user, lets say edgar using edgar user, i assume you are on graphical desktop on a real box if you are not on a real box, then stop, virtualbox won run inside other virtulalization tool you can do nested virtualization, ie vmware inside vmware, virtualbox inside vmware, but lets keeps simple once you have downloaded the software, if you double click on the deb files, it will ask to install, and will ask for sudo password / root past to elevate privileges and do the install you can think as will become root install the software and exit here, for virtualbox to work, you need to have some software installed, lets calle them pre-requirements gcc make kernel-headers with that on the hpost will create some drivers the error you got is due those modules werent created here i will suggest check some virtualbox documentation, and see how to rebuild those modules then, when that is sorted, as your normal user you should be able to do vagrant init, vagrant up let me know if make sense, or if i need to help more thanks alvaro On Thu, Dec 17, 2015 at 9:19 AM, Edgar Oliveira <[email protected]> wrote: > Hello, > > I changed the SO, turn Linux Mint but version Mate! > > Result command uname -a: Linux 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu > Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > > Installed the Virtual Box, through Software Manager (result command: ede@ede > ~/Documents/01 $ virtualbox --help | head -n 1 | awk '{print $NF}' = 5.0.2). > And installed Vagrant trough file .deb (vagrant_1.7.4_x86_64.deb) - (result > command: vagrant -v = Vagrant 1.7.4). > > After this opened my terminal and execute this command: > > ede@ede ~/Documents/01 $ vagrant init -m hashicorp/precise64 > Vagrant is upgrading some internal state for the latest version. > Please do not quit Vagrant at this time. While upgrading, Vagrant > will need to copy all your boxes, so it will use a considerable > amount of disk space. After it is done upgrading, the temporary disk > space will be freed. > > Press ctrl-c now to exit if you want to remove some boxes or free > up some disk space. > > Press the Enter or Return key to continue. > A `Vagrantfile` has been placed in this directory. You are now > ready to `vagrant up` your first virtual environment! Please read > the comments in the Vagrantfile as well as documentation on > `vagrantup.com` for more information on using Vagrant. > ede@ede ~/Documents/01 $ ls > Vagrantfile > ede@ede ~/Documents/01 $ ls -la > total 12 > drwxr-xr-x 2 ede ede 4096 Dec 16 20:09 . > drwxr-xr-x 3 ede ede 4096 Dec 16 20:05 .. > -rw-r--r-- 1 ede ede 77 Dec 16 20:09 Vagrantfile > ede@ede ~/Documents/01 $ vagrant up > Bringing machine 'default' up with 'virtualbox' provider... > ==> default: Box 'hashicorp/precise64' could not be found. Attempting to > find and install... > default: Box Provider: virtualbox > default: Box Version: >= 0 > ==> default: Loading metadata for box 'hashicorp/precise64' > default: URL: https://atlas.hashicorp.com/hashicorp/precise64 > ==> default: Adding box 'hashicorp/precise64' (v1.1.0) for provider: > virtualbox > default: Downloading: > https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/virtualbox.box > ==> default: Successfully added box 'hashicorp/precise64' (v1.1.0) for > 'virtualbox'! > ==> default: Importing base box 'hashicorp/precise64'... > ==> default: Matching MAC address for NAT networking... > ==> default: Checking if box 'hashicorp/precise64' is up to date... > ==> default: Setting the name of the VM: 01_default_1450296704245_93043 > ==> default: Clearing any previously set network interfaces... > ==> default: Preparing network interfaces based on configuration... > default: Adapter 1: nat > ==> default: Forwarding ports... > default: 22 => 2222 (adapter 1) > ==> default: Booting VM... > ==> default: Waiting for machine to boot. This may take a few minutes... > 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. > > The primary issue for this error is that the provider you're using > is not properly configured. This is very rarely a Vagrant issue. > ede@ede ~/Documents/01 $ > > What I do wrong? > Thanks > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in violation > of those guidelines may result in your removal from this mailing list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/1f931dcc-6344-412c-af40-421a294f53be%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eypZj18XONqgNmip67SB3MVQ3ozhSXd1GrBBh%2BOojALTQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
