请问一下没有deepin和windows双系统教程?
Tofloor
poster avatar
topwinstudio
deepin
2019-06-02 15:49
Author
网上的教程基本都是在windows下安装linux,有没有先安装deepin之后再安装win10双系统的教程?
Reply Favorite View the author
All Replies
avatar
Ochir
deepin
2019-06-02 16:57
#1
后linux的话grub能自动找到之前win的引导
先linux的话 win不会自动找先装的linux引导 你需要手动再调试一下引导 其他没区别
Reply View the author
avatar
youyou2011
deepin
2019-06-02 18:45
#2
本帖最后由 youyou2011 于 2019-6-2 10:46 编辑

参考【windows+deepin 双系统启动https://bbs.deepin.org/post/44261
安装完Windows系统后,更新一下Grub2引导

Grub2引导作为主启动菜单
         1.2.2 进入deepin,设置当前引导为grub2
sudo grub-install /dev/sda
sudo update-grub

         1.2.2 也可以进入deepin live,设置当前引导为grub2
创建挂载目录
sudo mkdir -p /mnt/distro
挂载分区
mount /dev/sda5 /mnt/distro
重装 Grub
grub2-install --root-directory=/mnt/distro /dev/sda

        1.2.3 刷新Grub2菜单,一般自动搜索已安装的系统形成启动菜单
sudo apt-get update

Reply View the author
avatar
topwinstudio
deepin
2019-06-02 19:31
#3
非常感谢。
Reply View the author
avatar
走钢丝
deepin
2019-06-02 22:06
#4
先安装 windows ,再安装 deepin,如果不是覆盖原系统的话,就会成双系统。
Reply View the author
avatar
liwenquan
deepin
2019-06-03 16:23
#5
咧 在原win在C盘 然后把deepin装到其它盘 然设置Bois启动项为deepin即可 因为deepin自带开机系统选择引导
Reply View the author
avatar
edeas
deepin
2019-06-03 16:42
#6
WTG 固态U盘MBR格式分了两个区装的双系统,各有各的引导,因为经常在不同电脑上使用,所以Deepin的开机引导是混乱的。
我用开机启动快捷键区分两个系统。
Reply View the author