BusyBox (initramfs): Ubuntu Boot Problem Fix

The “initramfs boot problem” on Ubuntu or Linux Mint is a situation when a computer does not boot up properly and instead of going straight to the login screen, drops you to the BusyBox shell with the initramfs command-line prompt.

This error usually occurs when the partition containing the operating system got corrupted.

Luckily this problem has a very easy and straightforward solution and in this note i will show how to fix it.

Initramfs Boot Problem Fix

The BusyBox shell with the initramfs prompt usually appears after booting the computer if the partition containing the operating system got corrupted:

BusyBox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3.3) built-in shell (ash) 
Enter 'help' for a list of built-in commands.

(initramfs)

Type exit to find out the exact name of the corrupted partition:

(initramfs) exit
/dev/mapper/ubuntu--vg-root contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.

/dev/mapper/ubuntu--vg-root: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
        (i.e., without -a or -p options) 
fsck exited with status code 4. 
The root filesystem on /dev/mapper/ubuntu--vg-root requires a manual fsck. 

BusyBox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3.3) built-in shell (ash) 
Enter 'help' for a list of built-in commands.

(initramfs)

To solve the “initramfs boot problem” on Ubuntu or Linux Mint, you need to fix the filesystem errors on the corrupted partition using the fsck command:

(initramfs) fsck /dev/mapper/ubuntu--vg-root -y

Once the filesystem is repaired, reboot the computer:

...
/dev/mapper/ubuntu--vg-root: ***** FILE SYSTEM WAS MODIFIED *****
/dev/mapper/ubuntu--vg-root: 725778/7512064 files (0.8% non-contiguous), 1160813/3002163 blocks

(initramfs) reboot
Was it useful? Share this post with the world!

16 Replies to “BusyBox (initramfs): Ubuntu Boot Problem Fix”

  1. Per de Brights says: Reply

    Thanks very much.
    Simple and clear…

    1. This didn’t work for my issue. Typing ‘exit’ only resulted in the same prompt being reposted (BusyBox v1.30 (Ubuntu…. blah, blah, blah)

  2. roberto martines del ano says: Reply

    in my ubuntu fsck does not exist

  3. Amazing stuff.
    Magic.
    Thanks a lot!

  4. Thank you thank you thank you…..

  5. Worked like a charm. for Mint 19.1 Mate
    Many thanks.

  6. OMG! thanks a million.
    Forever Linux😊

  7. Indeed, a very clear instruction with excellent examples.
    Thanks mate!

  8. Exit doesn’t return anything under a bad Ubuntu reboot. Do, can’t see which partition has the error.
    Come on, if someone stoned violent solve a boot issue, it better be an OS you never need yo reboot.

  9. I used fsck /dev/sda2 then exit

  10. I typed exit and the same Busy Box message appears, if nothing about corrupt partitions

  11. Works fine for me an Mint 20.3.
    Thanks.

  12. karl dilkington says: Reply

    Thanks a lot. Worked on mint 21

  13. Worked like a charm for me mate.
    Thanks a lot

  14. Thanks. You saved my day!

  15. linuxcruizer says: Reply

    Thanks so much!

Leave a Reply