Kernel-Image auf Xen-Gast

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
amma
Beiträge: 5
Registriert: 19.02.2017 16:46:08

Kernel-Image auf Xen-Gast

Beitrag von amma » 19.02.2017 17:21:52

Hallo zusammen,

ich habe ein Problem auf einem unter Xen virtualisierten Jessie-Gast. Die Maschine wird mit folgendem Kernel hochgefahren

$ uname -r
4.4.39

Installiert sind aber diese Kernel-Pakete:

$ sudo aptitude search linux-image
v linux-image -
v linux-image-2.6 -
i linux-image-2.6.32-5-xen-amd64 - Linux 2.6.32 for 64-bit PCs, Xen dom0 support
i A linux-image-3.16.0-4-amd64 - Linux 3.16 für 64-Bit-PCs
p linux-image-3.16.0-4-amd64-dbg - Debugging symbols for Linux 3.16.0-4-amd64
p linux-image-4.8.0-0.bpo.2-amd64 - Linux 4.8 for 64-bit PCs (signed)
p linux-image-4.8.0-0.bpo.2-amd64-dbg - Debugging symbols for Linux 4.8.0-0.bpo.2-amd64
p linux-image-4.8.0-0.bpo.2-amd64-unsigned - Linux 4.8 for 64-bit PCs
p linux-image-4.8.0-0.bpo.2-rt-amd64 - Linux 4.8 for 64-bit PCs, PREEMPT_RT (signed)
p linux-image-4.8.0-0.bpo.2-rt-amd64-dbg - Debugging symbols for Linux 4.8.0-0.bpo.2-rt-amd64
p linux-image-4.8.0-0.bpo.2-rt-amd64-unsigned - Linux 4.8 for 64-bit PCs, PREEMPT_RT
p linux-image-4.8.0-2-grsec-amd64 - Linux 4.8 for 64-bit PCs, Grsecurity protection
p linux-image-4.9.0-0.bpo.1-amd64 - Linux 4.9 for 64-bit PCs (signed)
p linux-image-4.9.0-0.bpo.1-amd64-dbg - Debugging symbols for Linux 4.9.0-0.bpo.1-amd64
p linux-image-4.9.0-0.bpo.1-amd64-unsigned - Linux 4.9 for 64-bit PCs
p linux-image-4.9.0-0.bpo.1-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT (signed)
p linux-image-4.9.0-0.bpo.1-rt-amd64-dbg - Debugging symbols for Linux 4.9.0-0.bpo.1-rt-amd64
p linux-image-4.9.0-0.bpo.1-rt-amd64-unsigned - Linux 4.9 for 64-bit PCs, PREEMPT_RT
i linux-image-amd64 - Linux for 64-bit PCs (meta-package)
p linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-
p linux-image-grsec-amd64 - Linux image meta-package, grsec featureset
p linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package), PREEMPT_RT
p linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (me

Das führt bei einigen Programmen natürlich dazu, dass die entsprechenden Kernel-Module nicht geladen werden können, da die falsche Version installiert ist.

Woher kann ich das zum initrd passende Kernel-Image für die Version 4.4.39 bekommen? Weiss jemand Rat?

Danke und Gruß,
Martin

gugus
Beiträge: 376
Registriert: 04.09.2002 17:41:17
Wohnort: da wo ich zu Hause bin

Re: Kernel-Image auf Xen-Gast

Beitrag von gugus » 19.02.2017 18:20:57

Servius
Poste doch mal das cfg file der domu.
Ich vermute das Teil läuft nicht als HVM

gruss
gugus

amma
Beiträge: 5
Registriert: 19.02.2017 16:46:08

Re: Kernel-Image auf Xen-Gast

Beitrag von amma » 19.02.2017 18:31:18

Hallo gugus,

ich habe nur Zugriff auf den Gast. Ich vermute die Konfigurationsdatei liegt auf dem Wirtsystem?

Danke und Gruß,
Martin

gugus
Beiträge: 376
Registriert: 04.09.2002 17:41:17
Wohnort: da wo ich zu Hause bin

Re: Kernel-Image auf Xen-Gast

Beitrag von gugus » 19.02.2017 18:45:33

ja, auf der dom0, unter Debian normalerweise unter /etc/xen

Antworten