1. Download image here
Supported UEFI compatible board only
Flashing is same with RPI/OPI board.No need installation.
Adopisoft 5.1.7-20260106_x64_UEFI-No Plugin installed (ubuntu 24.04)
Adopisoft 5.1.7-20260106_x64_UEFI-With Plugin installed (ubuntu 24.04)
Adopisoft 5.1.7-20260106_x64_UEFI_ubuntu26.04-No Plugin installed (ubuntu 26.04)
Adopisoft 5.1.7-20260106_x64_UEFI_ubuntu26.04-With Plugin installed (ubuntu 26.04)
2. Flash using balena or rufus. For rufus select GPT. Works only on the machine where it was first booted after flash.
Flash directly into your SSD or harddisk drive HDD. Since you cannot flash directly into HDD/SSD of your machine using balena and rufus, flash first to your flashdrive and then clone your flashdrive to your HDD/SSD using Acronis, DiskGenius, or Partition Master.
You can also use HDD/SSD enclosure to flash directly to your mini PC via rufus apps.
https://rufus.ie/en/
Select GPT when flashing with rufus
Auto expand storage on first boot
Auto update drivers on 2nd boot
⚠️ Important Requirements
Secure Boot: You MUST disable Secure Boot in your BIOS settings. If enabled, the system cannot load the third-party drivers needed for the migration.
Internet Connection: While many drivers are pre-cached, an active internet connection on the WAN port is recommended for Phase 2 to ensure all updates are successful.
Expand storage in ubuntu: After flashing Adopisoft 5.1.7-20260106_x64_Final.img directly onto SSD/HDD of your mini PC, SSH into your machine and expand your storage. 1. Identify the disk using terminal use this command: lsblk 2. Screenshot the result. Open gemini.google.com and upload it and ask "how to expand my partition using terminal if this is the result of lsblk". Follow the instruction provided by gemini. SSH username and password: username: ubuntu password: ubuntu
postgres database password:abcd1234
Driver updates automatically on 2nd boot once internet is detected
Fix for CPU Load Imbalance on Mini PC
Download the script:
What does this script do?
sudo wget -O optimize_cpu.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/optimize_cpu.sh
Make the script executable:
sudo chmod +x optimize_cpu.sh
Run the script:
sed -i 's/\r$//' optimize_cpu.sh && sudo bash optimize_cpu.sh
if it doesnt work work, use sudo ./optimize_cpu.sh
If using Adopisoft terminal use this command: sudo bash optimize_cpu.sh
Fastboot Fix and to Prevent for RTNETLINK error
If RTNETLINK error/ QDISC Parent Class ID:1:4 problem occurs, please PM adopisoft support. We will try to fixed it.
sudo wget -O /tmp/bootoptimizer.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/bootoptimizer.sh
Make the script executable:
sudo chmod +x /tmp/bootoptimizer.sh
Run the script:
sudo /tmp/bootoptimizer.sh
TO EXPAND STORAGE of your Drive:
sudo wget -O expandstorage.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/expandstorage.shMake the script executable:
sudo chmod +x expandstorage.sh
sed -i 's/\r$//' expandstorage.sh
Run the script:
sudo ./expandstorage.sh
If using Adopisoft terminal use this command: sudo bash expandstorage.sh
To install protection only for RTNETLINK error (this is included already in bootoptimizer.sh)
Download:
sudo wget -O install_tc_wrapper.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/install_tc_wrapper.sh
Make the script executable:
sudo chmod +x install_tc_wrapper.sh
sed -i 's/\r$//' install_tc_wrapper.sh
Run the script:
sudo ./install_tc_wrapper.sh







No comments:
Post a Comment