Workaround, worked for me: # remove virtualbox and virtualbox-dkms sudo apt remove virtualbox virtualbox-dkms # add Oracle VirtualBox source echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian noble contrib" | sudo tee /etc/apt/sources.list.d/oracle-virtualbox.list # downloading and registering Oracle VirtualBox public key wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor # do apt update sudo apt-get update # install virtualbox-7.2 sudo apt-get install virtualbox-7.2
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2136499 Title: virtualbox-dkms FTBFS in Noble with the linux-6.17 kernel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/2136499/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
