Zum Inhalt springen

VirtualBox/Installation/Windows

Aus Foxwiki
(Weitergeleitet von VirtualBox/Installation)

VirtualBox/Installation/Windows - Installation von Windows 11 in VirtualBox

Beschreibung

Systemanforderungen
Anforderung Beschreibung
Festplattenspeicher > 80 GB
Arbeitsspeicher > 4 GB RAM
Virtualisierung VirtualBox
CPU Ein Kern oder Thread für jede virtualisierte CPU und einer für den Host
Installationsmedium Windows 11 ISO-Datei

Installation

 sudo apt install virtualbox
Download
ISO-Datei herunterladen


Start klicken

  • Installationsvorgang für Windows 11 startet

Oder setzen Sie den Cursor auf die Windows 11-Leiste

  • klicken Sie mit der rechten Maustaste, wählen Sie die Option Start und klicken Sie auf Normaler Start
  • Der Installationsvorgang für Windows 11 wird gestartet

Drücken Sie nun eine beliebige Taste, um den Startvorgang von Windows 11 zu starten Die Installation von Windows 11 wird ausgeführt..

Mindestsystemanforderungen

Richten Sie nun die Mindestsystemanforderungen für die Installation dieser Windows-Version ein

Download

Download VirtualBox for Linux Hosts
Note
The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Mixed installations (e.g. Debian/Lenny ships an AMD64 kernel with 32-bit packages) are not supported. To install VirtualBox anyway you need to setup a 64-bit chroot environment.
GPL version 3

The VirtualBox base package binaries are released under the terms of the GPL version 3.

Install

Choose the appropriate package for your Linux distribution

VirtualBox 7.1.4 for Linux
  • Oracle Linux 9 / Red Hat Enterprise Linux 9
  • Oracle Linux 8 / Red Hat Enterprise Linux 8
  • Ubuntu 24.10
  • Ubuntu 24.04
  • Ubuntu 22.04
  • Ubuntu 20.04
  • Debian 12
  • Debian 11
  • openSUSE 15.3 / 15.4 / 15.5 / 15.6
  • Fedora 40 / 41
  • Fedora 36 / 37 / 38 / 39
  • All distributions (built on EL6 and therefore not requiring recent system libraries)

You might want to compare the checksums to verify the integrity of downloaded packages. The SHA256 checksums should be favored as the MD5 algorithm must be treated as insecure!

SHA256 checksums MD5 checksums

Debian

Debian-based Linux distributions

Add the following line to your /etc/apt/sources.list. For Debian 11 and older, replace '<mydist>' with 'bullseye', 'buster', or 'stretch'. For Ubuntu 22.04 and older, 'replace '<mydist>' with 'jammy', 'eoan', 'bionic', 'xenial',

deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian <mydist> contrib

The Oracle public key for verifying the signatures can be downloaded here. You can add these keys with

sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor oracle_vbox_2016.asc

or combine downloading and registering:

wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor

The key fingerprint for oracle_vbox_2016.asc is

B9F8 D658 297A F3EF C18D  5CDF A2F6 83C5 2980 AECF
Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>

To install VirtualBox, do

sudo apt-get update
sudo apt-get install virtualbox-7.1

Replace virtualbox-7.1 by virtualbox-7.0 to install the latest VirtualBox 7.0 build.

What to do when experiencing The following signatures were invalid: BADSIG ... when refreshing the packages from the repository?

# sudo -s -H
# apt-get clean
# rm /var/lib/apt/lists/*
# rm /var/lib/apt/lists/partial/*
# apt-get clean
# apt-get update

If you previously added the Oracle key(s) to your default keyring (now considered insecure), remove them again with:

sudo apt-key remove 5CDFA2F683C52980AECF
sudo apt-key remove D9C954422A4B98AB5139

(As of VirtualBox 3.2, the signing key was changed. The old Sun public key for apt-secure can be downloaded ​here. Likewise, the Oracle public key for distributions older than Debian 8 and Ubuntu 16.04 can be downloaded here.)

Virtuelle Maschine

Erstellung

VirtualBox Starten

Neue virtuelle Maschine erstellen

Neu klicken

  • Namen des Betriebssystem eingeben
  • Maschinenordner, Typ und Version auswählen
  • Weiter klicken
Arbeitsspeicher

Virtueller Maschine Arbeitsspeicher zuweisen

  • Mindestens 4096 MB sind notwendig
  • Weiter klicken
Virtuelle Festplatte

Virtuelle Festplatte jetzt erstellen

  • Erstellen klicken
  • VDI (VirtualBox Disk Image) als Dateityp für Ihre Festplatte auwählen
  • Weiter klicken
  • Dynamisch zugewiesen auswählen, damit Speicherplatz auf Ihrer Festplatte nach Bedarf genutzt werden kann
  • Weiter klicken
Speicherort

Geeigneten Speicherort und die Größe der virtuellen Festplatte

  • Mindestens 80 GB sind notwendig
  • Weiter klicken

Konfiguration

Einstellungen
  • Unter Controller: SATA auf Leer klicken
  • Nach dem Klicken auf Leer
  • Wählen Sie die Windows 11-ISO-Image-Datei auf Ihrem lokalen System aus und klicken Sie auf Öffnen
  • Windows 11-ISO-Datei wurde ausgewählt, klicken Sie auf OK


Anhang

Siehe auch

Dokumentation

Links

Projekt

Weblinks