Zurück   Trojaner-Board > Web/PC > Alles rund um Mac OSX & Linux

Alles rund um Mac OSX & Linux: Fenstergröße VirtualBox Debian

Windows 7 Für alle Fragen rund um Mac OSX, Linux und andere Unix-Derivate.

Antwort
Alt 11.10.2018, 12:09   #1
stephan65
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Hallo,

ich habe unter Windows 10 eine virtuelle Maschine eingerichtet. Dort laufen Suse-Linux und Debian. Unter Suse kann ich das Fenster des Gastes bequem vergrößern (bildschirmfüllend).
Bei Debian bekomme ich das nicht hin.

Kann mir jemand helfen ?
Danke.

Alt 11.10.2018, 12:11   #2
cosinus
/// Winkelfunktion
/// TB-Süch-Tiger™
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Du musst die Gasterweiterungen installieren. Sonst haut das nicht hin. Lege die Gasterweitungen ins virtuelle DVD-Laufwerk der Debian-VM. Dann machste ein terminal auf und tipsst diese Befehle ein:

Code:
ATTFilter
su
mount /dev/sr0 /mnt
cd /mnt
./VBoxLinuxAdditions.run
         
__________________

__________________

Geändert von cosinus (12.10.2018 um 08:01 Uhr)

Alt 12.10.2018, 07:24   #3
stephan65
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Hallo,
danke Cosinus.
Klappt nicht ganz.

Code:
ATTFilter
stephan@debian:~$ su
Passwort: 
root@debian:/home/stephan# mount /dev/sr0 /mnt
mount: /dev/sr0 is write-protected, mounting read-only
root@debian:/home/stephan# ./VboxLinuxadditions.run
bash: ./VboxLinuxadditions.run: Datei oder Verzeichnis nicht gefunden
root@debian:/home/stephan# cd /media/cdrom0
root@debian:/media/cdrom0# ls
32Bit	     OS2		       VBoxWindowsAdditions-amd64.exe
64Bit	     runasroot.sh	       VBoxWindowsAdditions.exe
AUTORUN.INF  TRANS.TBL		       VBoxWindowsAdditions-x86.exe
autorun.sh   VBoxLinuxAdditions.run
cert	     VBoxSolarisAdditions.pkg
root@debian:/media/cdrom0# ./VBoxLinuxAdditions.run
bash: ./VBoxLinuxAdditions.run: Keine Berechtigung
root@debian:/media/cdrom0#
         
__________________

Alt 12.10.2018, 08:01   #4
cosinus
/// Winkelfunktion
/// TB-Süch-Tiger™
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Zitat:
./VboxLinuxadditions.run
Du musst auf die richtige Groß-/Kleinschreibung achten, Linux Dateisysteme sind immer case sensitiv! (ich hab meinen Text korrigiert)

Außerdem steht in meinen Text dass du nach /mnt mounten sollst und nicht nach /media/cdrom
__________________
Logfiles bitte immer in CODE-Tags posten

Alt 12.10.2018, 08:15   #5
stephan65
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Danke,
man muss halt richtig lesen.

Und was nun ? Muss ich neu starten ?


Alt 12.10.2018, 08:18   #6
cosinus
/// Winkelfunktion
/// TB-Süch-Tiger™
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Vllt liest du mal die Ausgabe des Programm richtig? Da steht doch was zu tun ist.
__________________
--> Fenstergröße VirtualBox Debian

Alt 12.10.2018, 08:19   #7
stephan65
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Das sieht jetzt so aus:


Code:
ATTFilter
stephan@debian:~$ su
Passwort: 
root@debian:/home/stephan# mount /dev/sr0 /mnt
mount: /dev/sr0 is write-protected, mounting read-only
mount: /dev/sr0 is already mounted or /mnt busy
       /dev/sr0 is already mounted on /mnt
root@debian:/home/stephan# cd /mnt
root@debian:/mnt# ./VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.18 Guest Additions for Linux........
VirtualBox Guest Additions installer
Removing installed version 5.2.18 of VirtualBox Guest Additions...
Copying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.  This may take a while.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
    linux-headers-amd64 linux-headers-4.9.0-7-amd64
VirtualBox Guest Additions: Starting.
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.  This may take a while.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
    linux-headers-amd64 linux-headers-4.9.0-7-amd64
root@debian:/mnt#
         

Alt 12.10.2018, 08:31   #8
cosinus
/// Winkelfunktion
/// TB-Süch-Tiger™
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Du brauchst die linux-headers, denn ein Teil der Installation besteht aus dem Kompilieren von Kernelmodulen. Als root ausführen:

Code:
ATTFilter
apt update && apt install linux-headers-amd64
         
