Created
November 7, 2017 05:02
-
-
Save mimukit/759e3876a7111b6e70afb97b6cbef178 to your computer and use it in GitHub Desktop.
Some important post installation config for dual boot for linux && windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Change grub to save last boot option: | |
sudo nano /etc/default/grub | |
GRUB_DEFAULT=saved | |
GRUB_SAVEDEFAULT=true | |
sudo update-grub | |
=========================== | |
## Change linux to use local time instead UTC to sync with windows: | |
timedatectl set-local-rtc 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment