Issue
When system reboots and boots up to recovery mode it selects “Factory Capture” by default leading the system to commit a full factory restore upon pressing “enter”.
Solution
Windows
- Open CMD, using Run as Administrator
- Enter
mountvol z: /s
- Enter
z:
- Enter
dir
- Enter
cd EFI/BOOT
- Enter
notepad refind.conf
- Search for the default_selection entry
- Set the parameter to “1” instead of “factory restore”
- Save your changes and reboot the NVR
<br>
Linux System
The file at ‘/boot/efi/EFI/BOOT/refind.conf’ will need to be edited in the same way it is for the Windows instructions. Instead we would follow these steps:
- Open Terminal (CTRL+ALT+T)
- Enter
sudo -i
- Enter
caja
(this should open a file explorer type window) - Navigate to /boot/efi/EFI/BOOT/refind.conf
- Right-click and open file a text editor
- Edit the text as shown in Step 6 of the Windows instructions above.
- Save your changes, close the file, and restart the system
<br>