Closed PuckiPwn closed 1 year ago
Hi @PuckiPwn !
I am trying to install kvm-vmi on my Ubuntu 20.04 VM following the instructions for the bare-metal setup.
If you are installing the KVM-VMI kernel inside a VM, that's not a bare-metal setup anymore, it's a nested virt setup (like Vagrant)
I just tested this command again on an Ubuntu 20.04 Docker image:
I can't replicate the error that you are facing. At least not in Docker.
Thank you Wenzel for the fast response!
My host machine is running Windows 10. If I understand this correctly, if I install Docker with an Ubuntu 20,04 image this should work?
If I understand this correctly, if I install Docker with an Ubuntu 20,04 image this should work?
Docker is a lightweight virtualization solution and not what you are looking for. If you are running on Windows 10, please follow the Vagrant setup with the Hyper-V provider: https://kvm-vmi.github.io/kvm-vmi/master/setup.html#windows-setup
Thanks for explaining, I tried following the Vagrant Windows setup initially, but this gave me an error and therefore i tried the bare-metal setup:
I can open a new issue for this , to keep things clear?
I can open a new issue for this , to keep things clear?
Yes please !
Hi, I am trying to install kvm-vmi on my Ubuntu 20.04 VM following the instructions for the bare-metal setup.
make -j$(nproc)
runs ok, but the next commandsudo make modules_install INSTALL_MOD_STRIP=1
gives an error:It seems like one of the commands in the makefile is looking for a file called modules.order which is not present in the current folder: