Difference between revisions of "Troubleshooting Reinstall"

From MOD Wiki
Jump to navigation Jump to search
(Created page with "== MOD boots into restore mode by default == If the main MOD OS becomes unbootable for some reason, the MOD will automatically boot into restore mode. (used for performing OS...")
 
 
(94 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== MOD boots into restore mode by default ==
+
General Troubleshooting section, divided by possible issues.
  
If the main MOD OS becomes unbootable for some reason, the MOD will automatically boot into restore mode. (used for performing OS updates)<br>
+
== MOD boots the main system, but screens do not work ==
 +
 
 +
If the MOD is able to boot (verified by still providing USB Ethernet device) but the screens do not seem to work properly, we can try to re-flash the "top-board"/screen controller unit.<br/>
 +
This can happen, for example, if the MOD lost power during the last step of the update process.
 +
 
 +
This is fixable by reflashing the controller firmware, which can be done through the web interface or SSH.
 +
 
 +
=== reflashing controller via web interface ===
 +
 
 +
Open the [http://192.168.51.1/settings.html|web interface advanced settings] (accessible in the bottom-right corner of the regular web interface), then navigate to the "DANGEROUS" area.<br/>
 +
Simply follow the instructions for the "Reflash controller" section of the page.
 +
 
 +
[[File:Screenshot-advanced-settings-dangerous.png|thumb|Web interface advanced settings]]
 +
 
 +
=== reflashing controller via SSH ===
 +
 
 +
Connect to 192.168.51.1 via SSH (user 'root' and password 'mod') and then run the following command:
 +
 
 +
<code language="console">hmi-update /usr/share/mod/controller/mod*controller.bin</code>
 +
 
 +
Wait until you get confirmation of the flashing process being complete, and then turn off and on the unit.
 +
 
 +
== MOD does not boot ==
 +
 
 +
If your unit seems unable to boot properly, we can force the unit to start in restore mode.<br>
 
You know the MOD is in restore mode if the inputs and output leds are blue and the display says "plugin USB cable to PC" or "copy file, eject and unplug".
 
You know the MOD is in restore mode if the inputs and output leds are blue and the display says "plugin USB cable to PC" or "copy file, eject and unplug".
  
When this happens we need to force a new installation of the MOD OS.<br>
+
The method for manually starting recovery mode is:
We do this by starting the restore mode with a special "force install" flag.
 
 
 
The method for starting this special mode is:
 
  
 
# Turn off your MOD
 
# Turn off your MOD
# Hold the left knob and footswitch down
+
# Hold the left knob and footswitch down (on the Dwarf and Duo X you can use the left endless-knob and the 1st button from the bottom-left)
 
# Turn on the MOD (while still holding the knob and footswitch down)
 
# Turn on the MOD (while still holding the knob and footswitch down)
# Wait 5 seconds and let go of the knob and footswitch <br/> The MOD is now booting into restore mode, but will allow the installation of any valid MOD release (including the same as already installed or downgrades).
+
# Wait 5 seconds and let go of the knob and footswitch - the MOD is now booting into restore mode
 
# Connect the MOD to your PC (if not done yet) and wait for a new mass storage drive to appear
 
# Connect the MOD to your PC (if not done yet) and wait for a new mass storage drive to appear
 
# Download the latest release from [[Releases]]
 
# Download the latest release from [[Releases]]
# Copy the modduo*.tar file onto the new drive and use your OS option to safely remove the drive
+
# Copy the mod*.tar file you just downloaded onto the new drive and use your OS option to safely remove the drive
 
# Disconnect the USB cable
 
# Disconnect the USB cable
 +
# Wait while the unit updates itself, it will reboot automatically when done
 +
 +
Note: On some rare cases a MOD Duo might boot again in restore mode after this. If that happens please start over from step 1.
 +
 +
== MOD boots into recovery mode automatically ==
 +
 +
If the main MOD OS kernel becomes unbootable, the MOD will automatically boot into restore mode (used for performing OS updates).<br>
 +
You know the MOD is in restore mode if the inputs and output leds are blue and the display says "plugin USB cable to PC" or "copy file, eject and unplug".
 +
 +
If this happens, we need to reinstall the latest release, which will allow the unit to boot normally again.<br>
 +
Simply allow the unit to boot into recovery mode, and then:
 +
 +
# Connect the MOD to your PC (if not done yet) and wait for a new mass storage drive to appear
 +
# Download the latest release from [[Releases]]
 +
# Copy the mod*.tar file you just downloaded onto the new drive and use your OS option to safely remove the drive
 +
# Disconnect the USB cable
 +
# Wait while the unit updates itself, it will reboot automatically when done
 +
 +
== MOD does not boot at all, not even in restore mode ==
 +
 +
If for some reason your MOD device does not boot at all - not even in forced-restore mode - we need to reinstall the bootloader or perhaps the entire OS inside.
  
On some rare cases the MOD might boot again in restore mode after this.<br>
+
See the [[Troubleshooting Reinstall Dwarf]] page for how to reinstall the MOD OS in the Dwarf.<br/>
If that happens please start over from step 1.
+
See the [[Troubleshooting Reinstall Duo X]] page for how to reinstall the MOD OS in the Duo X.<br/>
 +
See the [[Troubleshooting Reinstall Duo]] page for how to reinstall the MOD OS in the Duo.

Latest revision as of 18:48, 26 February 2024

General Troubleshooting section, divided by possible issues.

MOD boots the main system, but screens do not work

If the MOD is able to boot (verified by still providing USB Ethernet device) but the screens do not seem to work properly, we can try to re-flash the "top-board"/screen controller unit.
This can happen, for example, if the MOD lost power during the last step of the update process.

This is fixable by reflashing the controller firmware, which can be done through the web interface or SSH.

reflashing controller via web interface

Open the interface advanced settings (accessible in the bottom-right corner of the regular web interface), then navigate to the "DANGEROUS" area.
Simply follow the instructions for the "Reflash controller" section of the page.

Web interface advanced settings

reflashing controller via SSH

Connect to 192.168.51.1 via SSH (user 'root' and password 'mod') and then run the following command:

hmi-update /usr/share/mod/controller/mod*controller.bin

Wait until you get confirmation of the flashing process being complete, and then turn off and on the unit.

MOD does not boot

If your unit seems unable to boot properly, we can force the unit to start in restore mode.
You know the MOD is in restore mode if the inputs and output leds are blue and the display says "plugin USB cable to PC" or "copy file, eject and unplug".

The method for manually starting recovery mode is:

  1. Turn off your MOD
  2. Hold the left knob and footswitch down (on the Dwarf and Duo X you can use the left endless-knob and the 1st button from the bottom-left)
  3. Turn on the MOD (while still holding the knob and footswitch down)
  4. Wait 5 seconds and let go of the knob and footswitch - the MOD is now booting into restore mode
  5. Connect the MOD to your PC (if not done yet) and wait for a new mass storage drive to appear
  6. Download the latest release from Releases
  7. Copy the mod*.tar file you just downloaded onto the new drive and use your OS option to safely remove the drive
  8. Disconnect the USB cable
  9. Wait while the unit updates itself, it will reboot automatically when done

Note: On some rare cases a MOD Duo might boot again in restore mode after this. If that happens please start over from step 1.

MOD boots into recovery mode automatically

If the main MOD OS kernel becomes unbootable, the MOD will automatically boot into restore mode (used for performing OS updates).
You know the MOD is in restore mode if the inputs and output leds are blue and the display says "plugin USB cable to PC" or "copy file, eject and unplug".

If this happens, we need to reinstall the latest release, which will allow the unit to boot normally again.
Simply allow the unit to boot into recovery mode, and then:

  1. Connect the MOD to your PC (if not done yet) and wait for a new mass storage drive to appear
  2. Download the latest release from Releases
  3. Copy the mod*.tar file you just downloaded onto the new drive and use your OS option to safely remove the drive
  4. Disconnect the USB cable
  5. Wait while the unit updates itself, it will reboot automatically when done

MOD does not boot at all, not even in restore mode

If for some reason your MOD device does not boot at all - not even in forced-restore mode - we need to reinstall the bootloader or perhaps the entire OS inside.

See the Troubleshooting Reinstall Dwarf page for how to reinstall the MOD OS in the Dwarf.
See the Troubleshooting Reinstall Duo X page for how to reinstall the MOD OS in the Duo X.
See the Troubleshooting Reinstall Duo page for how to reinstall the MOD OS in the Duo.