At our office, we use the Acer RC111 as a Network Attached Storage device. It has been running a Debian installation all this while but we felt the need to upgrade it to a proper NAS OS instead. Comparing between NAS4Free or FreeNAS, we went with the former as it had more modest system requirements.

The trouble with using the RC111 is that it does not come with any other boot device besides the main storage drives. Ideally, we would like to separate the storage drives from the OS drive. Ideally, we should just be able to boot from USB but all documentation suggest that this is not possible as a boot from USB requires one to manually hit the reset pin at the back of the unit to put it into restore mode.

Booting from USB requires depressing a reset pin.

We tried doing this by using a normal USB drive with a boot-able Debian image plugged into the back USB port. The RC111 failed to boot from the USB without user intervention. It would automatically boot from the main storage drive. We couldn’t get into the built-in custom embedded BIOS to change the boot-order. All the normal keys did not work.

Unused HDD0 available for OS.

Looking around on the internet, there are plenty of photos of the RC111 that show it having a 5th internal SATA port. This could be used to store a small SSD or a notebook HDD to be used as the OS drive. This is definitely an option worth considering except that there were no SATA power cables inside. The option was to hack our own power cable either from the existing power supply or from the unused P4-connector.

Space to mount a small SATA drive (blue).

On a lark, we decided to remove all the storage drives and to boot the machine with only the USB drive attached. Lo and behold, it worked and it booted from the USB. The lesson learned is that the RC111 will fall-back to booting from USB if there are no storage drives in the system. This is a configuration that we can consider: booting up with only the USB drive and hot-swapping the other SATA drives in after the OS has booted up.

However, we went a step further to see if this would work with storage drives without valid boot-sectors inserted. This worked too! So, we can use the RC111 with the NAS4Free embedded image. The latest NAS4Free based on FreeBSD9.1 could even detect the RTL8168E gigabit ethernet chip.

The final setup is the RC111 with a bootable USB drive attached to the back and multiple storage drives inserted. The catch is that all the storage drives must have their boot-sectors wiped out. This can be done automatically from within the NAS4Free web front-end when adding a new disk.


10 Comments

Won Lee · 2014-10-02 at 08:02

The option was to hack our own power cable either from the existing power supply or from the unused P4-connector.
=> How did you make the extra power cable for additional SATA HDD? Could you let me know?

    Shawn Tan · 2014-10-29 at 11:38

    We did not use the 5th drive slot. So, we never had to do it.

par · 2015-04-15 at 08:31

How did you format your drives and erase the MBR, i have tried to format mine as UFS, and the system hangs when booting, it wont auto boot from USB key.

    Shawn Tan · 2015-04-15 at 14:01

    If you want to boot from USB, you need to remove any existing HDD first. You may clear the MBR using any external means e.g. with a USB-HDD adapter.

Виктор Ковыршин · 2015-06-08 at 14:48

How do ypu like it? In terms of NAS performance and usability? What RAID you’re running?
I got one, but it just laying around. Need to fill it with drives firat though

    Shawn Tan · 2015-06-08 at 16:08

    It functions well as a backup storage for the office. We use it as iSCSI target. Not running any RAID as we’re using it as a ZFS volume.

DevAuto · 2020-02-12 at 20:51

Is there any way to remove the boot sector from drives with data already? I have existing disks that I would like to use in the RC111 without losing the data on them.

    Shawn · 2020-04-06 at 11:22

    The RC111 only boots from the USB if the internal HDDs do NOT have a valid boot-sector. We did this on another machine with an external USB-SATA cable.

      devauto · 2020-06-21 at 04:49

      So are you saying that you had the drives in an external e-sata housing and nothing in the RC’s drive bays, or are you saying you formatted the drives in another system and then put them in the RC?

        Administrator · 2020-06-22 at 20:46

        The latter.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.