Discover What’s New in Linux Mint – Linux News & Updates

How to Install Linux Mint – Complete Step-by-Step Guide | Balihobi

How to Install Linux Mint – Complete Step-by-Step Guide

This guide will walk you step by step through the installation of Linux Mint – from downloading the ISO file to your first boot. You will also find the latest news and important updates about Linux Mint 22.2 “Zara”.

Linux Mint 22.2 “Zara” – What’s New?

On September 4, 2025, the new version Linux Mint 22.2 “Zara” was released. Here we highlight the improvements, new features, and potential issues you should be aware of before upgrading.

What is Linux Mint?

Linux Mint is a user-friendly operating system based on Ubuntu. It is free, stable, and recommended for beginners switching from Windows. It offers a familiar desktop layout, a polished design, and great out-of-the-box usability.

How to Safely Upgrade to Linux Mint 22.2

If you are currently using Linux Mint 22.0 or 22.1, upgrading to Linux Mint 22.2 is straightforward. We provide step-by-step instructions to help you safely back up your data, update your system, and complete the upgrade process.

What’s New in Linux Mint? Fresh News from the Linux World


 

Linux Mint 22.2 “Zara” – what’s new and what to watch out for

16 September 2025

On September 4, 2025, a brand-new version of the popular system Linux Mint 22.2 “Zara” was released. If you already use Linux Mint, or are considering trying it, you will definitely want to know what this version brings and whether it’s worth upgrading. ▼

What is Linux Mint?

Linux Mint is a user-friendly operating system based on Ubuntu, and it’s completely free. It’s often recommended for people switching from Windows because it’s easy to use, has a familiar desktop layout, and many things work right after installation.


Main changes in Linux Mint 22.2

This new release brings several improvements worth noting:

  • Updated kernel (6.14)
    Better support for modern PCs, processors, and graphics cards. This is especially useful if you have newer hardware.
  • Improved look and feel
    System themes now use softer colors, the dark mode is easier on the eyes, and the login screen has blurred backgrounds and user avatars. Everything feels more modern overall.
  • Fingerprint support
    A new tool for fingerprint reader management is included. If your computer supports fingerprints, you can now use them to log in or manage system tasks instead of a password.
  • Sticky Notes
    These simple notes now have rounded corners, work under the newer Wayland display server, and can even be synced with your phone through an Android app.
  • Hypnotix (IPTV player)
    If you watch internet TV, you’ll enjoy the new playback modes – frameless or the so-called “theater mode,” where nothing distracts you while watching.
  • Software Manager & Update Manager
    More user-friendly, now explaining the difference between traditional packages and Flatpak apps. The Update Manager also warns you when a restart is needed and provides a restart button directly.

What to watch out for

  • Older hardware – if your computer is very old, some of the new features (like fingerprint support) may not be available.
  • Theming – if you customized your themes and icons a lot in the previous version, you might need to adjust them again since colors and styles have changed a bit.
  • Wayland – some applications still don’t work perfectly under Wayland. Most users can stay with the tried-and-tested X11, so this isn’t a big issue.
  • Upgrading – when moving from an older version, it’s best to back up your files first. The upgrade process itself is simple and can be done directly via the Update Manager.

Is it worth upgrading?

Yes, if you want:

  • a more modern and polished desktop,
  • better hardware support,
  • easier system management,
  • long-term support until 2029.

However, if your current version works fine and you don’t want to deal with changes in looks or testing new features right away, you can safely stay on your current version for a while longer.

Linux Mint 22.2 “Zara” is a solid step forward – stable, modern, and packed with useful improvements. Both beginners and advanced users will appreciate its easier management, cleaner design, and improved hardware support.


 

 

How to Safely Upgrade to Linux Mint 22.2

16 September 2025

If you are currently running Linux Mint (for example version 22.0 or 22.1), upgrading to the new 22.2 release is quite straightforward. Just follow the steps and nothing should go wrong. ▼

1. Back up your important data

Before starting the upgrade, make sure to save all important files – documents, photos, settings.

  • The easiest way is to use Timeshift, which is already pre-installed on Linux Mint.
  • This way, you can always roll back if something goes wrong.

