[Bug 1546108] Re: Latest Vagrant box for Ubuntu Xenial is failing to boot

Ivan Mincik 1546108 at bugs.launchpad.net
Mon Feb 22 20:18:50 UTC 2016


Dear Ben,
I completely don't understand Bazaar. I have found your patch above, but it was not working. I had to add following lines to Vagrantfile to make it working:

"""
  config.vm.provider "virtualbox" do |v|
    v.customize [ "modifyvm", :id, "--uart1", "0x3F8", "4" ]
    v.customize [ "modifyvm", :id, "--uartmode1", "file", "console.log" ]
  end
"""

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1546108

Title:
  Latest Vagrant box for Ubuntu Xenial is failing to boot

Status in livecd-rootfs package in Ubuntu:
  Confirmed

Bug description:
  Latest Vagrant image (20160213) for Xenial is refusing to boot on my machine. Stopping
  on following message:

  """
  random: nonblocking pool is initialized
  """

  * my OS: Ubuntu 14.04, AMD64 with i3wm
  * Vagrant: 1.8.1
  * VirtualBox:  5.0.14r105127

  The same behaviour with 20160211.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1546108/+subscriptions



More information about the foundations-bugs mailing list