hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
481 stars 118 forks source link

endless debug message loops while creating vm #179

Closed siftuser closed 3 years ago

siftuser commented 3 years ago

facing issue similar to https://github.com/hatching/vmcloak/issues/84

vmcloak init -d --verbose --win7x64 win7 --cpus 2 --ramsize 2048

Upon executing above command, same vmcloak DEBUG message repeats endlessly until manually aborted (CTRL+c)

INFO:vmcloak:Starting the Virtual Machine u'win7' to install Windows.
DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless']
. . .
<snip>
. . .
DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless']
samwakel commented 3 years ago

Did you give it a Windows ISO? I can't see it's mount location specified in your command

-------- Original message -------- From: siftuser notifications@github.com Date: 12/10/2020 11:52 PM (GMT+08:00) To: hatching/vmcloak vmcloak@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [hatching/vmcloak] endless debug message loops while creating vm (#179)

facing issue similar to #84https://github.com/hatching/vmcloak/issues/84

vmcloak init --verbose --win7x64 win7 --cpus 2 --ramsize 2048

Upon executing above command, same vmcloak DEBUG message repeats endlessly until manually aborted (CTRL+c)

INFO:vmcloak:Starting the Virtual Machine u'win7' to install Windows. DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless'] . . .

. . . DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless'] — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
siftuser commented 3 years ago

Thank you @samwakel

The ISO is mounted at /mnt/win7

Per https://hatching.io/blog/cuckoo-sandbox-setup/, VMCloak will try /mnt/win7 (and /mnt/win7x64) by default.

siftuser commented 3 years ago

Thank you @samwakel

FYI - I was able to install base Windows. I think it was vbox issue .. had to reinstall that.