Results 1 to 2 of 2

Thread: Solving kali in emergency mode?

  1. #1
    Join Date
    2016-Oct
    Posts
    2

    Solving kali in emergency mode?

    Hardware: Raspberry Pi 3
    SO: Kali for Raspberry Pi downloaded from https://images.offensive-security.co....2-rpi2.img.xz
    Screenshoot:

    Hi!

    I have installed kali into my raspberrypi 3 and works fine, but while im working with it, my house suffered an electricity cut. When I tried to restart it, after some fail messages, appears "Welcome to emergency mode!". I tried login root password and then startx but gets me error. Have anybody an idea what happens and can I solve it?

    Thanks everybody,

  2. #2
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445

    Lightbulb

    Hi Melkoroth,

    Easy - just insert the SD card into a linux PC, run fdisk to identify the partitions, eg:

    Code:
    sudo fdisk -l
    Pick the partitions of the SD card and run fsck over them, eg if the device is mmcblk1:

    Code:
    sudo fsck /dev/mmcblk1p1 -y
    sudo fsck /dev/mmcblk1p2 -y
    That'll fix it.

    Hope that helps,
    Re4son

Similar Threads

  1. Raspberry pi 3b+ booting to emergency mode
    By kalipi in forum ARM Archive
    Replies: 2
    Last Post: 2019-06-30, 20:32
  2. emergency mode at startup
    By CapoCH in forum ARM Archive
    Replies: 0
    Last Post: 2017-04-20, 11:35
  3. Replies: 1
    Last Post: 2015-10-21, 02:22

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •