windows10和Ubuntu16.04双系统后windows10不能正常启动
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
版权声明:
场景:
- 一开始就先使用的win10系统,但是后来由于学习Linux,装了Ubuntu16.04 长支持版本,然后win10就启动不起来啦,现在设置的是从Linux操作系统的GUI进行启动,但是每次设置win10后,再次进入win10的时候,还是进入不去,这里做一下笔记:
(1) 解决方法:进入Ubuntu系统,打开终端,输入代码:
sudo gedit /etc/grub.d/40_custom
说明一下:sudo 及win系统上的使用管理员命令,gedit 是linux操作系统打一个打开文件类型的编辑器,这里我们是要打开grub.这个文件,然后进行编辑
(2)在打开打文件中进行添加:
menuentry "Win10" {
set root=(hd0,1)
ntldr /bootmgr
boot
(3)保存退出
(4)然后在输入命令:
sudo update-grub
(5)再进行电脑的重启,有不惑之处可以看下ubuntu下的其他使用技巧总结,这都是在使用ubuntu遇到的坑。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献8条内容
所有评论(0)