Solution for Entering BusyBox on UOS System Due to Abnormal Shutdown

Solution for Entering BusyBox on UOS System Due to Abnormal ShutdownThe UOS system enters the BusyBox interface due to an abnormal shutdown. When starting the computer, the screen goes black and displays “usbhid 3-4:1.0: couldn’t find an input interrupt endpoint.” It’s quite frustrating…After consulting with official customer service, a solution was provided. I recorded it and am sharing it here for those who encounter the same issue.1. Problem DescriptionBooting into the BusyBox interface, as shown in the image below:Solution for Entering BusyBox on UOS System Due to Abnormal Shutdown2. Solution2.1 Type exitType exit after (initramfs), as shown in the image below:Solution for Entering BusyBox on UOS System Due to Abnormal Shutdown2.2 Check the error message to identify the problematic partitionUpon inspection, it was found that there was an error in the /dev/sda3 partition. Note: The issues may vary based on your specific situation, so please pay attention.2.3 Use the fsck command to check and repair the partitionExecute the command

fsck -y /dev/sda3

Solution for Entering BusyBox on UOS System Due to Abnormal Shutdown2.4 Restart the machine after the repair is complete.After the repair, a message similar to “file system was Modified” will appear. At this point, type exit to restart.If you like the author, please support and follow, thank you all!

Leave a Comment