The Wayback Machine - https://web.archive.org/web/20200611133700/https://github.com/topics/virtualbox
Skip to content
#

virtualbox

Here are 989 public repositories matching this topic...

trellis
multipass
hemna
hemna commented Apr 2, 2020

What are you trying to do?
I would like to be able to use a cloud-init.yml from a url while launching a new vm

multipass launch -n test -c 2 --cloud-init http://my-home.com/multipass/cloud-init.yml

What's your proposed solution?
--cloud-init should support http:// files

Additional context
Add any other context or screenshots about the feature request here.

mblarsen
mblarsen commented Apr 24, 2018

Invoking:

nanobox configure set mount-type foo

Outputs this (with an exist code of 0):

Successfully set 'mount-type'

However the value remains whatever it was before. If you enter a valid value it works of course.

Was expecting it to error out if unknown mount type.

xbl
xbl commented Jul 30, 2018

环境:

  • Mac
  • vagrant 2.1.2
  • virtualBox: 5.2.16
  • Kubernetes 1.11.0

遇到了几个问题:

  1. 在系统自动挂起之后vm 的时间会不对,没有自动同步,导致 Prometheus 监控数据显示不出来,应该同步时间就可以,不过我没有,而是使用的 vagrant halt ,就导致了另一个问题。
  2. 执行 vagrant halt 按照【重启】 的操作后,之前配置的 Istio 相关所有东西都不见了,包括 istio-system namespace 。
  3. 按照[文档](
brlodi
brlodi commented Sep 18, 2019

To Reproduce
Steps to reproduce the behavior:

  1. Run make all as described in README.md and follow install process.
  2. After install, macOS-VM.efi.vdi and macOS-VM.vdi are located directly in ~/VirtualBox VMs instead of ~/VirtualBox VMs/macOS-VM as is typical for VirtualBox VMs.

Expected behavior
After install, macOS-VM.efi.vdi and macOS-VM.vdi should be located in `~/

jhillyerd
jhillyerd commented Apr 24, 2020

I don't find mention of how to install plugins in the README or the docs linked from there.

Assuming most new nixops users are going to want to try nixops with libvirtd or VirtualBox, this is a significant adoption blocker.

andreiborisov
andreiborisov commented Apr 25, 2020

In addition to CPU and memory, it would be useful to be able to specify the amount of VRAM, since the default value (at least for Parallels) is quite low.

It should be fairly straightforward to implement, again, for Parallels it would be:

prl.customize ["set", :id, "--videosize", "256"]

This would set VRAM to 256 MB.

Improve this page

Add a description, image, and links to the virtualbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the virtualbox topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.