Hardware Upgrade Section Refactor and General Maintenance (#430)

* Link fixes, FAQ maintenance, minor copy fixes

* Remove device limitations (yay), several build and link fixes, refactor hardware upgrades, add generalized SSD migrations

* Update drive-upgrade.rst

* Update site/source/support/faq/faq-basic-use.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-bitcoin.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-bitcoin.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-bitcoin.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-general.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-general.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-lightning.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-lightning.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-services.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-startos.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-startos.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-startos.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-startos.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/support/faq/faq-troubleshooting.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/user-manual/upgrade-hardware/naspi-ssd-upgrade.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

* Update site/source/user-manual/upgrade-hardware/naspi-ssd-upgrade.rst

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>

---------

Co-authored-by: gStart9 <106188942+gStart9@users.noreply.github.com>
This commit is contained in:
kn0wmad
2023-07-11 15:38:20 +00:00
committed by GitHub
parent 26838aab44
commit af2b71d0dc
31 changed files with 248 additions and 271 deletions

View File

@@ -14,7 +14,7 @@ Please check out the :ref:`Initial Setup <initial-setup>` page, and follow the i
How do I know if my server is running?
--------------------------------------
After plugging into power and your router, you will hear 2 distinct sounds: first, a “bep” indicating the device is powering on, and second, a “chime” indicating the device is ready for setup. You can hear these sounds on the :ref:`Initial Setup<initial-setup>` page.
After plugging into power and your router, if your device is equipped with a speaker, you will hear 2 distinct sounds: first, a “bep” indicating the device is powering on, and second, a “chime” indicating the device is ready for setup. You can hear these sounds on the :ref:`Initial Setup<initial-setup>` page. Otherwise, your server is available on its unique ``adjective-noun.local`` or ``onion`` addresses. If something goes wrong, it will serve a diagnostic page on ``http://start.local``.
My server is really hot! Is this normal?
-----------------------------------------
@@ -22,12 +22,8 @@ On early devices, yes. These cases are actually doing 'double duty' as a heat s
You can check the chip temperature of your device under "System -> Metrics".
I'm trying to migrate my old server data, but the device won't boot. What do I do?
-----------------------------------------------------------------------------------
Remove the external drive and sd card adapter if they are plugged in. Boot the device with just the new (32GB) sd card inserted. After you hear the start-up sounds, you may plug in the external drive and old (128GB) sd card.
I cannot reach start.local after hearing the start-up sounds. What do I do?
----------------------------------------------------------------------------
I cannot reach start.local (for setup) after hearing the start-up sounds. What do I do?
----------------------------------------------------------------------------------------
* Ensure that you are on the same network as your server. Check that it is not a "Guest" network in your router
* Your browser might try to force https://start.local, delete the https:// prefix and try again with just start.local or http://start.local
* Try a different browser, and note that Tor Browser cannot handle .local addresses
@@ -40,7 +36,7 @@ Why do I need the Bonjour service (Windows)?
--------------------------------------------
A major use-case of Bonjour is wireless printing over the LAN, but your Windows machine can also use Bonjour to discover and connect with other devices on the :ref:`Local Network<lan>`. In this case your Start9 server. If Windows were to add support for reaching ``.local`` addresses, as is done in Linux and Mac, this would no longer be necessary.
Recent updates to Windows may obviate the need for Bonjour, but so far results are mixed.
This dependency will no longer be required following StartOS v040.
My Tor sites aren't loading, what should I do?
----------------------------------------------
@@ -48,13 +44,15 @@ This is most likely a transient networking issue that will correct itself in a f
1. On Android/Orbot, the most common solution is to restart your Android device.
2. Access your server over :ref:`LAN <connecting-lan>`, and restart it from the "System" menu. (Restart by removing power if you cannot access via LAN)
2. Access your server over :ref:`LAN <connecting-lan>`, and restart Tor from the "System" -> "Experimental Features" section.
3. Restart your router.
3. Restart your server.
4. Restart your router.
Do I need to take any additional security precautions with my device, for example with my router/modem?
-------------------------------------------------------------------------------------------------------
Nothing special is required, however, it is best practice to use good passwords, i.e. for your WiFi and your server. Here's a `comic <https://xkcd.com/936/>`_ explaining how to make strong passwords, simply.
Nothing special is required, however, it is best practice to use good passwords, i.e. for your WiFi and your server. Here's a `comic <https://xkcd.com/936/>`_ explaining how to make strong passwords, simply. Bitwarden clients also all contain feature-rich password generation tools.
What if I have an unique network issue, for example, with a firewall?
---------------------------------------------------------------------