How To Fix Busybox Initramfs Error On Ubuntu [2023]

How To Fix Busybox Initramfs Error On Ubuntu

In this tutorial,  we will show you the solution to fix the “Busybox Intiramfs Error On Ubuntu”. BusyBox creates an executable file from the many common UNIX utilities. Initramfs is an initial ram file system based on tmpfs.

You may like:

How To Fix Busybox Initramfs Error On Ubuntu [2023]

You might see the error something like the below:

(initramfs) exit
/dev/sda1 contains a file system with errors, check forced.
Inode 5256963 extent tree (at level 1) could be narrower,
 IGNORED.
/dev/sda1: Inode 5256988 extent tree (at level 1) could be narrower, IGNORED.
/dev/sda6: Inode 5256989 extent tree (at level 1) could be narrower,
 IGNORED.
/dev/sda1: Inode 5256999 extent tree (at level 1) could be narrower, IGNORED.
/dev/sda6: Inodes that were part of a corrupted orphan linked list found.

/dev/sda1: UNEXPECTED INCONSISTENCY; 
RUN fsck MANUALLY.
        (i.e., without -a or -p options) 

fsck exited with status code 4. 
The root filesystem on /dev/sda6 requires a manual fsck.

Now, run the following fsck  with the partition having an issue. fsck the command will start to fix all bad blocks automatically in the filesystem.

(initramfs) fsck /dev/sda6 -y

Type reboot and hit ENTER restart your system!

(initramfs) reboot

 

READ More Relevant Stuff:  15 Basic Cat Command Examples In Linux

Leave a Reply

Your email address will not be published. Required fields are marked *