{"id":51403,"date":"2026-06-17T12:15:24","date_gmt":"2026-06-17T12:15:24","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=51403"},"modified":"2026-06-17T12:15:24","modified_gmt":"2026-06-17T12:15:24","slug":"virtualbox-7-2-10-released-with-initial-linux-7-1-kernel-support","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2026\/06\/virtualbox-7-2-10-released-with-initial-linux-7-1-kernel-support\/","title":{"rendered":"VirtualBox 7.2.10 Released with Initial Linux 7.1 Kernel Support"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-47225\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/09\/virtualbox-newlogo-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/09\/virtualbox-newlogo-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/09\/virtualbox-newlogo-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/09\/virtualbox-newlogo-700x700.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/09\/virtualbox-newlogo-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/09\/virtualbox-newlogo.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/p>\n<p>VirtualBox, the popular virtualization software made and maintained by Oracle, released new 7.2.10 version yesterday.<\/p>\n<p>The new version of this free open-source software added initial support for the most recent Linux Kernel 7.1 and fixed various issues.<\/p>\n<p><!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-51404\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/06\/vbox-7210-700x509.webp\" alt=\"\" width=\"610\" height=\"444\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/06\/vbox-7210-700x509.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/06\/vbox-7210-300x218.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/06\/vbox-7210-768x559.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2026\/06\/vbox-7210.webp 1361w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>First, the new version added support Linux Distributions with Kernel 7.1, running either as guest OS in virtual machine or as host machine that Virtualbox runs on.<\/p>\n<p>It also fixed a bug that all VMs failed to start on Linux host has the <code>kernel.kptr_restrict=2<\/code> sysctl set, which enforces the strongest possible rule for hiding kernel memory addresses exposed through <code>\/proc<\/code>, <code>sysfs<\/code>, <code>debugfs<\/code>, and kernel logs that use the <code>%pK<\/code> format.<\/p>\n<p>The new 7.2.10 version also features some improvements and fixes to Linux Guest Additions, the drivers and system integrations installed inside a Linux virtual machine for running faster, smoother and enhanced functions.<\/p>\n<p>As Fedora is planning to <a href=\"https:\/\/fedoraproject.org\/wiki\/Changes\/DeprecateYASM\" target=\"_blank\" rel=\"noopener\">deprecate YASM<\/a>, the assembler converts human\u2011written assembly language into machine code that CPU can execute, VBox 7.2.10 added the patch to allow building Linux Guest Additions with NASM only.<\/p>\n<p>It also added initial support for Extended Data Control Protocol, allowing for clipboard sharing with KDE Plasma Desktop on Wayland in VM. And, the Linux Guest Additions has been updated with fixes for build failure on Red Hat Enterprise Linux 9.8 VM, and building issue on Kernel 7.0+,<\/p>\n<p>Besides the changes for Linux host and guest, VirtualBox 7.2.10 also fixed the wrong location of crash report file placement, OS\/2 guest booting issue, and VIRTIO-SCSI device recognition issue for guest system.<\/p>\n<p>Other changes are mostly bug-fixes. They include:<\/p>\n<ul>\n<li>Kernel modules build failure with openSUSE 16.0 kernel.<\/li>\n<li>Shared Folders automount and clipboard sharing issue for OS\/2 Guest Additions.<\/li>\n<li>USB device failed to attach to headless VM on Apple Silicon.<\/li>\n<li>Booting issue when ARM virtual machine had less than 1024 MiB of RAM assigned.<\/li>\n<li>&#8220;Fatal glibc error: CPU does not support x86-64-v3&#8221; VM boot issue on Windows host.<\/li>\n<\/ul>\n<p>For more about VirtualBox 7.2.10, see the official <a href=\"https:\/\/www.virtualbox.org\/wiki\/Changelog\" target=\"_blank\" rel=\"noopener\">Changlog page<\/a>.<\/p>\n<h3>Get VirtualBox 7.2.10<\/h3>\n<p>The new version of this virtualization software is available to download for Linux, Windows, macOS, and Solaris hosts hosts via the link below:<\/p>\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background\" href=\"https:\/\/www.virtualbox.org\/wiki\/Downloads\" target=\"_blank\" rel=\"noreferrer noopener\">Download VirtualBox<\/a><\/div>\n<\/div>\n<p>For Linux, it so far support Oracle Linux\/RHEL 8 ~ 10, Ubuntu 22.04 ~ 26.04, Debian 11 ~ 13, openSUSE 15.6\/16.0, and Fedora 40 ~ 44.<\/p>\n<p>Other Linux (even old Linux Distribution) may try downloading the <code>.run<\/code> installer via the &#8220;All distributions&#8221; link, then open terminal and run commands below to install:<\/p>\n<p><b>NOTE: The Virtualbox version number may vary as time goes on. Replace &#8220;7.2.10-174163&#8221; in the commands below according the package you downloaded.<\/b><\/p>\n<ul>\n<li>Say you saved it in user Downloads folder. First, navigate to that folder.\n<pre>cd ~\/Downloads\/<\/pre>\n<\/li>\n<li>Add executable permission:\n<pre>chmod u+x .\/VirtualBox-7.2.10-174163-Linux_amd64.run<\/pre>\n<\/li>\n<li>Finally run the installer:\n<pre>sudo .\/VirtualBox-7.2.10-174163-Linux_amd64.run<\/pre>\n<\/li>\n<\/ul>\n<p>The script will automatically check your CPU architecture. If supported, it will then remove previous installation (if any) and install the new one on your system.<\/p>\n<p>NOTE: The <code>.run<\/code> installer also includes script to uninstall Virtualbox (only for the one installed via this installer). You can run the commands below to run the script:<\/p>\n<ul>\n<li>Also navigate to the downloads folder, then extract the installer script into a target directory (<code>vbox<\/code> in the command below):\n<pre>cd ~\/Downloads\/ &amp;&amp; .\/VirtualBox-7.2.10-174163-Linux_amd64.run --target .\/vbox<\/pre>\n<\/li>\n<li>Finally, run the uninstall script under the extracted folder:\n<pre>sudo .\/vbox\/uninstall.sh<\/pre>\n<\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>VirtualBox, the popular virtualization software made and maintained by Oracle, released new 7.2.10 version yesterday. The new version of this free open-source software added initial support for the most recent Linux Kernel 7.1 and fixed various issues.<\/p>\n","protected":false},"author":1,"featured_media":47225,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[1592,38],"class_list":["post-51403","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-oracle","tag-virtualbox"],"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/51403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=51403"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/51403\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/47225"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=51403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=51403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=51403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}