Busy box problems

I wanted to play some games on my zorin lite computer when I beat it up I saw busy box v1.30.1 so I watch the YouTube tutorial but it didn't work . I need help help I need help

At that BusyBox screen if you type exit and hit the enter key, it should print out what the error is.
Can you enter in exit then relay that result here?

Code 4

First run:

(initramfs) fsck /dev/sda? -y

This may take a few minutes.

NOTE: replace /sda? to your root partition ID.

To see the ID:

lsblk

you will see the root ID there,

sda      8:0    0 232.9G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
└─sda2   8:2    0 232.4G  0 part /
sr0     11:0    1  1024M  0 rom  

So my example command would be:

(initramfs) fsck /dev/sda2 -y

Then

(initramfs) reboot

Thank you it now works

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.