安装deepin后,w10无法启动
Tofloor
poster avatar
jiejie
deepin
2017-12-18 19:44
Author
  从deepin的启动界面启动w10,就出现这种情况



但是把boot换成uefi模式,就直接进去win10了,不会显示deepin的那个界面了。

15135125095a365e3d39699.jpg (1.02 MB, 下载次数: 0)




Reply Favorite View the author
All Replies
avatar
fliclumsy
deepin
2017-12-18 19:49
#1
试试修复grub

sudo update-grub
sudo grub-install /dev/sda      
Reply View the author
avatar
jiejie
deepin
2017-12-18 19:58
#2
https://bbs.deepin.org/post/150353
试试修复grub

sudo update-grub

root@deepin-PC:~# grub-install /dev/sda
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install:错误: 无法嵌入,但在跨盘安装时是必须的.
root@deepin-PC:~#
Reply View the author
avatar
jiejie
deepin
2017-12-18 19:59
#3
https://bbs.deepin.org/post/150353
root@deepin-PC:~# grub-install /dev/sda
Installing for i386-pc platform.
grub-install: warning: th ...

执行第二条命令之后,提示这个
Reply View the author
avatar
jiejie
deepin
2017-12-18 20:00
#4
w10用的SSD硬盘
Reply View the author
avatar
jiejie
deepin
2017-12-18 20:01
#5
我把boot模式换成uefi就能启动w10,,但是不会进入deepin的启动界面了,,直接就进入w10了
Reply View the author
avatar
4***8@qq.com
deepin
2017-12-18 20:10
#6
jiejie 发表于 2017-12-18 12:01
我把boot模式换成uefi就能启动w10,,但是不会进入deepin的启动界面了,,直接就进入w10了 ...

你应该是把深度装成了传统的bios引导模式,win10是uefi引导的,两种模式不能同时用啊,深度也改成efi引导吧。
Reply View the author
avatar
jiejie
deepin
2017-12-18 22:31
#7
https://bbs.deepin.org/post/150353
你应该是把深度装成了传统的bios引导模式,win10是uefi引导的,两种模式不能同时用啊,深度也改成efi引导 ...

那怎么把深度改为uefi引导啊。。。求教
Reply View the author
avatar
DeepinOS
deepin
2017-12-20 09:16
#8
https://bbs.deepin.org/post/150353
那怎么把深度改为uefi引导啊。。。求教

你查看一下,grub-install 这个命令的使用方法,把grub安装到uefi分区的硬盘,运行sudo update-grub 更新引导
Reply View the author
avatar
DeepinOS
deepin
2017-12-20 09:25
#9
https://bbs.deepin.org/post/150353
root@deepin-PC:~# grub-install /dev/sda
Installing for i386-pc platform.
grub-install: warning: th ...

你这样是有问题的,因为你用BIOS启动,但是这样不能安装uefi的grub,你可以加参数试试,百度一下将grub安装到uefi的方法,你也可以在这个论坛里搜索
Reply View the author