Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

busybox ubuntu

#if you open your pc an it's saying that :

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)


#type exit to see the problem : 

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash) 
Enter 'help' for a list of built-in commands.

(initramfs) exit

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

#and type fsck and the root file system who's bug : 

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) fsck /dev/sda1

fsck from util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
/dev/sda1 contains a file system with errors, check forced.

#Answer Y at all the questions and type reboot : 

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) reboot
Comment

PREVIOUS NEXT
Code Example
Shell :: bash read value 
Shell :: How do I check out a remote Git branch? 
Shell :: omni github 
Shell :: node version manager 
Shell :: uname 
Shell :: change commit branch after push 
Shell :: remove a git remote origin 
Shell :: bash assign array to variable 
Shell :: sed replace all until match in line 
Shell :: wget 
Shell :: install solidity compiler command with version 
Shell :: how to install and connect to ftp on ubuntu 18 
Shell :: command used to install django cms 
Shell :: get logs from application isntaller 
Shell :: generate self signed certificate for localhost 
Shell :: how to install tar.xz files on ubuntu 
Shell :: bash: telnet: commande inconnue. 
Shell :: stop cpu scheduler on ubuntu terminal 
Shell :: apache2 enable xml extension 
Shell :: deno bundler 
Shell :: bash find text in all csv files 
Shell :: active command line macbook developer 
Shell :: list all the created users only 
Shell :: install pgadmin ubuntu 20.04 
Shell :: install puppeteer linux 18.04 
Shell :: are trying to install ruby-2.7.0 on heroku-20. remote: ! remote: ! Ruby ruby-2.7.0 is present on the following stacks: remote: ! remote: ! - heroku-18 
Shell :: run command on terminal startup 
Shell :: zsh-autosuggestions change key 
Shell :: install tidyverse ubuntu 20.04 
Shell :: git delete all local branches 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =