Code Monkey home page Code Monkey logo

Comments (3)

Hullgj avatar Hullgj commented on July 21, 2024

What happens at that point is that the VM boots back up but does absolutely nothing. I was wondering why it's not actually installing.

  1. If you think the VM is hanging open VirtualBox, select the VM that is running; Cuckoo2, and click on Show. Then you should see the user interface and identify anything that prevents the installation. It could be a popup window, or Windows activation query.

Do you know a way to delete the old VMs so that I can still use the name cuckoo1?

  1. To delete old VMs you can unregister it with VirtualBox either through the CLI or GUI, and remove the files and directories of the relevant image under ~/.vmcloak/vms/[the image]/. Such as to remove cuckoo2 image:

$ VBoxManage unregistervm cuckoo2
$ rm -rf ~/.vmcloak/vms/cuckoo2/

from vmcloak.

anna-g-arbeiter avatar anna-g-arbeiter commented on July 21, 2024

Hi, I had the same problem with a hanging vmcloak install with version 0.4.3, virtualbox 5.1, and fresh Ubuntu server 64 4.4.0-79. I figured out that the vboxnet0 interface wasn't up during the install, even if the vmcloak-vboxnet0 script was executed before.

Bringing up the interface manually during the hanging vmcloak install worked, and the install continued, but this workaround is a bit ugly.
ip link set vboxnet0 up

from vmcloak.

jbremer avatar jbremer commented on July 21, 2024

The VM hanging could sometimes mean invalid configuration and/or invalid serial key provided as well. Please take a look at the screen of the VM (either through the GUI or using vboxmanage controlvm vmname screenshotpng /tmp/1.png.
@justr00t regarding AutoCuckoo, I imagine this script might now be outdated while Cuckoo & VMCloak are always evolving and - sometimes such as with our recent Cuckoo 2.0.0 release - not always in a backwards compatible way.

from vmcloak.

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.