The following works for me (however 6.14.0-32 kernel is now replaced by 6.14.0-33 kernel - maybe that is the problem - can you upgrade to 6.14.0-33 and try?):
sudo apt update sudo apt upgrade sudo apt install ubuntu-dbgsym-keyring source /etc/os-release echo "deb http://ddebs.ubuntu.com ${UBUNTU_CODENAME} main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list echo "deb http://ddebs.ubuntu.com/ ${UBUNTU_CODENAME}-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list echo "deb http://ddebs.ubuntu.com/ ${UBUNTU_CODENAME}-proposed main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list sudo apt update sudo apt install linux-image-$(uname -r)-dbgsym -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2126643 Title: Missing dbgsym package for linux-image-6.14.0-32-generic on Ubuntu 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.14/+bug/2126643/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
