Skip to content

Commit

Permalink
moved farming troubleshooting to main farming
Browse files Browse the repository at this point in the history
  • Loading branch information
Mik-TF committed May 28, 2024
1 parent 2e20697 commit 2025c29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
- [Farming Costs](documentation/farmers/farming_optimization/farming_costs.md)
- [Calculate Your ROI](documentation/farmers/farming_optimization/calculate_roi.md)
- [Farming Requirements](documentation/farmers/farming_optimization/farming_requirements.md)
- [Farming Troubleshooting](documentation/farmers/farming_optimization/farming_troubleshooting.md)
- [Advanced Networking](documentation/farmers/advanced_networking/advanced_networking_toc.md)
- [Networking Overview](documentation/farmers/advanced_networking/networking_overview.md)
- [Network Considerations](documentation/farmers/advanced_networking/network_considerations.md)
Expand All @@ -180,6 +179,7 @@
- [Quick Guide](documentation/farmers/farmerbot/farmerbot_quick.md)
- [Additional Information](documentation/farmers/farmerbot/farmerbot_information.md)
- [Minting and the Farmerbot](documentation/farmers/farmerbot/farmerbot_minting.md)
- [Farming Troubleshooting](documentation/farmers/farming_troubleshooting.md)
- [System Administrators](documentation/system_administrators/system_administrators.md)
- [Getting Started](documentation/system_administrators/getstarted/tfgrid3_getstarted.md)
- [SSH Remote Connection](documentation/system_administrators/getstarted/ssh_guide/ssh_guide.md)
Expand Down
1 change: 1 addition & 0 deletions src/documentation/farmers/farmers.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ To buy a certified node from an official ThreeFold vendor, check the [ThreeFold
- [Quick Guide](./farmerbot/farmerbot_quick.md)
- [Additional Information](./farmerbot/farmerbot_information.md)
- [Minting and the Farmerbot](./farmerbot/farmerbot_minting.md)
- [Farming Troubleshooting](./farming_troubleshooting.md)
- [Farmers FAQ](../faq/faq.md#farmers-faq)

> Note: Bugs in the code (e.g. ZOS or other components) can happen. If this is the case, there might be a loss of tokens during minting which won't be refunded by ThreeFold. If there are minting code errors, ThreeFold will try its best to fix the minting code and remint nodes that were affected by such errors.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We cover different ways and levels to troubleshoot farming issues.

## General Troubleshooting Process

When building a 3Node, we advise to follow carefully the 6 steps laid out in the [3Node building](../3node_building/3node_building.md) section of the manual. Make sure that the disks are properly wiped, that you have the correct bootstrap image and that the BIOS/UEFI is set correctly.
When building a 3Node, we advise to follow carefully the 6 steps laid out in the [3Node building](./3node_building/3node_building.md) section of the manual. Make sure that the disks are properly wiped, that you have the correct bootstrap image and that the BIOS/UEFI is set correctly.

If you are still having issues, you may find solutions to your issues by reading the sections [Build Troubleshooting](#build-troubleshooting) and [Basic Post Build Troubleshooting](#basic-post-build-troubleshooting).

Expand All @@ -87,7 +87,7 @@ In this section, we cover notions such as how to wipe disks, how to set the BIOS

You need to set the BIOS properly for your 3Node to boot with Zero-OS.

The basic information is available [here](../3node_building/5_set_bios_uefi.md#the-essential-features-of-biosuefi-for-a-3node).
The basic information is available [here](./3node_building/5_set_bios_uefi.md#the-essential-features-of-biosuefi-for-a-3node).

### BIOS Troubleshooting

Expand Down Expand Up @@ -214,7 +214,7 @@ Note: Resetting the configuration will destroy all data on all virtual disks. Ma
There can be many different fixes for this error. Here are some troubleshooting tips to test separately:

* In BIOS, enable AHCI
* Make sure to [wipe the disks](../3node_building/4_wipe_all_disks.md) of the 3Nodes
* Make sure to [wipe the disks](./3node_building/4_wipe_all_disks.md) of the 3Nodes
* If the 3Node has a RAID Controller:
* Disabled the RAID controller, OR;
* [Flash the RAID controller](https://fohdeesha.com/docs/perc.html) (i.e. crossflashing), OR;
Expand Down Expand Up @@ -263,12 +263,12 @@ First make sure to wipe the disks and then boot your 3Node. If you've wiped the

### When booting a 3Node, I get the message: failed to register node: failed to create node: failed to submit extrinsic: Invalid Transaction: registration failed. What could fix this?

The most probable fix to this error is simply to properly [wipe your disks](../3node_building/4_wipe_all_disks.md).
The most probable fix to this error is simply to properly [wipe your disks](./3node_building/4_wipe_all_disks.md).


### I did a format on my SSD disk, but Zero-OS still does not recognize them. What's wrong?

Formatting is one thing, but to boot properly, Zero-OS needs to work on a completely wipe disk. Thus, make sure you [wipe your disks](../3node_building/4_wipe_all_disks.md). Formatting is not enough.
Formatting is one thing, but to boot properly, Zero-OS needs to work on a completely wipe disk. Thus, make sure you [wipe your disks](./3node_building/4_wipe_all_disks.md). Formatting is not enough.

### My 3Node doesn't boot properly without a monitor plugged in. What can I do?

Expand Down

0 comments on commit 2025c29

Please sign in to comment.