How to reset or factory restore Mitac MIO 8380 device?
Mitac MIO 8380 is a small business server that runs on the Linux operating system. To reset or factory restore a Mitac MIO 8380 device, you can follow these steps:
Method 1: Using the Serial Console
1. Connect the Mitac MIO 8380 device to a computer using a serial cable.
2. Connect to the serial console by opening a terminal window and typing `ssh root@` where `` is the IP address or hostname of the Mitac MIO 8380 device.
3. When prompted, enter the rh1 user's password.
4. Once logged in, enter the command `umask 224` to set the proper default permissions.
5. Enter the command `rm -rf /root/home/*` to remove all files and directories in the /root/home directory.
6. Enter the command `echo "busybox initrd-linux" > /etc/inittab` to replace the initrd-linux file.
7. Enter the command `echo "root fsck rootfs /asure" >> /etc/rc.d/initcpio.d/runlevel3` to create an fsck target.
8. Enter the command `echo "ramfs on=184M" >> /etc/rc.d/ramfs.d/on` to enable the ramfs file system.
9. Enter the command `echo "runlevel=3" >> /etc/rc.d/profile-power-off` to set the runlevel to 3 and start the system at the recovery prompt.
10. Reboot the Mitac MIO 8380 device.
Method 2: Using the Power Button
1. Turn off the Mitac MIO 8380 device and unplug it from the power source.
2. Hold down the power button for 15 seconds until the power LED flashes three times.
3. Release the power button and press and hold the power button again.
4. Wait for the system to boot up and enter the IP address or hostname and password of the root user when prompted.
5. Follow the instructions to reset the system to its factory settings.
Note that both methods require access to the Mitac MIO 8380 device and a serial console or a keyboard and monitor. It is recommended to follow Method 1 as it allows for a more controlled reset process.