[Solved]: Boot drop's to a busybox (initramfs)

 Fixed Booting Issue in UBUNTU

ISSUE:

- boot crashed after reboot the system

 

SOLUTION:

  • in above image my /sda2 partition were contains some errors, so we need to fix that.
  • root system need to run fsck(file system check) correctly to boot system, but sometime it's having some trouble to check automatically.
  • so in this cases we need to check manually, so here we are doing that.
  • try to run fsck manually:
    • (initramfs) fsck /dev/sda2 -y

      - here /sda2 is my partition you can change with yours
      - if you don't write -y then you need to give YES manually everytime when it ask for fix

 

What is BUSYBOX?

"BusyBox is a software suite that provides several Unix utilities in a single executable file."

 

إرسال تعليق

Post a Comment (0)

أحدث أقدم