-1

Picture of the problem

i followed the steps on Sign virtual box modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) Centos 8 and it worked. But after shutting down my pc for the night and turning it back on I have now received the issue again, it seems it only lasts after the first restart. Is that because im on fedora? Help me please

  • Welcome to Stack Overflow! [so] is for programming questions, not questions about using or configuring Unix and its utilities. [unix.se] or [su] would be better places for questions like this. – Barmar Feb 14 '23 at 20:34
  • When you ask elsewhere, don't post images of code or errors. Include exactly what you did, in the question. See [ask]. – Robert Feb 14 '23 at 22:05

1 Answers1

0

Just try to install the development tools and the kernel headers again:

$ sudo dnf -y install @development-tools
$ sudo dnf install kernel-headers kernel-devel dkms  -y