Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] Virtualbox startet nicht mit Kernel 6.12.2-1-siduction-amd64  (Read 669 times)

Offline paco

  • User
  • Posts: 89
Nach full-upgrade auf den aktuellen Kernrel 6.12.2-1-siduction-amd64 verweigert Virtualbox den Start.
Nach reboot mit Kernel 6.11.10-1-siduction-amd64 jedoch keine Probleme.

Ist das nur hier so oder ging da doch was schief?

Danke vielmals und noch einen schönen und erfolgreichen Tag

Offline der_bud

  • User
  • Posts: 1.100
  • member
Die Oracle Changelog-Seite für Virtualbox 7.1.4 nennt "initial support for Kernel 6.12". In den Debian-Sid Repos ist Virtualbox 7.0.20.
Kommt also darauf an, ob Du VB-Pakete via Debian-Sources oder via Oracle-Sources beziehst... ;)

1 Oracle-Changelog
2 Debian-Changelog
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Offline harley-peter

  • User
  • Posts: 1.091
Ich kann das Problem bestätigen, Virtual Box wird zwar gestartet aber wenn ich eine VM starten möchte, kommt die im Angang beigefügte Fehlermeldung. Ich habe hier die Version 7.0.20-dfsg-1+b1 von Virtual Box am laufen.
Da müssen wir wohl warten, bis Debian nachgezogen ist.

Offline edlin

  • User
  • Posts: 720
Fehlermeldung (Version 7.1.4 r165100 (Qt6.5.3)):
VM Name: WIN10-64-PROF-VM1

VirtualBox can't enable the AMD-V extension. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_SVM_IN_USE).
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}

Sollte diesen Bug-Report betreffen:
https://www.virtualbox.org/ticket/22248

edlin
„Ein kluger Mann macht nicht alle Fehler selber. Er lässt auch anderen eine Chance.“

Winston Churchill

Offline DrJuanNadie

  • User
  • Posts: 13
Die Oracle Changelog-Seite für Virtualbox 7.1.4 nennt "initial support for Kernel 6.12". In den Debian-Sid Repos ist Virtualbox 7.0.20.
Kommt also darauf an, ob Du VB-Pakete via Debian-Sources oder via Oracle-Sources beziehst... ;)

1 Oracle-Changelog
2 Debian-Changelog

So, if I understand correctly, we who use Virtualbox have to wait for version 7.1.4 to be incorporated to Debian Sid before we can update to the new kernel, right?

ChatGPT German translation (I don't speak German): Also, wenn ich es richtig verstehe, müssen wir, die Virtualbox verwenden, auf Version 7.1.4 warten, bis sie in Debian Sid aufgenommen wird, bevor wir auf den neuen Kernel aktualisieren können, richtig?

Offline glimfindel

  • User
  • Posts: 7
I stumbled into the same isssue but found a solution by changing the behaviour of the kvm kernel module.
You can either unload the kvm module (rmmod kvm_intel; rmmod kvm)  before starting  virtualbox or (better) set the kernel parameter "kvm.enable_virt_at_load" to "0" to prevent the kvm activation on boot time.
The latter one is also described here: https://forums.opensuse.org/t/warning-for-virtualbox-users-and-kernel-6-12/180892

So simply append the string "kvm.enable_virt_at_load=0" to the kernel parameters for example by adding it in in /etc/default/grub or /etc/default/grub.d/kvm.cfg

For me it looks loke this:
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet systemd.show_status=1 kvm.enable_virt_at_load=0"
It works fine now with kernel 6.12.6-1-siduction-amd64

Offline edlin

  • User
  • Posts: 720
Thanks for the tip. It now also works for me with the latest kernel.

edlin
„Ein kluger Mann macht nicht alle Fehler selber. Er lässt auch anderen eine Chance.“

Winston Churchill

Offline harley-peter

  • User
  • Posts: 1.091
Here it works too. Thank's!
« Last Edit: 2024/12/25, 12:22:13 by harley-peter »