VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1798 - 1800 of 16363)

Ticket Resolution Summary Owner Reporter
#16709 duplicate vbox guet additions 5.1.20 shared file system not backwards compatible with 5.1.18 via vagrant jungle dave
Description

Hi Team,

I get this error when trying to start a vbox with vagrant:-

Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attempted was:

mount -t vboxsf -o uid=999,gid=999 rsr /rsr

this was working fine in vbox 5.1.18, but does not work in any version of vagrant (tried 1.9.1 -> 1.9.4). Here's the vagrant file (relevant bits only...)

Vagrant.configure(2) do |config|

  config.vm.define :capture do |node|
    name = 'myvm'
    bootstrap_vm(name, node)
    node.vm.synced_folder Dir.pwd + '/..', "/operations", :create => true

    if Dir.exists? (Dir.pwd + '/../../rsr')
      node.vm.synced_folder Dir.pwd + '/../../rsr', "/rsr", :create => true
    end

and

def bootstrap_linux(name, node)
  node.vm.box = '<url>'
  node.ssh.username = 'vagrant'
  node.ssh.private_key_path = '.vagrant-ssh/vagrant'
  node.ssh.forward_agent = true
  node.vm.hostname = name
  node.vm.provider 'virtualbox' do |vb|
    vb.customize ['modifyvm', :id, '--cpus', 2]
    vb.customize ['modifyvm', :id, '--memory', 4096]
    vb.customize ['modifyvm', :id, '--audio', 'none']
    vb.gui = false
    # Linux workarounds for vbox network problems
    (1..8).each do |i|
      vb.customize ['modifyvm', :id, "--nictype#{i}", 'virtio']
      vb.customize ['modifyvm', :id, "--natdnshostresolver#{i}", 'off']
      vb.customize ['modifyvm', :id, "--natdnsproxy#{i}", 'off']
      vb.customize ['modifyvm', :id, "--nicpromisc#{i}", 'allow-all']
    end
  end
end

please find a way to make the shared folders work with vagrant (again...)

#16706 worksforme Unable to install Fedora 26 Alpha from DVD media Panos Kavalagios
Description

Attempting to install the F26 Alpha from the following media in a new created VM:

https://download.fedoraproject.org/pub/fedora/linux/releases/test/26_Alpha/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-26_Alpha-1.7.iso

is impossible. The VM either is extremely slow consuming all CPU power. In some attempts the login process was interrupt and the user was logged out again and the mouse disappeared.

#16703 fixed Guest Additions 5.1.20 r114628 causes clean install of Windows 10.0, build 15063 to BSOD on boot stvns78
Description

After a clean install of Windows 10.0, build 15063 x64. Installing the guest additions 5.1.20 r114628 causes Windows to BSOD on next and subsequent boots. Booting into safe mode works. After uninstalling Guest Additions windows will boot fine. Reinstalling guest additions reproduce the issue.

On another note, after updating to base 5.1.20 and guest additions 5.1.20 my other Windows 10 VMs do not boot correctly. If i restore a previous snapshot with a lower version of guest additions (5.0.10) it works.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy