Jump to content
XPEnology Community

marvel

Rookie
  • Posts

    1
  • Joined

  • Last visited

Posts posted by marvel

  1. Hi,

     

    I knew it is an existing problem when installing Xpenology on HP Gen8 microserver that every reboot will reset BIOS time to default.

     

    Temporary I have done a work around to make a boot script under /usr/syno/etc.defaults/rc.d/S09synctime.sh

     

    #!/bin/sh
    #set -x
    /usr/sbin/ntpdate -u -b pool.ntp.org
    exit 0
    

     

    So it will run the script every time it boot. Also I put "/usr/sbin/ntpdate -u -b pool.ntp.org" into Task Schedule as well just in case the DSM update will get rid of the custom boot script.

     

    Is there a better work around to Xpenboot loader?

     

    thanks,

    Marvel

×
×
  • Create New...