ubuntu,win7双系统问题
Posted shadowwalker9
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu,win7双系统问题相关的知识,希望对你有一定的参考价值。
1. 引导进入win7花屏的问题
修改grub选项,使用sudo gedit /etc/default/grub, ctrl-s
修改前:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
修改后:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset“
# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=console
修改完成后:
sudo update-grub
(这个命令的作用是生成新的开机引导文件,/boot/grub/grub.cfg)
使用sudo gedit 命令,不要使用vim,可能会导致其他的问题
如果出现无法使用sudo update-grub,比如:/usr/sbin/grub-mkconfig 1 /etc/default/grub i# not found
解决方法:
sudo cp /usr/share/grub/default/grub /etc/default/grub
2. 双系统时间不一致的问题
对于ubuntu16.04 及以上:
sudo timedatectl set-local-rtc 1