Rescue Loader (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „{|width="40%" |Bild:deutsch.png - in Deutsch |Bild:english.png - in English |} Datei:RescueLoader.png|ri…“)
 
Zeile 6: Zeile 6:
 
The Rescue Loader (short '''RL''') is a part of the bootloader of the dreamboxes which use [[Dreambox OS (en)|Dreambox OS]] (at this moment the DM 7080 HD). If the box is stopped in the Rescue Loader, a [[Webinterface (en)|webinterface]] is available as before with the [[Secondstage (en)|Secondstage Loader]].
 
The Rescue Loader (short '''RL''') is a part of the bootloader of the dreamboxes which use [[Dreambox OS (en)|Dreambox OS]] (at this moment the DM 7080 HD). If the box is stopped in the Rescue Loader, a [[Webinterface (en)|webinterface]] is available as before with the [[Secondstage (en)|Secondstage Loader]].
  
Der Rescue Loader stellt folgende Funktionen zur Verfügung:
+
The Rescue Loader offers following functions:
  
* Anzeigen von Geräte Informationen
+
* Show device info
 
* Online Recovery
 
* Online Recovery
* Neue Firmware einspielen
+
* Flash new firmware
* Backup der Firmware erstellen
+
* Backup the firmware
  
== Erreichen des Rescue Loaders ==
+
== Connect with the Rescue Loaders ==
Den Rescue Loader kann auf verschiedene Wege erreicht werden.
+
The Rescue Loader can be activated with different procedures.
{{Hinweis|Im Netzwerk muss sich ein DHCP Server befinden.}}
+
{{Hinweis|A DHCP server is required in the network.}}
  
 
=== DM 7080 HD ===
 
=== DM 7080 HD ===
* Befindet sich die Dreambox im Standby, kann durch langes Drücken der Powertaste am Frontpanel der '''RL''' erreicht werden.
+
* If the dreambox is in standby mode, the '''RL''' can be activated by continuous pushing the power button on the front panel of the dreambox.
* Habt ihr die Dreambox über den Netzschalter auf der Rückseite ausgeschaltet, kann der RL mit diesen beiden Schritten erreicht werden. Powertaste am Frontpanel gedrückt halten und anschliessend den Netzschalter auf der Rückseite in die Stellung '''ON''' bringen.
+
* If the dreambox has been switched off with the power switch at the back, the RL can also be activated. Keep the power button pushed at the front panel and switch the power button to '''ON'''.
  
Der Display zeigt nun <code>Enter setup?</code> an und 3 Sekunden später stoppt die Box im Rescue Loader Modus. Nun zeigt der Display die Adresse an, über welche der Rescue Loader erreicht wird. Gebt die Adresse in eurem Webbrowser (z.B. Firefox) ein, z.B:
+
The display will show <code>Enter setup?</code> and 3 seconds later the box will stop in the Rescue Loader mode. Now the display will show the IP address which can be used to access the Rescue Loader. Enter the address in your web browser (e.g. Firefox), e.g:
  
 
<syntaxhighlight>http://dm7080</syntaxhighlight>
 
<syntaxhighlight>http://dm7080</syntaxhighlight>
  
== Tipps und Tricks ==
+
== Tips and tricks ==
 
=== Telnet ===
 
=== Telnet ===
Der Rescue Loader kann mittels Telnet erreicht werden. Loggt euch mit dem Benutzername <code>root</code> ein. der Befehl <code>help</code> zeigt euch weitere Informationen an.
+
Once the Rescue Loader is activated, you can access it with telnet. Connect with the user <code>root</code>. The command <code>help</code> will show additional info.
 
<syntaxhighlight>
 
<syntaxhighlight>
 
opendreambox 2.2.0 dm7080
 
opendreambox 2.2.0 dm7080
Zeile 44: Zeile 44:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
=== RL im Betrieb erreichen ===
+
=== Activate the RL of an active dreambox ===
Im laufenden Betrieb könnt ihr die Dreambox nach einem Neustart automatisch in den Rescue Loader Modus versetzen, ohne dabei die Powertaste zu drücken. Benutzt dazu die folgenden Befehle.
+
While the dreambox is active, you can activate the RL, after a reboot without pressing the power button it will be available. Use the following command.
 
<syntaxhighlight>
 
<syntaxhighlight>
 
echo "rescue" >> /proc/stb/fp/boot_mode
 
echo "rescue" >> /proc/stb/fp/boot_mode
 
reboot
 
reboot
 
</syntaxhighlight>
 
</syntaxhighlight>
 
== Screencast ==
 
Schaut euch auch die Folge '''[http://youtu.be/-AdZ2MclW3k DM7080 HD - Rescue Loader]''' von Dreamscreencast an.
 
{{Hauptbeitrag|Dreamscreencast|}}
 
  
 
[[Kategorie:Grundlagen]]
 
[[Kategorie:Grundlagen]]
 
[[Kategorie:Anleitungen]]
 
[[Kategorie:Anleitungen]]

Version vom 16. November 2014, 20:32 Uhr

Deutsch.png - in Deutsch English.png - in English
RL of the DM 7080 HD

The Rescue Loader (short RL) is a part of the bootloader of the dreamboxes which use Dreambox OS (at this moment the DM 7080 HD). If the box is stopped in the Rescue Loader, a webinterface is available as before with the Secondstage Loader.

The Rescue Loader offers following functions:

  • Show device info
  • Online Recovery
  • Flash new firmware
  • Backup the firmware

Connect with the Rescue Loaders

The Rescue Loader can be activated with different procedures.

Ambox notice.png A DHCP server is required in the network.

DM 7080 HD

  • If the dreambox is in standby mode, the RL can be activated by continuous pushing the power button on the front panel of the dreambox.
  • If the dreambox has been switched off with the power switch at the back, the RL can also be activated. Keep the power button pushed at the front panel and switch the power button to ON.

The display will show Enter setup? and 3 seconds later the box will stop in the Rescue Loader mode. Now the display will show the IP address which can be used to access the Rescue Loader. Enter the address in your web browser (e.g. Firefox), e.g:

http://dm7080

Tips and tricks

Telnet

Once the Rescue Loader is activated, you can access it with telnet. Connect with the user root. The command help will show additional info.

opendreambox 2.2.0 dm7080
 
>>> Your Dreambox has booted into RESCUE MODE.
>>> Please log in as user 'root' (no password required),
>>> then run 'help' to get further information.
 
dm7080 login: root
root@dm7080:~# help
Your Dreambox has booted into rescue mode. If it failed to start up, this mode
can be used to recover. This rescue mode offers a web frontend, which can be
accessed with a browser, which is the recommended way to continue.
.
.

Activate the RL of an active dreambox

While the dreambox is active, you can activate the RL, after a reboot without pressing the power button it will be available. Use the following command.

echo "rescue" >> /proc/stb/fp/boot_mode
reboot