qdeconinck / mp-quic

Please read https://multipath-quic.org/2017/12/09/artifacts-available.html to figure out how to setup the code.
MIT License
176 stars 71 forks source link

Issue with provided virtual machine #39

Open cyamac1993 opened 2 years ago

cyamac1993 commented 2 years ago

The provided VM at this link https://multipath-quic.org/kvm-mpquic.vmdk.zip is not booting up. it keeps stuck at busy box(initramfs) when it tries to boot. I've tried many solutions and still can not boot it via VirtualBox and VMware. 111

dmat93 commented 1 year ago

Use Linux-KVM only for that image. It will work.

zzerodream commented 1 year ago

I also have the same problem... Have you figured this out?

dmat93 commented 1 year ago

@zzerodream you have to use a Linux KVM installation and not VirtualBox or VMware. See instructions to set up a Linux KVM on your PC (https://ubuntu.com/blog/kvm-hyphervisor). A Virt Manager installation is recommended, and required (https://virt-manager.org/) . Then you import that image and just use it.

Am I answered to your question?

zzerodream commented 1 year ago

@dmat93 Sorry for the late reply but ya it works. Thank u :)