1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Kali Linuxでログインループが起きた

Posted at

#???なエラー?

今日いつも通りHackTheBoxやろうと思ったら、一般ユーザーでログインしたら、一瞬真っ暗になって永遠に繰り返すことになった、、、。
*環境はMacBook ProのVirtualboxです。
VirtualBox_Kali_15_02_2021_20_14_22.png

#対策

まず再起動し、Grubメニューの'Advanced options for Kali GNU/Linux'を選択します。
次に、linuxと書いてあるところの最後にroと書いてあるはずなので、roからrwに変更します。
そして、末尾にinit=/bin/bashを追加してあげ、controll+Xでターミナル画面に移ります。
VirtualBox_Kali_15_02_2021_20_25_41.png

#再設定
移ったら、早速passwdでパスワードの初期化を行います。
私はrootとユーザーの設定をしました。
設定したらexec /sbin/initを実行して終了します。

VirtualBox_Kali_15_02_2021_20_27_12.png

#結果
rootでログインしたら無事に通常通りできましたが、一般ユーザーでは相変わらず
ログインループを抜け出すことはできませんでした。直接sudo su [一般ユーザーの名前]でログインするしか
なさそうです。

↓参考URL

https://linuxhint.com/reset_password_kali_linux_2020/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?