I’m looking to finally use Linux properly and I’m planning to dual boot my laptop. There’s enough storage to go around, and while I’m comfortable messing around I’d rather not have to run and buy a new device before school while fixing my current one.
https://m.youtube.com/watch?v=VaIgbTOvAd0
This was the general guide I was planning to follow, just with KDE Plasma (or another KDE). I was going to keep windows the default, and boot into Linux as needed when I had time to learn and practice.
I assume it should be the near similar process for KDE Plasma?
I’m ok with things going wrong with the Linux install, but I’d like to keep the Windows install as safe as possible.
It is with Windows 10 and Mint. I booted into Mint a few days ago, and when I switched back to Windows, the time was wrong.
Apparently it’s easy to fix, but I keep forgetting while I’m in Mint >.<
See my edit.
That’s really helpful, thanks :)
You can also fix it by running the following command on your Linux machine:
timedatectl set-local-rtc 1 --adjust-system-clock
Thank you :)
You could but this as an autostart script:
cat > ~/.config/autostart/adjust-time <
@Tippon @SpaceCadet you can set your system clock to UTC to fix the problem. Here’s a registry fix to tell Windows to use UTC.
https://uilton.com/kb/how-to-make-windows-store-time-in-utc/
Brilliant, thank you :)