Giter Site home page Giter Site logo

Comments (11)

chadcatlett avatar chadcatlett commented on September 23, 2024

I ran into this as well, for some reason the resulting VM doesn't have the boot2docker iso attached.

from boot2docker-vagrant-box.

kryton avatar kryton commented on September 23, 2024

steps to work around

  1. start via command line
  2. go to the gui, and attach the iso (available $HOME/.vagrant.d/boxes/mitchellh-VAGRANTSLASH-boot2docker/0.8.0/vmware_desktop ) for me
  3. connect the CD-drive
  4. restart the VM and restart the command line

It seems to progress further

from boot2docker-vagrant-box.

ashb avatar ashb commented on September 23, 2024

I just tried something on a clean Vagrantfile. If I have this:

VAGRANTFILE_API_VERSION = "2"

Vagrant.configure("2") do |config|
  config.vm.box = "hashicorp/precise64"
  config.vm.define "db" do |v|
  end

  config.vm.provider "vmware_fusion" do |v|
    v.vmx["bios.bootorder"]    = "CDROM,hdd"
    v.vmx["ide1:0.present"]    = "TRUE"
    v.vmx["ide1:0.filename"]   = File.expand_path("../boot2docker-vagrant.iso", __FILE__)
    v.vmx["ide1:0.devicetype"] = "cdrom-image"
    v.gui = true
  end
end

(I.e. basically like the default here) then the image boots to its HDD. If however I add the following two VMX lines in:

    v.vmx["ide1:0.autodetect"] = "TRUE"
    v.vmx["ide1:0.startConnected"] = "TRUE"

Then it boots off the CD.

This is on VMWare Fusion 6.0.3 here. I'll see if I can now tie this into a working boot2docker Vagrant box for me.

(Thanks to @kryton for the pointer of what was going wrong)

from boot2docker-vagrant-box.

fnichol avatar fnichol commented on September 23, 2024

Confirmed--the appears to be a change made between 1.5.4 and 1.6.0. There is a related issue at hashicorp/vagrant#3996

from boot2docker-vagrant-box.

copumpkin avatar copumpkin commented on September 23, 2024

Any updates on this? If nothing else, I'd like to tell it to use virtualbox for boot2docker (I use the vmware fusion provider for most things and it seems to default to it)

from boot2docker-vagrant-box.

bennettrogers avatar bennettrogers commented on September 23, 2024

Put this in your Vagrantfile:
ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox'

This will force Vagrant to use virtualbox for the docker host.

from boot2docker-vagrant-box.

chadcatlett avatar chadcatlett commented on September 23, 2024

I tried this running the VMware Fusion v2.5.2 plugin and it now works. I'm not sure if it was fixed in 2.5.1, or 2.5.2.

from boot2docker-vagrant-box.

adambiggs avatar adambiggs commented on September 23, 2024

@chadcatlett hard to tell since the changelog hasn't been updated since 2.5.0. Nice to hear this is working though!

from boot2docker-vagrant-box.

boztek avatar boztek commented on September 23, 2024

I can confirm this works again after updating to latest VMWare fusion plugin (currently 3.0.1).

from boot2docker-vagrant-box.

adambiggs avatar adambiggs commented on September 23, 2024

Seems to be working for me now as well.

  • Vagrant 1.6.5
  • VMWare Fusion 6.0.4
  • vagrant-vmware-fusion 3.0.1

from boot2docker-vagrant-box.

jacobat avatar jacobat commented on September 23, 2024

People are saying this has been fixed. Closing.

from boot2docker-vagrant-box.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.