LoginSignup
1
0

More than 3 years have passed since last update.

Ubuntuを自動ログインでログインループになったときの対処法

Posted at

1. ログイン画面でコンソール画面に入る。

Ctrl+Alt+F2

2. grubを編集する。

nanoでgrubを開く。

sudo nano /etc/default/grub

下記のように変更する。

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
↓
GRUB_CMDLINE_LINUX_DEFAULT="quiet"

3. grubを更新する

sudo update-grub

再起動で治る

参考

1
0
1

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