Virtualbox-Gasterweiterungen auf Fedora
Wenn Sie Fedora in Virtualbox ausprobieren, müssen Sie die Virtualbox Guest Additions installieren, um eine bessere Hardwareunterstützung wie die richtige Bildschirmauflösung, Maus-Scroller-Unterstützung und gemeinsame Zwischenablage zu erhalten.
Die Installation von Virtualbox-Gasterweiterungen auf Fedora 18 ist ziemlich einfach.
Bereiten Sie zuerst das System vor, indem Sie Folgendes installieren.
1. Alle Pakete aktualisieren
Aktualisieren Sie zunächst alle Pakete, damit die neusten Versionen installiert werden.
$ sudo yum distro-sync
2. Kernel-Header installieren und Dienstprogramme erstellen
Als nächstes müssen die Kernel-Header und andere Dienstprogramme installiert werden, die zum Kompilieren und Erstellen von Virtualbox-Gasterweiterungen benötigt werden.
$ yum -y install kernel-devel kernel-headers dkms gcc gcc-c++
3. Installieren Sie VirtualBox-Gasterweiterungen
Klicken Sie nun auf Geräte> Gastzusätze in Virtualbox installieren, um das Gastzusatz-CD-Image in Fedora zu bergen.
Die Festplatte sollte am folgenden Ort gemountet werden.
/var/run/media/
Überprüfen Sie den Inhalt des Verzeichnisses und es sollte in etwa so aussehen
[[email protected] VBOXADDITIONS_4.2.12_84980]$ ls 32Bit cert VBoxSolarisAdditions.pkg 64Bit OS2 VBoxWindowsAdditions-amd64.exe AUTORUN.INF runasroot.sh VBoxWindowsAdditions.exe autorun.sh VBoxLinuxAdditions.run VBoxWindowsAdditions-x86.exe
Wir müssen das Linux-Installationsprogramm namens VBoxLinuxAdditions.run ausführen .
[[email protected] VBOXADDITIONS_4.2.12_84980]$ sudo ./VBoxLinuxAdditions.run
Die Ausgabe sollte in etwa so aussehen
[[email protected] VBOXADDITIONS_4.2.12_84980]$ sudo ./VBoxLinuxAdditions.run [sudo] password for silver: Verifying archive integrity... All good. Uncompressing VirtualBox 4.2.12 Guest Additions for Linux............ VirtualBox Guest Additions installer Removing installed version 4.2.12 of VirtualBox Guest Additions... Removing existing VirtualBox DKMS kernel modules [ OK ] Removing existing VirtualBox non-DKMS kernel modules [ OK ] Building the VirtualBox Guest Additions kernel modules Building the main Guest Additions module [ OK ] Building the shared folder support module [ OK ] Building the OpenGL support module [ OK ] Doing non-kernel setup of the Guest Additions [ OK ] You should restart your guest to make sure the new modules are actually used Installing the Window System drivers Installing X.Org Server 1.13 modules [ OK ] Setting up the Window System to use the Guest Additions [ OK ] You may need to restart the hal service and the Window System (or just restart the guest system) to enable the Guest Additions. Installing graphics libraries and desktop services componen[ OK ] [[email protected] VBOXADDITIONS_4.2.12_84980]$
Die wichtigste Zeile in der obigen Ausgabe ist die folgende, die OK anzeigen muss.
Building the main Guest Additions module [ OK ]
Nun sollen virtualbox Gasterweiterungen kompiliert und installiert werden.
Sobald die Installation abgeschlossen ist, starten Sie Ihr System neu und alles sollte besser aussehen.