↓Skip to main content

Ubuntu 26.10: Linux 7.3, amd64-v3 ISO and GRUB Changes

·1619 words·8 mins
Ubuntu Ubuntu 26.10 Linux GRUB Amd64-V3 GNOME Canonical Linux Kernel System Administration
Table of Contents

Ubuntu 26.10: Linux 7.3, amd64-v3 ISO and GRUB Changes

Ubuntu 26.10 is approaching its October 15 release, and while the decision to ship with Linux 7.3 is attracting attention, several other changes could have a more practical impact on developers and system administrators.

Canonical is testing an optimized amd64-v3 daily ISO, continuing to restructure the Ubuntu installer ahead of the future 28.04 LTS cycle, and evaluating a proposal to reduce the functionality built into signed GRUB images.

The combination makes Ubuntu 26.10 more than a routine interim release. It provides an early look at potential changes to Ubuntu’s CPU baseline, installation workflow, boot architecture, and system components.

🐧 Ubuntu 26.10 Locks In Linux 7.3
#

Canonical’s kernel team confirmed on September 19 that Ubuntu 26.10 is targeting Linux 7.3 rather than the previously planned 7.2.

The decision follows the upstream Linux development schedule. With Linux 7.1 and 7.2 progressing without significant delays, the 7.3 release candidate cycle began early enough for Canonical to integrate 7.3-rc1 into Ubuntu’s development repositories during September.

Ubuntu will ship before Linux 7.3 reaches upstream GA
#

The release timing creates an unusual gap:

  • Ubuntu 26.10 final release: October 15
  • Linux 7.3 expected upstream GA: October 18

Ubuntu 26.10 is therefore expected to ship approximately three days before Linux 7.3’s formal upstream release.

This is consistent with Canonical’s development-release strategy introduced in 2024. During the feature-freeze period, Ubuntu can adopt the latest upstream kernel candidate even when it has not yet reached final GA status.

For a short-lived interim release, this approach prioritizes newer hardware support, kernel functionality, and upstream changes over the conservative kernel selection typically associated with an LTS release.

Ubuntu 26.10 release milestones
#

The current milestone schedule includes:

  • September 24: Beta release
  • October 1: Kernel freeze
  • October 8: Final freeze
  • October 15: Ubuntu 26.10 final release
  • July 2027: End of life

The nine-month support window makes Ubuntu 26.10 primarily a vehicle for testing and delivering newer technologies before they can mature into future long-term releases.

⚡ Canonical Tests an amd64-v3 Ubuntu ISO
#

One of the more consequential changes is less visible than the kernel update.

Beginning September 4, Canonical started publishing an amd64-v3 variant ISO alongside its regular daily builds.

Previously, users interested in optimized x86-64 packages generally had to install the standard image and manually configure repositories or packages that target a newer CPU baseline. The dedicated ISO makes the higher instruction-set baseline part of the installation image itself.

What is x86-64-v3?
#

x86-64-v3 defines a CPU feature baseline that includes instruction-set extensions such as:

  • AVX
  • AVX2
  • FMA
  • BMI1
  • BMI2
  • MOVBE

Compilers targeting this baseline can make stronger assumptions about available CPU instructions and perform more aggressive optimization.

Depending on the workload and software being compiled, the resulting binaries can benefit from improved vectorization and instruction throughput. Compute-heavy workloads, media processing, and compression are among the areas where these optimizations can be relevant.

Hardware compatibility
#

The x86-64-v3 baseline generally requires processors based on approximately:

  • Intel Haswell / 4th-generation Core or newer
  • AMD Excavator or newer

The CPU’s actual instruction-set support can be checked from an existing Linux installation with:

/lib64/ld-linux-x86-64.so.2 --help | grep x86-64

If the output identifies x86-64-v3, the processor supports the relevant baseline.

Why the separate ISO matters
#

Canonical has not made amd64-v3 the default Ubuntu download target. The standard amd64 image remains the compatibility-oriented option, including for the Ubuntu 26.04 LTS generation.

The standalone v3 image therefore functions as an important testing and validation mechanism for a potential future baseline transition.

Other Linux distributions are already moving in this direction. RHEL 10 uses x86-64-v3 as its baseline, while openSUSE Leap 16 uses x86-64-v2.

The key issue is compatibility: raising the CPU baseline can unlock better optimization opportunities but simultaneously excludes older processors from the optimized image.

🛠️ Ubuntu’s Installer Continues Moving Toward 28.04 LTS
#

Ubuntu 26.10 also continues the installer and system-level changes that are expected to contribute to the foundation of Ubuntu 28.04 LTS.

The direction is broadly toward more automated defaults, fewer interactive decisions, and newer system components.

dbus-broker replaces dbus-daemon
#

Ubuntu 26.10 continues the migration from the traditional dbus-daemon implementation toward dbus-broker.

The newer message-bus implementation is intended to improve throughput and reduce resource overhead in relevant workloads.

hwctl moves to Snap
#

Canonical’s Rust-based hardware utility, associated with rust-hwlib, is moving from traditional .deb packaging toward a Snap-only delivery model.

The component is included by default in Ubuntu 26.10 development builds.

This reflects Canonical’s broader effort to use Snap packaging for selected system utilities where transactional updates and bundled dependencies can simplify maintenance.

Myna speech-to-text preview
#

Canonical has also demonstrated Myna, an AI-based speech-to-text tool.

Its GNOME Shell indicator extension is included by default in development builds, although the underlying speech-recognition engine is not yet packaged in the daily images described in the preview.

The inclusion provides an early indication of how AI-assisted desktop functionality could become integrated into future Ubuntu releases.

