Posts

Showing posts from November, 2022

how to fix end kernel panic not syncing unable to mount root fs kali linux

Image
What is kernel panic? A kernel panic refers to a computer error from which the system's operating system (OS) cannot quickly or easily recover. It occurs when there is a low-level fatal error and the operating system's kernel is unable to fix it. simple fix for kernal panic not syncing unable to mount root fs kali linux Fixing kernal panic  1.  first we have to try login from previous working build from advance options at start 2. once booted , open terminal and type  sudo dpkg --configure -a 3. after that update and upgrade the system and reboot  , should be normal reboot 4.  now configure the apt ,  using apt update upgrade , autoclean and autoclear 5. update once again .  the issue is resolved   a complete video tutorial is made for this error we can easily recover our kali machine . thank you for watching 

how to setup virtualBox in kali linux 2022

Image
 hello and welcome back to incrediBit today we will be setting up virtaulbox on kali linux. you find video tutorial at the end of page.  VMs are great. There are many upsides with using them. One of the being, able to run multiple Operating Systems (OSs) at the same time. You can have your host machine “untouched”, and then only interact with the guest VMs.  Before trying to install VirtualBox, please make sure your version of Kali Linux is updated. Prepartion , update and upgrade the system.      1 . first update the system by typing     sudo apt update  then upgrade          sudo apt full-upgrade -y and then            [ -f /var/run/reboot-required ] && sudo reboot -f 2.  import virtual-box repositories  add these commands to terminal and hit enter, curl -fsSL https://www.virtualbox.org/download/oracle_vbox_2016.asc|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/ora...