Factory reset via telnet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Devilfish
    Administrator
    • Feb 2008
    • 7872

    #1

    Factory reset via telnet

    I've been playing about tonight and discovered this while looking through some files...don't know how useful it is to anyone but never the less....

    If you have a DM500, DM56xx or DM7000....

    Code:
    eraseall /dev/mtd/1 && reboot
    If you have a DM600-PVR, DM500+ or DM7020...

    Code:
    rm -R /etc/enigma && killall -9 enigma
    It's as easy as that!
    Last edited by Devilfish; 23 May, 2008, 22:37.
  • namalki
    Newbie
    • Apr 2008
    • 3

    #2
    Thanks that's a nice tip

    Comment

    • kagon
      Top Poster
      • May 2008
      • 140

      #3
      Yeah, you can also clear the kernel of the DM600 (similar to the eraseall for the DM500) with the following; causing it to boot into recovery mode:

      Code:
      mount -o remount,rw /boot
      rm /boot/*
      reboot

      Comment

      • anwarsheriff
        Newbie
        • May 2008
        • 4

        #4
        I did this for my dreambox 500s but now when it switch on the power it doesn't. WHY?

        Comment

        • celadus
          Newbie
          • Oct 2009
          • 1

          #5
          thanks so much Devilfish!!! I was stucked. My dreambox keeps resetting constantly and i was thinking of flashing my dreambox. This simple command saves the day. Thanks again

          Comment

          • pc_pc_pc
            Newbie
            • Oct 2010
            • 3

            #6
            extremely useful

            this telnet command has proved extremely useful. Thank you!

            Comment

            Working...