Git Product home page Git Product logo

box-ubuntu-budgie-19.10's People

Contributors

martinandersson avatar

Watchers

 avatar

box-ubuntu-budgie-19.10's Issues

Configure VM providers to make better use of SSD

In year 2020, I believe that we can pretty much assume that any developer's machine running VM software also has a SSD disk(s).

Alas modern software development follows standards and best practices from the 1970's. I.e., it seems like neither one of Packer, Vagrant, VirtualBox or VMware will configure the VM instance to better suite and make use of the host machine running it. Instead, the VM will blindly get old-school legacy controllers, drivers and shit assigned. Hey, who cares about performance or the precious time of the poor guy building boxes, right?

Well I do. So research must be spent figuring out - to the best ability of poorly written and shallow-at-best documentation - what benefit does such SSD-tailored configuration provide and how to deploy said configuration.

What has gone into the build already and what has been tried

In the current release of our box (1.0.0), one property has been set for the VMware builder: "disk_adapter_type": "nvme".

I tried (the build crashed, more on this in a bit) setting a similar property for VirtualBox: "hard_drive_interface": "pcie".

But for VirtualBox we must set a shitton of other properties as well because as previously noted, modern software development stipulates an ever increasing work load on the end user instead of making intelligent choices. Hence, I added this flag to the vboxmanage/modifyvm property: "--firmware", "efi".

This changes how the ISO file boots and we must therefore also change the boot command a bit:

"boot_wait": "4s",
"boot_command": [
    "<down><wait1s><down><wait1s><enter>",
    "<wait1m30s>",

However, all this crashes the build in the last build step (exporting and packaging), as noted in this reported issue.

I also tried to set yet another random weird property "iso_interface": "sata" but this didn't help.

Further, I also tried setting even more weird random properties; "hard_drive_nonrotational": true and "hard_drive_discard": true. This did not help.

Good luck.

Configure proper 3D acceleration for VirtualBox

When booting the VirtualBox provider for the first time, I see this message on the VM settings page:

The virtual machine is configured to use 3D acceleration. This will work only if you pick a different graphics controller (VMSVGA). Either disable 3D acceleration or switch to required graphics controller type. The latter will be done automatically if you confirm your changes.

Research and fix.

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.