Question 1.16: Setting the Pi to Boot Straight into a Windowing System Ever......

Setting the Pi to Boot Straight into a Windowing System

Every time you reboot your Raspberry Pi, you have to log in and then start the desktop manually. You want to make this automatic.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

You can use the raspi-config tool to change the boot behavior so that the Raspberry Pi automatically logs you in and starts the desktop. Run the raspi_config utility by issuing the following command in a Terminal:

$ sudo raspi-config

Then select the boot_behaviour option in the menu and follow the prompts shown in Figure 1-14.

After you change the boot option, you are prompted to restart your Raspberry Pi for the changes to take effect.

Discussion

Clearly there are security implications in allowing the Raspberry Pi to log you in to the windowing environment automatically. But because the Raspberry Pi will generally be used as a personal computer, rather than being shared, the convenience usually outweighs any such disadvantages.

See Also

You can find much more information about the raspi-config tool at http://elinux.org/RPi_raspi-config.

1.14

Related Answered Questions

Question: 1.18

Verified Answer:

The Raspberry Pi camera module (Figure 1-17) is at...
Question: 1.17

Verified Answer:

Click on the red Logout button in the bottom-right...
Question: 1.15

Verified Answer:

You can use the raspi-config tool to change your p...
Question: 1.14

Verified Answer:

You can increase the clock frequency of a Raspberr...
Question: 1.10

Verified Answer:

Many people have been caught out by this problem. ...
Question: 1.9

Verified Answer:

Unless you are embedding your Raspberry Pi in a pr...