VirtualBox PCIパススルーカーネルモジュールの構築中にエラーが発生しました。

VirtualBox PCIパススルーカーネルモジュールの構築中にエラーが発生しました。

私はカーネル5.7.10-201でFedora 32を使用しています。昨日アップデートをインストールしましたが、VirtualBoxが機能しなくなりました。 Virtualboxをアンインストールして再インストールしようとしましたが、次を使用してカーネルモジュールを構築するためにインストーラを実行しようとしました。

/usr/lib/virtualbox/vboxdrv.sh setup

出力は次のとおりです。

vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong.

内容は/var/log/vbox-setup.log次のとおりです。

Building the main VirtualBox module.
Building the net filter module.
Building the net adaptor module.
Building the PCI pass-through module.
Error building the module:
make: *** No rule to make target 'install'.  Stop.

ログファイルの出力が多くの情報を提供しないため、ここで停止しました。このエラーをどのように解決できますか?

ベストアンサー1

おすすめ記事