1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

概要:
RaspberryPi OS(Bookworm)では、自動的にGUIが起動設定になっています。
RaspberryPi Zero W 2は、GUIを起動するにはスペックが厳しいため、CLIで起動するように設定します。
image.png

  1. ターミナルを開きます。

  2. raspi-config ツールを開きます。

    sudo raspi-config
    
  3. **「System Options」を選択し、その中の「Boot / Auto Login」を選びます。

image.png

image.png

  1. ここで「Console」または「Console Autologin」を選択します。設定後、ツールを終了し、変更を保存します。
    image.png

  2. システムを再起動して、設定の変更を適用します。

    sudo reboot
    

これで、システムがコンソールモードで起動し、GUIが自動的に起動しないように設定されます。

1
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?