![]() |
(initramfs) busybox fsck error - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.linuxliteos.com/forums/forumdisplay.php?fid=27) +--- Thread: (initramfs) busybox fsck error (/showthread.php?tid=3829) |
(initramfs) busybox fsck error - Azharil - 03-07-2017 ![]() I have this problem twice and i don't know what the problems is. When i startup it go to (initramfs) busybox and how can i prevent this to happen in future. Now i only fix this by Code: fsck -fy /dev/sda1 but this problems keep coming after 2 or 3 days busybox v1.27.2 error - johnnyboy5000 - 09-07-2020 I downloaded an update like two months ago and it wrecked my LL 4.8 system. In the recovery mode, it says BusyBox v1.27.2 (Ubuntu 1:1.272-2ubuntu3.2) built-in shell (ash) and wont boot any further. So I will try that code. Any other tips? I may be forced o upgrade to LL5. Re: (initramfs) busybox fsck error - johnnyboy5000 - 09-08-2020 So I fixed this boot error by using the code below, then entering yes to all the prompts. Code: fsck.ext4 /dev/sdb1 |