tklengyel / drakvuf

DRAKVUF Black-box Binary Analysis
https://drakvuf.com
Other
1.07k stars 255 forks source link

Incompatiability With ProxMox VM #1776

Open TacitTactics opened 8 months ago

TacitTactics commented 8 months ago

Greetings, Just wanted to post this to see if anyone else has found a solution to this issue. After I run through the installation steps on the webpage as well as using the deb packages from releases, my system stops booting and prompts for initramfs.

My setup: Proxmox 8.1.4 Same results with the following ubuntu versions: 22.04.6, 22.03.10 I have also tried using both NVMe and Spin drive I have tried with both EFI and without EFI on both hdd types

Is this just problem with trying to install on a Proxmox VM? If someone else has successfully installed on a ProxMox VM please, please provide steps. Thank you,.

beauburrows commented 6 months ago

I'm experiencing the same issue, haven't found a fix yet.

bofh666 commented 3 days ago

Just switch SCSI Controller in Hardware section of VM settings from VirtIO SCSI to one called default for some reason -- LSI 53C895A. Other "real" will do as well, I guess. Or via CLI: qm set <vmid> --scsihw lsi

And you'd also want to switch Network Device Model from VirtIO (paravirtualized) to Intel E1000E: qm set <vmid> --net<n> model=e1000e