Ubuntu 16.0 had been closed by shutdown but next time it did not opened and goes to recovery mode but never able to recovered.
Solved:This error occurs when your memory got corrupted, especially the drive containing the operating system, and does not let it boot. To fix it, simply use the “file system consistency check” or “fsck” utility. This write-up thoroughly explains the process to eliminate the “initramfs” error to boot Ubuntu normally.
While using your computer, you may encounter various issues not properly booting the operating system is one of them. There are various solutions to solve booting problems, some can get easily be repaired, and for some, you need to re- install the entire operating system.
Ubuntu may also greet you will similar problems, and “initramfs” is one of them. It is a booting problem of Ubuntu and occurs because of bad blocks or bad sectors in the memory which do not allow operating system boot.
Your system contains many important files, so an error like this can definitely be a bit panicky. No need to worry; this write-up focuses on how to solve the “initramfs” issue and boot Ubuntu normally. So let’s begin:
How to fix the “initramfs” error in Ubuntu
If your screen displays an “initramfs” error, you are already in recovery mode, which means that you can type commands and perform different operations. The error would be like this:
You can type “exit” to get the detail of the error. Note that you may not get the error detail every time you type “exit.” As discussed above, that “initramfs” error occurs when your startup disk gets corrupted. You may have multiple disks attached to check them, use:
(initramfs) df -h
Or
(initramfs) blkid
The partitions can be viewed by the name of /dev/sda, /dev/sdb, or any other. Now to fix the “initramfs” error, we use the “fsck” utility, also known as “file system consistency check,” which checks the filesystem issues and fixes them. Follow the below-mentioned syntax:
(initramfs) fsck [partitian name (/dev/sdXX)]
For instance, if my partition is by the name of “/dev/sdb,” then the command would be:
(initramfs) fsck /dev/sdb
Press “Enter,” the command will automatically eliminate the bad sectors from memory. Press “y” upon getting prompt. To prevent prompts, simply use the “-y” option with the command:
(initramfs) fsck /dev/sdb -y
If you have multiple partitions, you can check them using the above command; the command will not print anything if the partition is bad-sector-free. Now the system will take some time to analyze and repair the corrupted portion of the memory. Once it is done, type:
(initramfs) reboot
If a reboot does not work, type “exit.” Here we go; the error has been eliminated, and Ubuntu will be booted normally.
Conclusion
The “initramfs” error can affright you, but luckily this error has a very easy and straightforward solution. This error occurs when your memory got corrupted, especially the drive containing the operating system, and does not let it boot. To fix it, simply use the “file system consistency check” or “fsck” utility. This write-up thoroughly explains the process to eliminate the “initramfs” error to boot Ubuntu normally.
Follow these five simple yet practical steps to troubleshoot a Linux server and reduce the downtime to an absolute minimal.
The fsck (File System Consistency Check) Linux utility checks filesystems for errors or outstanding issues. The tool is used to fix potential errors and generate reports. This utility comes by default with Linux distributions. No specific steps or an installation procedure is required to use fsck.
I/O errors in /var/log/messages indicate that something is wrong with the hard disk and it may be failing. You can check the hard drive for errors using the smartctl command, which is control and monitor utility for SMART disks under Linux / UNIX like operating systems.
Repair Corrupted File System
To view the results of the test, issue the command sudo smartctl -a /dev/sdX (Where sdX is the name of the drive tested). The command will print out the results of the test, as well as all of the information you need to verify the health of your SSD (Figure C).
In this section, we’ll go over the different steps to clean up our Linux system.
Best Linux Data Recovery Tools to Recover Deleted/Corrupted Files
Welcome to my blog where I'll be discussing a topic that most people may find…
Oh no! Your computer won't start up properly and you're left staring at a blank…
Are you tired of your Linux operating system hanging or freezing at the most inopportune…
Are you tired of waiting for your Windows computer to load programs, files, and websites?…
Are you new to Linux and experiencing technical difficulties? No worries, we've all been there!…
Are you tired of encountering annoying Windows errors that you don't know how to fix?…
This website uses cookies.