Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于linux在机械盘 win 在固态盘的引导
Experiences and Insight
588
views ·
2
replies ·
To
floor
Go
crhack
deepin
2019-02-16 09:25
Author
上文件 --我也不知道咋说了,仔细读一下
vim /boot/grub/grub.cfg
然后 里面的代码改一下:
menuentry 'Windows 10' {
set root='hd1,gpt1'
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot
}
上图
自己看一下
Reply
Like 0
Favorite
View the author
All Replies
DeepinOS
deepin
2019-02-16 10:54
#1
没啥问题啊,不过,我不用加最后一个boot也能引导启动。
Reply
Like 0
View the author
155******19
deepin
2019-02-17 01:48
#2
我也是固态硬盘安装了win8.1机械硬盘安装了深度系统15.9。固态硬盘默认启动。开机选择硬盘可以启动deepin。倒是深度系统启动菜单里有选择。但是,点击以后要从启动。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
vim /boot/grub/grub.cfg
然后 里面的代码改一下:
menuentry 'Windows 10' {
set root='hd1,gpt1'
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot
}
上图
自己看一下