Jump to content
XPEnology Community

HP Gen8 time reset after reboot with Xpenology


marvel

Recommended Posts

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

Link to comment
Share on other sites

×
×
  • Create New...