VB Linux-headers-6.1.0-13-amd64 missing?

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Yeti86
Posts: 1
Joined: 28. Feb 2024, 12:06

VB Linux-headers-6.1.0-13-amd64 missing?

Post by Yeti86 »

G'day everyone

I bite into a problem at the moment, trying to get a image running for homeassistant to test it out if it's for me.

Environment is a Debian Bookworm 6.1.0-13-amd64, Virtualbox is 7.0.14

In order to boot Linux images, i would need headers which are a prerequisite, the issue, it installs me headers (adding source, update and upgrade system and then install the headers) but "Linux-headers-6.1.0-13-amd64":

Code: Select all

E: Unable to locate package linux-headers-6.1.0-13-amd64
E: Couldn't find any package by glob 'linux-headers-6.1.0-13-amd64'
E: Couldn't find any package by regex 'linux-headers-6.1.0-13-amd64'
Other headers have been installed: (snapshot of apt list)

Code: Select all

linux-headers-6.1.0-12-amd64/stable-security 6.1.52-1 amd64
linux-headers-6.1.0-12-cloud-amd64/stable-security 6.1.52-1 amd64
linux-headers-6.1.0-12-common-rt/stable-security 6.1.52-1 all
linux-headers-6.1.0-12-common/stable-security 6.1.52-1 all
linux-headers-6.1.0-12-rt-amd64/stable-security 6.1.52-1 amd64
linux-headers-6.1.0-15-amd64/stable 6.1.66-1 amd64
linux-headers-6.1.0-15-cloud-amd64/stable 6.1.66-1 amd64
linux-headers-6.1.0-15-common-rt/stable 6.1.66-1 all
linux-headers-6.1.0-15-common/stable 6.1.66-1 all

Custom sources i added where apart for the Virtualbox installation following:
deb ***/debian bullseye-backports main

Errors During update where:

Code: Select all


An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: h%%ps://packages.sury.0rg/php bookworm InRelease: The following signatures were invalid: EXPKEYSIG 
Failed to fetch h%%ps://packages.sury.0rg/php/dists/bookworm/InRelease 
Does someone has an idea where to start? The only idea i have is that the pgp key, but i've not found any hints to how i could fix that one.

Thanks,
Yeti
mubinicyer
Posts: 1
Joined: 4. Mar 2024, 12:55
Primary OS: Debian other
VBox Version: OSE Debian
Guest OSses: Debian

Re: VB Linux-headers-6.1.0-13-amd64 missing?

Post by mubinicyer »

Hi,
I have exactly the same problem.
Is there any solution?

I use Debian12 bookworm.
fth0
Volunteer
Posts: 5678
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: VB Linux-headers-6.1.0-13-amd64 missing?

Post by fth0 »

mubinicyer wrote: 4. Mar 2024, 12:56 Is there any solution?
Sure, but it's not really VirtualBox-specific:

You'll have to ensure that the Linux installation has Linux kernel headers installed matching the installed Linux kernel. Which of those two you have to change and how to do that on your Linux installation is a question for the Linux distribution you're using.
Post Reply