Linux base device not getting shutdown

77 Views Asked by At

I try to shutdown my embedded system running with Linux environment using shutdown -h now. But it is rebooting my system again. So can anyone give me suggestion how to shutdown my system or resolve this issue.

Or any possible reason of this issue?

Linux version is 2.37

2

There are 2 best solutions below

3
On BEST ANSWER

Answer to your question is

shutdown -P now 

Jaybee is near correct, where p should be upper case.

2
On

Try using poweroff command. When posting a question please mention the Linux kernel version being used.