Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Need help with restoring system

    General pfSense Questions
    2
    3
    1397
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dvserg last edited by

      My psSense crashed (external electricity problem).
      Error write when executed config.inc file.
      I can enter to bash with ^C key.
      How i can rewrite this file from FDD in bash?

      Where FreeBSD started (floppy disk with config.inc copy inserted) - they checked FDD, but i can't run 'cd /dev/fd0' nothing found. Any body help me, how i can copy this file from fdd? Nesessary step-by-step instruction. I work with FreeBSD shell very small time  :(

      ps Floppy formatted as FAT16 (this not problem?)
      Thanks

      SquidGuardDoc EN  RU Tutorial
      Localization ru_PFSense

      1 Reply Last reply Reply Quote 0
      • S
        sullrich last edited by

        Simply copy config.xml to /cf/conf/config.xml

        rm /tmp/config.xml

        shutdown -r now

        1 Reply Last reply Reply Quote 0
        • D
          dvserg last edited by

          Thx - solved

          mount -t msdos /dev/fd0 /mnt
          cd /mnt
          cp config.xml /cf/conf/config.xml
          rm /tmp/config.xml
          shutdown -r now

          SquidGuardDoc EN  RU Tutorial
          Localization ru_PFSense

          1 Reply Last reply Reply Quote 0
          • First post
            Last post