supertp
Posts: 41
Joined: Tue Apr 10, 2018 3:50 pm

RPi model 3b reboots instead of shutdown

Sat Apr 11, 2020 10:33 pm

Hello
I have a Pi 3 model B.
I've read (almost) all topics regarding the ways to properly shutdown a ràspberry.

Nevertheless, is it normal that the RPI reboots instead of being shutdown/halted?

I want to completely power of of without damaging the SD card.

The RPI runs in headless mode and I connect to it over ssh. Should I just plug it off after the sudo shutdown -P now and once the green led stops blinking?
Is it normal that the RPI restarts instead of shutting down?

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5590
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: RPi model 3b reboots instead of shutdown

Sat Apr 11, 2020 10:50 pm

supertp wrote:
Sat Apr 11, 2020 10:33 pm
Hello
I have a Pi 3 model B.
I've read (almost) all topics regarding the ways to properly shutdown a ràspberry.

Nevertheless, is it normal that the RPI reboots instead of being shutdown/halted?

I want to completely power of of without damaging the SD card.

The RPI runs in headless mode and I connect to it over ssh. Should I just plug it off after the sudo shutdown -P now and once the green led stops blinking?
Is it normal that the RPI restarts instead of shutting down?
I usually use

Code: Select all

sudo shutdown -h now
then wait until after the green ACTivity led has flashed 10 times and gone and then remove power by switching off at the AC supply end. Repeated "pulling out the uUSB plug" may result (have resulted) in poor connectivity / mechanical play leading to a power off/on spike that might trigger a reboot. What are you using as a power supply?
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

supertp
Posts: 41
Joined: Tue Apr 10, 2018 3:50 pm

Re: RPi model 3b reboots instead of shutdown

Sun Apr 12, 2020 5:45 am

FTrevorGowen wrote:
Sat Apr 11, 2020 10:50 pm
supertp wrote:
Sat Apr 11, 2020 10:33 pm
Hello
I have a Pi 3 model B.
I've read (almost) all topics regarding the ways to properly shutdown a ràspberry.

Nevertheless, is it normal that the RPI reboots instead of being shutdown/halted?

I want to completely power of of without damaging the SD card.

The RPI runs in headless mode and I connect to it over ssh. Should I just plug it off after the sudo shutdown -P now and once the green led stops blinking?
Is it normal that the RPI restarts instead of shutting down?
I usually use

Code: Select all

sudo shutdown -h now
then wait until after the green ACTivity led has flashed 10 times and gone and then remove power by switching off at the AC supply end. Repeated "pulling out the uUSB plug" may result (have resulted) in poor connectivity / mechanical play leading to a power off/on spike that might trigger a reboot. What are you using as a power supply?
Trev.
I am using a 13.8VDC with 12V outputs.
It is also used for charging a 12V battery (use when 220V AC become unavailable)
The RPI is powered by a 12V to 5V converter.

I've been using this type of powering for more than a year now and the RPI runs 24/7.

But I need to shut it down to rest a bit :) (and take a SD card backup)

Return to “Troubleshooting”