|
@@ -0,0 +1,60 @@
|
|
|
+ <!DOCTYPE html>
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+ <head>
|
|
|
+ <title>What's New in the Upcoming VirtualBox 7</title>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="keywords" content="Home Lab,Hypervisor,Install Guide,VirtualBox,VirtualBox 7,Upcoming VirtualBox Features,Dark Mode,Guest Additions,Guest Resource Monitoring,File Manager,Virtual Machine,VM,Upcoming Release,Open Source Software,FOSS,Update,VirtualBox Beta,New Features,How To,Tutorial,i12bretro">
|
|
|
+ <meta name="author" content="i12bretro">
|
|
|
+ <meta name="description" content="What's New in the Upcoming VirtualBox 7">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="08/29/2022 08:03:39 PM" />
|
|
|
+ <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
|
+ <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
+ <script type="text/javascript" src="includes/js/steps.js"></script>
|
|
|
+ <link href="css/steps.css" rel="stylesheet" type="text/css" />
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div id="gridContainer">
|
|
|
+ <div class="topMargin"></div>
|
|
|
+ <div id="listName" class="topMargin">
|
|
|
+ <h1>What's New in the Upcoming VirtualBox 7</h1>
|
|
|
+ </div>
|
|
|
+ <div></div>
|
|
|
+ <div id="content">
|
|
|
+ <h2>What is VirtualBox?</h2>
|
|
|
+
|
|
|
+<blockquote><em>VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. -<a href="https://www.virtualbox.org/" target="_blank">https://www.virtualbox.org/</a></em></blockquote>
|
|
|
+
|
|
|
+<h2>Downloading the Latest VirtualBox 7 Beta</h2>
|
|
|
+
|
|
|
+<ol>
|
|
|
+ <li>Open a web browser and navigate to https://download.virtualbox.org/virtualbox/ <a href="https://download.virtualbox.org/virtualbox/" target="_blank">⧉</a></li>
|
|
|
+ <li>Scroll to the bottom of the listing to find the latest VirtualBox 7 release</li>
|
|
|
+ <li>Navigate into the folder and download the installer and Extension Pack for the host operating system</li>
|
|
|
+ <li>Install VirtualBox 7, followed by the extension pack</li>
|
|
|
+</ol>
|
|
|
+
|
|
|
+<h2>Key New Features and Improvements</h2>
|
|
|
+
|
|
|
+<ul>
|
|
|
+ <li class="noCheckbox">Dark mode!!</li>
|
|
|
+ <li class="noCheckbox">Real-time guest VM activity overview/resource monitor</li>
|
|
|
+ <li class="noCheckbox">Integrated host to guest file manager</li>
|
|
|
+ <li class="noCheckbox">More detailed Guest Version dropdown</li>
|
|
|
+ <li class="noCheckbox">Ability to set an iso image during VM creation
|
|
|
+ <ul>
|
|
|
+ <li class="noCheckbox">If the OS on the .iso is detected, ability to install unattended</li>
|
|
|
+ <li class="noCheckbox">Ability to install guest additions unattended</li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ <li class="noCheckbox">Updated BIOS boot logo</li>
|
|
|
+ <li class="noCheckbox">Better integrated Virtual Media Manager</li>
|
|
|
+ <li class="noCheckbox">...a list of official changes can be found on page 413 of the User Manual</li>
|
|
|
+</ul>
|
|
|
+
|
|
|
+<p>Documentation: <a href="https://download.virtualbox.org/virtualbox/7.0.0_BETA1/UserManual.pdf" target="_blank">https://download.virtualbox.org/virtualbox/7.0.0_BETA1/UserManual.pdf</a></p> </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+ </html>
|
|
|
+
|