Seite 1 von 1

Virtualbox startet nicht

Verfasst: Sonntag 22. Dezember 2019, 15:56
von oldmcsam
Hallo@all!
Ich habe eine Manjaro Partition auf eine neue Festplatte mittels clonezilla kopiert, alles funktioniert prima.
Nur die Virtualbox öffnet nicht die mitkopierte virtualisierte WIN7.
Ich verstehe nicht, was der Hinweis mir sagen will bzw. was ich machen muß???
vm.png
vm.png (33.71 KiB) 4586 mal betrachtet

Re: Virtualbox startet nicht

Verfasst: Sonntag 22. Dezember 2019, 21:24
von manjarofan
Hallo oldmcsam,

Du mußt sicherlich "linux-latest-virtualbox-guest-modules" für Deinen Kernel nach Installieren. Dann einmal den Rechner neu Starten.

Re: Virtualbox startet nicht

Verfasst: Montag 23. Dezember 2019, 08:01
von oldmcsam
Hallo manjarofan,

ich hatte bereits diese Anleitung gefunden:
Install VirtualBox
To install VirtualBox, you need to install the packages virtualbox and linux*-virtualbox-host-modules. The latter must match the version of the kernel you are running. To list what kernels is installed use mhwd
~ >>> mhwd-kernel -li
Currently running: 5.4.0-1-MANJARO (linux54)
The following kernels are installed in your system:
* linux54

To install VirtualBox and automatically install the kernel modules for your installed kernels enter the following command in the terminal:
sudo pacman -Syu virtualbox linux54-virtualbox-host-modules

Once the installation has completed, it will then be necessary to add the VirtualBox Module to your kernel. The easy way is to simply reboot your system. Otherwise, to start using VirtualBox immediately, enter the following command:
sudo vboxreload

Das hat funktioniert, obwohl "linux-latest-virtualbox-guest-modules" nicht installiert ist.
Ich blicke da zwar nicht durch, aber es hatte fubktioniert!

Grüße oldmcsam

Re: Virtualbox startet nicht

Verfasst: Montag 23. Dezember 2019, 12:32
von manjarofan
Dann ist ja alles gut. :D Hab das Thema mal als gelöst markiert, wenn es recht ist.

Re: Virtualbox startet nicht

Verfasst: Montag 23. Dezember 2019, 12:52
von oldmcsam
Danke! Ist gelöst!

Re: Virtualbox startet nicht

Verfasst: Montag 23. Dezember 2019, 14:24
von Benutzer 118 gelöscht
Hallo oldmcsam,
oldmcsam hat geschrieben: Montag 23. Dezember 2019, 08:01 Das hat funktioniert, obwohl "linux-latest-virtualbox-guest-modules" nicht installiert ist.
Ich blicke da zwar nicht durch, aber es hatte fubktioniert!
Ganz einfach:
Host-modules = auf der Platte installiertes OS
Guest-modules = in der Vbox installiertes OS

@manjarofan

Code: Alles auswählen

sudo vboxreload
erspart einen Neustart
;)
Grüße
Josef