> # shutdown -h now > would not switch off properly, but only reboot the machine. Well, if you tell it to halt, it may not power down. > How to switch off (halt) properly? I don't know about RPI, but on SPARC, you use -p to power down and -r to reboot, while -h halts, e.g., enters the Boot ROM.