installation problems #1678
Unanswered
kriszdargo
asked this question in
Q&A
Replies: 1 comment
-
Try to just install Xen that ships with ubuntu (apt-get install xen). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I ran into quite a few problems during the installation, and I would like to ask for help with them
I tried both installation methods:
I downloaded the .deb files from the following link: https://github.com/tklengyel/drakvuf-builds/releases and installed them. The operating system I used was Ubuntu 22.04.02 (jammy), so I downloaded the corresponding .deb files.
The drakvuf bundle installed without any problems.
The Xen hypervisor, on the other hand, gave me the following error whether I tried with sudo or in root mode:
Then I tried the manual installation based on the guide on the website (https://drakvuf.com/).
The first error that I couldn't fix came with the make -j4 dist-xen command:
Although I already thought that this would probably be a problem in the future, I continued with the following command make -j4 dist-tools and the new errors came:
The problems also came with the make -j4 debball command, I saw that it said during installation that pandoc is not installed, even though it was installed and the errors came at the end, the same as in the last picture.
The last error I would mention was that the deb file was not found with the dpkg -i dist/xen*.deb command.
I saw videos about DRAKVUF and it seems like a very good tool, I don't know what goes wrong with the installation.
Can I get some help?
Beta Was this translation helpful? Give feedback.
All reactions