2. Update your current system

  • Open the Update Manager.
  • Click the Refresh button and install all available updates.
  • This ensures your system is ready for the upgrade.

3. Launch the upgrade tool

  • In the Update Manager, open the menu Edit → Upgrade to Linux Mint 22.2 Zara.
  • If you don’t see this option yet, it might be because the update mirrors are still syncing. In that case, wait a few hours or switch to a different mirror.

4. Follow the upgrade wizard

  • The system will guide you with a simple step-by-step wizard.
  • Just confirm the steps and wait while the packages download and install.

5. Restart your computer

Once the upgrade finishes, the Update Manager will ask you to restart.

  • After restarting, you’ll be logged into the new Linux Mint 22.2.
  • All your files and settings should remain intact.

Tips:

  • If you previously customized themes or installed your own icons, you may need to reapply them.
  • If you face issues with drivers (graphics card, Wi-Fi, etc.), open the Driver Manager where you can easily switch to another driver.
  • Don’t worry – most users upgrade without any problems.

Upgrading to Linux Mint 22.2 is quick and safe if you back up your data and follow the steps carefully. This way you’ll get a modern system with support until 2029.


 

Ubuntu News

What is Ubuntu? A Friendly Introduction + Step‑by‑Step Install (Dual‑Boot with Windows)

Install Ubuntu 24.04.3 LTS - (single OS or dual‑boot)

 

What’s Cooking in Ubuntu? Fresh Linux News


 

Ubuntu is Switching to Dracut

So, what does this mean for everyday users?

Ubuntu, one of the world’s most popular Linux distributions, has announced a big change: it’s moving away from the old initramfs-tools and adopting the newer Dracut.
At first glance, this might sound super technical, but don’t worry — it’s a change that will affect every Ubuntu user, whether you realize it or not. Let’s break it down in simple terms.

What is initramfs and why does it matter?

When you turn on a Linux computer, the system can’t just boot directly from the hard drive. First, it needs to:

  • load drivers for your hardware (like disk, graphics, and network),
  • prepare your encrypted disk, if you use one,
  • mount the root filesystem, which Linux needs to start up.

This is the job of initramfs — a tiny helper program that runs before the main system kicks in. Without it, Linux simply wouldn’t boot.

The old way: initramfs-tools

For years, Ubuntu has been using its own tool called initramfs-tools. It did the job well enough, but over time it started to feel outdated.
The main issues were:

  • Ubuntu developers had to maintain a lot of custom patches,
  • development slowed down,
  • it didn’t keep up with newer methods that other Linux distros were already using.

The new way: Dracut

Dracut is a modern tool for building initramfs, originally developed in the Fedora and Red Hat world. These days, it’s also used by Fedora, RHEL, CentOS, openSUSE, and more.
Why is it better? A few key reasons:

  • Modular design – it only loads the pieces your system actually needs,
  • Faster boot – less unnecessary stuff means quicker startup,
  • Better compatibility – works across many Linux distros with fewer custom tweaks,
  • Active development – constantly improved by both community and companies.

What does this mean for everyday users?

The best part is: most users won’t have to do a thing.

  • Your Ubuntu PC will start up just like before.
  • In fact, it may even boot a little faster and feel more stable.
  • Support for newer hardware will be smoother.

In short: Ubuntu is swapping out its startup helper behind the scenes, but you don’t need to change or configure anything.

What about advanced users?

If you like to tinker with the kernel or customize your boot process, you’ll notice a few changes:

  • instead of running update-initramfs, you’ll now use dracut,
  • configuration will look a bit different — more modular,
  • the upside: Ubuntu is aligning with the standards used by many other Linux distributions.

Ubuntu’s move to Dracut is about modernizing its boot process.

  • For casual users, it means a faster, more reliable startup — without lifting a finger.
  • For power users, it offers more flexibility and a system that’s in line with the wider Linux ecosystem.

Overall, this is a step that brings Ubuntu closer to other Linux distributions and sets a stronger foundation for the future.

September 16, 2025