Imaging process should begin and take about 8 minutes. Confirm the little blue light stays lite during the process. Slow flashing of the 3 waving lights.
$SCRIPT_ROOT/led_control.sh normal off
$SCRIPT_ROOT/led_control.sh breath on
#$SCRIPT_ROOT/led_control.sh issue on
$SCRIPT_ROOT/led_control.sh 3g on
echo “Call partition update script”
$SCRIPT_ROOT/copy_partitions_to_emmc.sh $SCRIPT_ROOT
$SCRIPT_ROOT/init_content_hdd.sh /dev/sda
echo ">>>>>>>>>>>>>>> Change status >>>>>>>>>>>>>>>"
if [ $? -eq 0 ]; then
echo “OK”
$SCRIPT_ROOT/led_control.sh breath off
$SCRIPT_ROOT/led_control.sh issue off
$SCRIPT_ROOT/led_control.sh normal on
else
echo “FAIL”
$SCRIPT_ROOT/led_control.sh breath off
$SCRIPT_ROOT/led_control.sh issue on
fi
What version of RACHEL-Plus do you own? Version 1 or version 2?
NOTE: You can tell by looking at the back of the RACHEL-Plus. If the Model is WRTD-303N, then yo have version 1. If the Model is WAPD-235N, then you have version 2.
Hi @Rose…let’s try and fix your situation. You have asked similar questions in a couple of different areas which makes it a bit confusing to help you. In the future, it’s probably best to start a new topic that specifically talks to your situation. I think I already answered your issue of how to help. Please look at this link first. If those couple posts don’t help your situation, please start a new topic and I will help you solve your specific challenge.
One note to your situation (as much as I understand it)…you will probably be best served with running the current RACHEL Recovery USB here in Method 3 (follow the pics above to change your USB from Method 1 to Method 3). That will build you a new RACHEL-Plus with all the latest updates. After that, you can download modules from the web interface or download a bunch at once with the command line tool.
Sam