Install xntpd on the guest Linux OS.
write a small script with these two lines
#!/bin/sh
/usr/bin/ntpdate xx.xx.xx.xx
/sbin/hwclock -w
P.S. replace the above ip xx.xx.xx.xx with some ntp server near your location.
execute this script on startup.
The script is necessary at startup because...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.