Categories: Ubuntu

How to Run Memtest in Ubuntu 22.04

Memtests are memory-testing programs that check for faults in the RAM of your system. Memtest or Memtest86+ reads data, writes the memory address patterns, and checks the errors. Most Linux distributions, such as Ubuntu 22.04, comprise Memtest86+ apps by default. However, if your distribution does not contain then you can easily install it with the help of the terminal.

This blog will demonstrate how to install, run, and uninstall Memtest86+ in Ubuntu 22.04. So, let’s start!

How to install Memtest86+ in Ubuntu 22.04

Before performing the memory test, it is essential to install “memtest86+” on Ubuntu 22.04. To do so, follow the given instructions.

Step 1: Update system packages
First of all, hit “CTRL+ALT+T” and update the system packages by writing out the following command:

$ sudo apt update

Step 2: Install Memtest86+
Next, install the “memtest86+” package in your Ubuntu 22.04 system with the help of the provided command:

$ sudo apt -y install memtest86+

After installing the “memtest86+”, your system is all set to run the Memtest.

How to run Memtest in Ubuntu 22.04

Follow the given instructions for running Memtest in Ubuntu 22.04.

Step 1: Open GRUB menu
Memtest can work without an operating system which means that it can be directly accessed using the GRUB menu. To open the GRUB menu, reboot your system, and hit and hold the “Shift” key.

Upon doing so, you will see the following screen, select the “Memory test (memtes86+.elf)” option using the arrow keys and hit “Enter”:

Step 2: Run Memtest86+
Next, either press “F1” to enter the “Fail-Safe” Mode or hit “F2” to force “Multi-Threading (SMP)” mode. In our case, we will run Memtest86+ in the Fail-Safe mode:

Step 3: Check Memtest86+ status
After starting the Memtest86+, verify if it is “running” by checking its “status” from the highlighted section:

You can also look out for the other details such as the percentages of “Pass”, “Test”, and the number of encountered “Errors” from the top-right side sub-section:

Step 4: Quit Memtest86+
Lastly, press “Esc” when you want to quit the ongoing Memtest86:

How to uninstall Memtest86+ in Ubuntu 22.04

In Ubuntu 22.04 terminal, execute the following command for the uninstallation of the “memtest86+” package:

$ sudo apt-get -y autoremove memtest86+

We have compiled the easiest method to install, run, and uninstall Memtest86 in Ubuntu 22.04.

Conclusion

For running Memtest86+ in Ubuntu 22.04, firstly update the packages and run the “$ sudo apt -y install memtest86+” command. After doing so, reboot your system and press and hold the “Shift” key to open up the GRUB menu. Then, utilize the arrow keys for selecting the “Memtest86+” option and start running the memory test. This blog demonstrated the method to install, run, and uninstall Memtest86+ in Ubuntu 22.04.

Ubuntu Server Admin

Recent Posts

Advantech AOM-2721 is now Ubuntu Certified

Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.…

7 hours ago

Ruby and Rails Performance Roundup: The Backlog Edition

Yet again instead of tweets, a blog post. The backlog got out of hand -…

7 hours ago

How to Deploy OpenProject on Ubuntu VPS

This article provides a guide demonstrating how to deploy OpenProject on Ubuntu VPS. What is…

7 hours ago

Canonical integrates NVIDIA Nemotron 3.5 Lightning with Ubuntu for always-on AI agents

Canonical is pleased to announce that  NVIDIA’s newly introduced NVIDIA Nemotron 3.5 Lightning, an open,…

2 days ago

Xfwl4’s Second Preview Release

I’m pleased to announce the second preview release of xfwl4, Xfce’s Wayland compositor, version 4.21.1.…

2 days ago

How to Install, Secure, and Set Up MySQL on Ubuntu 26.04 LTS

If you have been using an ecommerce store to place online orders or have been…

3 days ago