A Step-by-Step Guide to Install TrueNAS on a Ugreen NAS
Installing TrueNAS on a Ugreen NAS can significantly enhance your network storage capabilities by providing a robust, open-source operating system designed for managing and sharing data. This guide will walk you through the detailed process of setting up TrueNAS on your Ugreen NAS, from initial preparation and data backup to BIOS configuration and final installation. Whether you are replacing the existing SSD or disabling it to install TrueNAS, these steps ensure a smooth and efficient setup. Additionally, we provide an alternative method for installing other third-party operating systems, such as UnRAID, using the Ugreen NAS GUI and BIOS modifications.
Important – The UGREEN NAS Software is still in it’s first year of active development, and this follows several months of Kickstarter crowdfunding. Therefore the software is still in it’s early stages of development. It IS a decent enough NAS operating system, that the manufacturer assures users will see more and more AAA+ features added to it in a planned roadmap. So, I would recommend taking some time with the UGOS NAS software before making a switch to a 3rd Party OS. Additionally, it is worth noting that UGREEN have also made it clear that choosing to use a 3rd Party NAS OS will not invalidate your hardware warranty, as long as the software does not negatively impact the hardware (eg overclocking the CPU to fry it, disabling fans and that harms the internal components through overheating, etc).
What You Need:
- Ugreen NAS system
- USB drive (at least 8GB recommended)
- HDMI output cable
- Keyboard (and optionally, a mouse)
- USB docking station or splitter (recommended)
- New SSD (if replacing the existing one)
Preparation:
Ensure you have all the necessary tools and components before starting the installation.
1. Backup Data:
- Access Ugreen NAS settings:
- Login to the Ugreen NAS management interface.
- Backup configuration and data:
- Backup configuration to a local file or Ugreen cloud.
- Use the Backup and Sync tool or the Net Tool to back up files to OneDrive, another remote NAS, or another Ugreen NAS system.
- Ensure all critical data is securely backed up to prevent data loss during the installation process.
2. Prepare the NAS:
- Decide on OS SSD usage:
- If you plan to use the existing SSD, note that it will be wiped during the installation.
- If replacing, open the NAS and remove the SSD.
- Refer to specific guides for your model (2-bay, 4-bay, etc.) to dismantle the NAS and access the SSD. Ugreen models typically use a 2280 SSD, while smaller models may use a 2242 SSD.
- Alternatively, (LATER ON) disable the internal SSD in BIOS to prevent overwriting.
3. Download Necessary Tools:
- Download TrueNAS ISO:
- Go to the TrueNAS website and download the TrueNAS Core ISO.
- Alternatively, you can download TrueNAS Scale from the TrueNAS Scale download page.
- Download Rufus:
- Visit the Rufus website and download the latest version of Rufus.
4. Create a Bootable USB:
- Insert the USB drive into your PC.
- Open Rufus:
- Launch Rufus.
- Select the USB drive in the “Device” dropdown.
- Click “SELECT” and choose the TrueNAS ISO you downloaded.
- Leave other settings at their default and click “START” to create the bootable USB.
- Safely remove the USB drive after the process completes.
5. Setup the NAS for Installation:
- Insert the bootable USB into the Ugreen NAS.
- Connect the NAS to a monitor using an HDMI cable.
- Connect a keyboard (and mouse if available).
- Connect the NAS to a network via an Ethernet cable.
6. Boot and Enter BIOS:
- Power on the NAS and repeatedly press the F12 and Delete keys to enter BIOS.
- Disable the Watchdog timer:
- Navigate to the “Advanced” tab.
- Locate the “Watchdog Timer” option and disable it to prevent the system from shutting down during installation.
- Note – if you are running the i5 UGREEN NAS systems, the Watchdog option might be in the ‘FAST’ tab – see below:
- Change the boot order:
- Navigate to the “Boot” tab.
- Set the USB drive as the first boot option.
- Disable the internal SSD drive:
- Navigate to the “Boot” tab or “Advanced” tab (depending on your BIOS version).
- Find the internal SSD listed in the drives and disable it to ensure it isn’t used during the installation.
- IF you want to keep the internal UGREEN NAS OS on the internal SSD, but do not want to risk ‘overwriting it’ or booting from it in error, you can DISABLE the SSD bay in the BIOS
7. Install TrueNAS:
- Save BIOS settings and reboot.
- The system should boot from the USB and start the TrueNAS installation process.
- Follow the on-screen instructions to install TrueNAS on the SSD or chosen storage.
- Set up TrueNAS with a name, root/admin access, and other configuration details.
8. Complete Installation:
- Reboot the system after installation.
- Ensure the NAS is connected to the network for easier access.
9. Access and Configure TrueNAS:
- Once rebooted, TrueNAS should be accessible on the network.
- Use a web browser on a PC connected to the same network to find the NAS IP address.
- Example: Open a browser and enter
http://<NAS_IP_ADDRESS>
.
- Example: Open a browser and enter
- Complete the TrueNAS setup:
- Create storage pools.
- Configure shares and other settings as needed.
Additional Resources:
- Detailed instructions and troubleshooting:
- Refer to guides provided in the video description.
- Check specific Ugreen NAS model guides for dismantling and SSD replacement.
- Further setup and advanced configurations:
- Visit Tom @ Lawrence’s YouTube channel for comprehensive TrueNAS tutorials.
By following these steps, you should be able to install and set up TrueNAS on your Ugreen NAS efficiently.
Alternative Way to Install a Third-Party OS on a Ugreen NAS
If you want the system to boot into BIOS without having to spam the Ctl+F12 keys, you can arrange this via the UGREEN UGOS NAS software GUI. Below outlines an alternative method to install a third-party OS (e.g., UnRAID or TrueNAS) on a Ugreen NAS using both the Ugreen NAS GUI and BIOS modifications. You will still need a Keyboard/Video output, however, later on:
Initial Setup Using Ugreen NAS GUI:
- Power on and connect the NAS:
- Connect your NAS to a monitor via HDMI.
- Connect a keyboard and mouse to the NAS.
- Connect the NAS to your network via an Ethernet cable.
- Download the Ugreen app:
- Install the Ugreen app on your mobile device (available on iOS and Android).
- Initialize the NAS:
- Open the Ugreen app and follow the prompts to initialize your NAS.
- Set an admin account and configure basic settings.
- Skip setting up a Ugreen Cloud account if not needed.
- Enable SSH Access:
- In the Ugreen NAS GUI, go to
Control Panel
. - Navigate to
Terminal
and enable SSH access.
- In the Ugreen NAS GUI, go to
Modifying UGOS and BIOS:
- Access the NAS via SSH:
- On your PC, open Command Prompt.
- Type
ssh [username]@[NAS IP]
and press Enter. - Type
yes
if prompted to continue connecting. - Enter the NAS user password when prompted.
- Identify the Boot Partition:
- In the SSH session, type
lsblk
to list block devices. - Identify the nvme drive with the boot partition (usually labeled as
nvme0n1p1
).
- In the SSH session, type
- Gain Superuser Access:
- Type
sudo su
and press Enter. - Enter your password when prompted.
- Type
- Mount the Boot Partition:
- Type
mkdir /mnt/nvme_efi
and press Enter to create a mount directory. - Type
mount /dev/nvme0n1p1 /mnt/nvme_efi
and press Enter (replacenvme0n1p1
with your actual partition name).
- Type
- Rename EFI Directory:
- Type
cd /mnt/nvme_efi
and press Enter. - Type
ls
to list the directory contents. - Type
mv EFI EFI_RENAME
and press Enter to rename the EFI directory. - Type
ls
again to confirm the directory has been renamed.
- Type
- Reboot to BIOS:
- Type
reboot
and press Enter. - The NAS should reboot and enter the UEFI setup screen.
- Type
- Disable Watchdog Control in BIOS:
- Navigate to the
Advanced
tab. - Select
Watchdog Settings
. - Disable
Watchdog Control
to prevent the system from rebooting every 3 minutes if UGOS is not detected.
- Navigate to the
Installing UnRAID or TrueNAS:
- Prepare UnRAID or TrueNAS Bootable USB:
- For UnRAID: Create a bootable UnRAID USB drive using the UnRAID USB Creator tool on your PC.
- UnRAID USB will load the NAS software into the system cache/memory.
- For TrueNAS: Download the TrueNAS Core or Scale ISO from the TrueNAS website.
- Use Rufus to create a bootable USB from the TrueNAS ISO.
- TrueNAS installation USB will load into the installer, which installs the TrueNAS Core/Scale OS onto an internal SSD.
- Insert Bootable USB:
- Plug the UnRAID or TrueNAS USB drive into the NAS.
- Save BIOS Changes and Reboot:
- Save the BIOS changes and reboot the NAS.
- The NAS should now boot from the USB drive and start the respective OS installation process.
By following these steps, you should be able to install a third-party OS on your Ugreen NAS.
🔒 Join Inner Circle
Get an alert every time something gets added to this specific article!
This description contains links to Amazon. These links will take you to some of the products mentioned in today's content. As an Amazon Associate, I earn from qualifying purchases. Visit the NASCompares Deal Finder to find the best place to buy this device in your region, based on Service, Support and Reputation - Just Search for your NAS Drive in the Box Below
Need Advice on Data Storage from an Expert?
Finally, for free advice about your setup, just leave a message in the comments below here at NASCompares.com and we will get back to you.(Early Access) COOL NAS UPGRADES (You might Not Know About)
(Early Access) UGREEN NAS SERIES - SHOULD YOU BUY?
(Early Access) DIY NAS - The Cost of Building a Synology NAS?
(Early Access) The Best DIY NAS Builds for Under $500
(Early Access) DIY NAS vs Lockerstor Gen 3 - IS IT WORTH $1299 ???
(Early Access) Lockerstor Gen 3 Series - SHOULD YOU BUY ONE?
(Early Access) Asustor ADM 5 Software Review - Should Synology Be Worried?
(Early Access) Best 8-Bay NAS of 2024
(Early Access) Best 4-Bay NAS of 2024
(Early Access) Best 2-Bay NAS of 2024
(Early Access) Best Value NAS of 2024 - SAVE SOME MONEY!
(Early Access) Lockerstor 4 Gen3 Review - GO HOME EVERYONE
Access content via Patreon or KO-FI