Dann die VBoxLinuxAdditions.run erneut ausführen
__________________
Logfiles bitte immer in CODE-Tags posten

Alt 12.10.2018, 08:46   #9
stephan65
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Zitat:
Zitat von cosinus Beitrag anzeigen
Du brauchst die linux-headers, denn ein Teil der Installation besteht aus dem Kompilieren von Kernelmodulen. Als root ausführen:

Code:
ATTFilter
apt update && apt install linux-headers-amd64
         
Dann die VBoxLinuxAdditions.run erneut ausführen

Hab ich gemacht. Und jetzt ?

Alt 12.10.2018, 08:55   #10
cosinus
/// Winkelfunktion
/// TB-Süch-Tiger™
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Wie und jetzt, ich bin doch kein Prophet du musst schon die Ausgaben posten!
__________________
Logfiles bitte immer in CODE-Tags posten

Alt 12.10.2018, 09:06   #11
stephan65
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Hallo,

ich habe in der Zwischenzeit einen Neustart gemacht. Und siehe ich kann die Anzeige nach meinen Wünschen einstellen.

Vielen Dank.

Alt 12.10.2018, 10:20   #12
cosinus
/// Winkelfunktion
/// TB-Süch-Tiger™
 
Fenstergröße VirtualBox Debian - Standard

Fenstergröße VirtualBox Debian



Gut, aber du musst schon dran denken, dass hier niemand auf deinen Bildschirm schauen kann.

Vergiss nicht, dass man die Gasterweiterungen aktualisieren muss wenn du VirtualBox selbst updatest. Heißt wann du also irgendwann in deinem Windows auf VirtualBox 5.2.x updatest, dann musst du auch die Gasterweiterungen in den VMs in Version 5.2.x neu installieren.
__________________
Logfiles bitte immer in CODE-Tags posten

Antwort

Themen zu Fenstergröße VirtualBox Debian
debian, fenster, laufe, laufen, maschine, nicht, unter, vergrößern, virtualbox, virtuelle, virtuelle maschine, windows, windows 10




Ähnliche Themen: Fenstergröße VirtualBox Debian


  1. Win 8.1 - VirtualBox Bridged Networking kaputt nach netsh int ip reset
    Alles rund um Windows - 10.11.2016 (0)
  2. Firefox ist bei Debian GNU/Linux zurück
    Alles rund um Mac OSX & Linux - 15.06.2016 (5)
  3. Debian 8: Anmeldebildschirm nach Installation - Anfängerfehler?
    Alles rund um Mac OSX & Linux - 09.06.2015 (8)
  4. Windows 10 Technical Preview unter VirtualBox 4.3.22 - Grafikkarte Code 43
    Alles rund um Windows - 20.02.2015 (8)
  5. Pufferüberlauf im Debian-Paketmanager Apt
    Nachrichten - 24.09.2014 (0)
  6. Debian und Ubuntu schließen Lücken im Paketmanager
    Nachrichten - 19.09.2014 (0)
  7. Debian verzichtet auf SSL-Root-Zertifikate von CAcert
    Nachrichten - 24.03.2014 (0)
  8. Debian absichern
    Alles rund um Mac OSX & Linux - 13.06.2013 (22)
  9. Tut Virtualbox Fragen dazu
    Mülltonne - 31.12.2011 (0)
  10. Debian möglicher Trojaner?
    Alles rund um Mac OSX & Linux - 27.03.2011 (25)
  11. Debian und Red Hat schließen Exim-Lücke
    Nachrichten - 11.12.2010 (0)
  12. VirtualBOX sicher vor Viren?
    Antiviren-, Firewall- und andere Schutzprogramme - 11.08.2010 (1)
  13. Sicherheits-Support für Debian 4.0 läuft aus
    Nachrichten - 21.01.2010 (0)
  14. Gentoo vs Debian auf einem Webserver
    Alles rund um Mac OSX & Linux - 16.12.2003 (20)
  15. Debian.org gehackt!
    Alles rund um Mac OSX & Linux - 01.12.2003 (7)
  16. Paketeinstallation - Debian 3.0
    Alles rund um Mac OSX & Linux - 04.02.2003 (1)

Zum Thema Fenstergröße VirtualBox Debian - Hallo, ich habe unter Windows 10 eine virtuelle Maschine eingerichtet. Dort laufen Suse-Linux und Debian. Unter Suse kann ich das Fenster des Gastes bequem vergrößern (bildschirmfüllend). Bei Debian bekomme ich - Fenstergröße VirtualBox Debian...
Archiv
Du betrachtest: Fenstergröße VirtualBox Debian auf Trojaner-Board

Search Engine Optimization by vBSEO ©2011, Crawlability, Inc.