Win10 VM on Korora 25 Cinnamon Desktop: time sync issue
-
Win 10 vm sync's to the hosts Universal time, whats's the fix?
-
@Tim_G On your Win10 vm, how is the time sync, any issues?
-
The “RealTimeIsUniversal” registry edit "fixed" the problem.
https://superuser.com/questions/975717/does-windows-10-support-utc-as-bios-time
or
http://crashmag.net/configuring-windows-7-support-for-utc-bios-timeCopy the following into a text document using notepad and save it as filename.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] “RealTimeIsUniversal”=dword:00000001or
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] “RealTimeIsUniversal”=qword:00000001 -
@FATeknollogee said in Win10 VM on Korora 25 Cinnamon Desktop: time sync issue:
@Tim_G On your Win10 vm, how is the time sync, any issues?
No there was no time sync issue I noticed. Both my laptop and Win10 VM had the correct times everywhere. But the Win10 VM having the correct time may be because of it being on the domain.
-
@Tim_G What's your memory allocation like? I'm having a serious problem...at idle using 84%!!
-
Ok, got it fixed.
I was treating the allocation like I would in Hyper-V, KVM is slightly different.
https://superuser.com/questions/1166955/memory-allocation-never-change-for-my-virtual-machineSetting the Current & Max allocation to the same amounts, 8 or 16, fixed things up.