[7.470][BUG][NOTABUG] Factory reset fails from command line

If I run factory reset from command line as a last resort when only console access is available, I am presented with two options. 
1. Start
2. Reset
If i run /etc/init.d/factoryreset start, I get the error message in screenshot. The reset command works as expected and the machine is reset to factory defaults
Parents Reply
  • I guess I should have looked at the script in the first place. I see it calling init 4 at the end[:P]

    If you want to reboot in the end instead of halting the system (very useful if you have a cluster or no physical access to the machine), you may edit file '/etc/init.d/rc4.d/S10freset' and change the last line from '/etc/init.d/halt' to '/etc/init.d/reboot'.

    Thanks for this, I always hate when the computer just sits there and beeps instead of rebooting.
Children
No Data