Updated core components
#

As of Snapshot 3, the development release includes updated versions of several major components:

Component Reported Version
systemd 261.2
OpenSSL 4.0.1
APT 3.3.3
PipeWire 1.6.8
NetworkManager 1.58.0
LibreOffice 26.8
GNOME 51

These versions represent development snapshots and can change before Ubuntu 26.10 reaches its final release.

⚠️ GRUB Slimming Proposal Could Affect Complex Boot Configurations
#

A potentially more disruptive change concerns GRUB, particularly the signed GRUB builds used in Secure Boot environments.

Canonical is considering a proposal to remove a range of legacy filesystem and feature modules from signed GRUB images.

The goal is to reduce the size and complexity of the bootloader, but removing built-in functionality could affect systems that depend on those modules before the operating system kernel starts.

Features under consideration for removal
#

The proposal reportedly includes reducing or removing support for configurations involving:

  • /boot directly on btrfs
  • /boot directly on ZFS
  • /boot directly on LUKS
  • /boot directly on HFS+
  • /boot directly on XFS
  • Built-in JPEG and PNG decoding
  • Apple Partition Maps
  • LVM
  • Some software RAID configurations beyond RAID1

The impact would depend on the final implementation and the specific boot configuration.

Secure Boot and custom layouts require particular attention
#

Systems using Secure Boot with /boot located on filesystems or storage configurations affected by the proposed module changes could encounter boot problems if the new GRUB configuration is adopted without corresponding adjustments.

This is particularly relevant to users running:

  • Multi-boot systems.
  • Encrypted boot configurations.
  • btrfs-based installations.
  • ZFS installations.
  • Custom storage layouts.
  • Older or unusual partitioning schemes.

Because the proposal is not necessarily the final configuration for Ubuntu 26.10, users should verify its status before performing an upgrade rather than assuming that all currently supported GRUB configurations will remain unchanged.

📊 Ubuntu 26.10 Upgrade Considerations
#

Different system profiles have different compatibility requirements.

System Profile Consideration
Legacy hardware / production systems Remaining on Ubuntu 26.04 LTS avoids the shorter interim-release lifecycle and experimental development changes.
Enthusiasts / secondary hardware Ubuntu 26.10 provides an opportunity to test the new kernel, GNOME version, and other changes.
Developers / CI environments Validate toolchains and workloads against the beta before broad deployment.
Secure Boot + complex boot layouts Check the final status of the GRUB changes before upgrading.
Older CPUs Use the standard amd64 image rather than the amd64-v3 build.

The appropriate choice depends primarily on hardware age, workload requirements, support-cycle expectations, and the complexity of the system’s boot configuration.

🔧 Pre-Upgrade Checks for Ubuntu 26.10
#

Before moving a production system to an interim Ubuntu release, several basic checks can reduce recovery risk.

Create a system snapshot
#

For systems where snapshot-based rollback is appropriate, Timeshift can be installed with:

sudo apt install timeshift

A snapshot should not be treated as a substitute for an independent backup.

Check the /boot filesystem
#

To inspect the filesystem type used by /boot:

df -T /boot

This is particularly useful for systems with non-standard storage layouts or filesystems potentially affected by GRUB changes.

Back up /home separately
#

System snapshots may not include all user data or application-specific state.

Important documents, configuration files, source repositories, SSH configuration, and other development data should therefore be backed up independently to another storage location.

🖥️ Testing Ubuntu 26.10 Without Replacing a Primary Installation
#

Users who want to evaluate Ubuntu 26.10 can isolate the development release from their primary workstation.

A virtual machine using KVM/QEMU or VirtualBox can provide a controlled environment for testing the new userspace and kernel.

A Live USB is another option for checking hardware compatibility without modifying the installed operating system.

For an upgrade after the final release becomes available, the standard commands are:

sudo apt update && sudo apt upgrade -y
sudo do-release-upgrade

Development builds can be targeted using the -d option when appropriate, but this should be reserved for systems where testing pre-release software is acceptable.

📌 What Matters Most in Ubuntu 26.10
#

Ubuntu 26.10’s Linux 7.3 adoption is the most visible change, but the broader release is arguably more interesting because several infrastructure decisions are being tested simultaneously.

The amd64-v3 ISO provides Canonical with a way to evaluate a higher CPU baseline without immediately abandoning compatibility with older hardware. The installer and system-component changes continue preparations for future Ubuntu releases, while the GRUB slimming proposal could have direct consequences for users with specialized storage and boot configurations.

For production systems that prioritize long-term support and predictable maintenance, Ubuntu 26.04 LTS remains the relevant LTS branch. Ubuntu 26.10 is more useful as a platform for evaluating newer kernel, desktop, packaging, and hardware-baseline changes.

The most important preparation for existing users is therefore not simply checking whether Linux 7.3 is supported. It is verifying CPU compatibility, boot configuration, storage layout, application compatibility, and backup coverage before making the transition.

Related

Ubuntu 26.10 OOM Changes: Protecting the Linux Desktop
·1696 words·8 mins
Ubuntu Ubuntu 26.10 Linux OOM Killer Systemd-Oomd Zram GNOME Memory Management
Ubuntu 26.10 Wallpapers: 4 Official and 12 Community Designs
·1206 words·6 mins
Ubuntu Ubuntu 26.10 Canonical Linux Stonking Wallpapers Open Source Linux Desktop
GNOME 51 Released: 8 Major Changes You Should Know
·1741 words·9 mins
GNOME GNOME 51 Linux Ubuntu NVIDIA Wayland Mutter Open Source