-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could you tell me how to install it with source compile and install rather than use vagrant #23
Comments
Cloning the submodules takes a while, simply because it clones the KVM repository, which is huge. You can always try by yourself:
And you will have the progress output. |
you need to run the playbook from scratch |
vagrant destroy will delete /var/lib/libvirt/images/vagrant_default.img |
Please check if clone submodules is actually stuck, and investigate to find the reason. |
Simply follow what the Ansible playbook is doing, it would be a good start. |
so,in provision_full/playbook.yml ? |
yes |
ok, i try it! thank you |
Hi,it's me. Sorry to bother you again. When I followed the nitro.yml script execu "python3 nitro/build_libvmi.py". I execute the script in order of playbook.yml ,kvm.yml, qemu.yml nitro.yml test_vm.yml. Is that execute kvm.yml then reboot entering the “Linux debian 4.9.0-nitro+ #1 SMP Sat Aug 18 21:03:09 EDT 2018 x86_64 GNU/Linux”kernel, execute the script later? |
hi, you are still seeing this code because the submodules were not up to date, and pointing to older commits. |
Did you rebooted the VM ? you have to boot on the nitro kernel that you installed earlier. |
No I just reboot the VMM, because the win7_64.img is copy from other computer and boot using direct command “virsh create win7_64.xml ”.Do you mean you need to use the ISO file to reinstall it? and I can't find how to do "boot on the nitro kernel" in script yml or README. |
I mean the Vagrant VM: From the README You can verify that with |
thank you , and have a nice day ! |
How did you installed rekall ? |
You just found an issue in my README, congrats. I have instructed to use I will update the README and fix this issue. |
Python 2.7 is only needed for Rekall. |
The previous error refers to Rekall not being able to identify the operating system. Nice ! |
Because of network reasons, I always stuck in the steps of “clone submodules”. So I want to install the source code. Because the KVM kernel used by kvm-vmi is modified, it needs to be recompiled and reinstalled. So,what is the host operating system you are using? What is the version of QEMU and linux-kernel? I will download the kvm-vmi/kvm and put it into the host computer for compilation and installation. Is that ok?
When it is stuck here, I input “ctrl+c”, then "vagrant destroy" and "vagrant up --provider=libvirt", it will be also stuck here.It make me crazy, so I want to deploy my own environment instead of using vagrant.
The text was updated successfully, but these errors were encountered: