Jump to content
XPEnology Community

testcb00

Rookie
  • Posts

    7
  • Joined

  • Last visited

Posts posted by testcb00

  1. 23 minutes ago, idaanx said:

     

    That would be a waste if possible, 1GB flash drive is enough.

     

    If you mean as storage in DSM, only as SSD cache, with some hacks possible as storage.

    As I have some Optane 16GB, I would like to use them as boot drive if possible.

  2. Problem solved. I reboot the NAS and I can now shutdown by power button.

     

    ./rploader.sh update now && \
    ./rploader.sh fullupgrade now && \
    ./rploader.sh backup now && \
    ./rploader.sh clean now && \
    ./rploader.sh serialgen DS918+ && \
    ./rploader.sh identifyusb now && \
    ./rploader.sh satamap now && \
    ./rploader.sh ext apollolake-7.1.0-42661 add \
    https://github.com/pocopico/redpill-load/raw/develop/redpill-acpid/rpext-index.json && \
    ./rploader.sh build apollolake-7.1.0-42661 && \
    sudo rm -rf /home/tc/oldpat.tar.gz && \
    sudo rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles && \
    sudo rm -rf /home/tc/custom-module && \
    ./rploader.sh backup now

     

  3. Thank to pocopico's effort, I can install DSM 7.1 42661 on the ASRock Q1900B-ITX.

     

    However, I find that I am not able to use the power button to shutdown the NAS.

    Here is my code

    sudo ./rploader.sh update && \
    sudo ./rploader.sh fullupgrade && \
    sudo ./rploader.sh identifyusb && \
    sudo ./rploader.sh serialgen DS918+ && \
    sudo ./rploader.sh satamap && \
    sudo ./rploader.sh ext apollolake-7.1.0-42661 add https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json && \
    sudo ./rploader.sh build apollolake-7.1.0-42661 && \
    sudo ./rploader.sh clean now && \
    sudo rm -rf /home/tc/oldpat.tar.gz && \
    sudo rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles && \
    sudo rm -rf /home/tc/custom-module && \
    sudo ./rploader.sh backup now
    

     

    After the backup, I unplug my router WAN. Then I can install DSM 7.1 using the official installation file DSM_DS918+_42661.pat

     

    Do my step wrong or DSM 7.1 do not allow power button to poweroff the NAS?

  4. Hi, I want to try DSM using ASRock Q1900B-ITX but I find some issues.

     

    When I boot into Tinycore-Redpill, it shows

    nohup: redirecting stderr to stdout

    It seems that startx is failed. Luckily, I can access via PuTTY.

     

    Then, I use the scripts to edit the config and find that there are no SATA driver for

    00:13.0 Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0c)

     

    How to solve the problem?

×
×
  • Create New...