DEEPIN启动项丢失,怎么创建
Tofloor
poster avatar
yuanpeng0509
deepin
2019-06-18 11:03
Author
win10+deepin双系统
BIOS  MBR 引导。。不是EFI

只要进一次WIN10,再重启DEEPIN引导就会丢失,只剩下一个光标在左上角闪。。

只能用U盘引导,再引导硬盘,只能进win10

请哪位大神指点怎么恢复deepin引导。。!!!不想重新再装DEEPIN。

不懂linux.,所以尽量写出详细步骤
Reply Favorite View the author
All Replies
avatar
Ochir
deepin
2019-06-18 12:20
#1
deepin那个引导似乎默认是efi
比较简单的方法你可以尝试用liveCD修复一下引导
Reply View the author
avatar
Feng Yu
deepin
2019-06-18 17:03
#2
进一次deepin系统,只要执行一次
sudo grub-install
sudo update-grub

之后应该没问题了
Reply View the author
avatar
走钢丝
deepin
2019-06-18 18:04
#3
bios 没设置对。肯定还是 windows boot manager。
Reply View the author
avatar
lbygljq
deepin
2019-06-18 21:17
#4
把gurb引导安装到硬盘主引导,让grub引导windows。就是上面3楼的操作方法。
Reply View the author
avatar
yuanpeng0509
deepin
2019-06-19 06:18
#5
abcfy2 发表于 2019-6-18 09:03
进一次deepin系统,只要执行一次
sudo grub-install
sudo update-grub

这个试过了,安装时有错误提示,好像是提醒什么的,执行update-grub 显示的都对,有Linux版本项,也有win10引导项,就是重启不引导,就一个光标在闪
Reply View the author
avatar
yuanpeng0509
deepin
2019-06-19 06:31
#6
lidanger 发表于 2019-6-18 10:04
bios 没设置对。肯定还是 windows boot manager。

你说的是uefi,我的是BIOS,mbr,,grub引导!!!
Reply View the author
avatar
走钢丝
deepin
2019-06-19 06:34
#7
https://bbs.deepin.org/post/179432
你说的是uefi,我的是BIOS,mbr,,grub引导!!!

我的意思是你再检查一下 bios,有可能只是你以为是 legacy,实际是 uefi.
Reply View the author
avatar
Feng Yu
deepin
2019-06-19 06:39
#8
https://bbs.deepin.org/post/179432
这个试过了,安装时有错误提示,好像是提醒什么的,执行update-grub 显示的都对,有Linux版本项,也有win ...

你都不贴错误信息,谁知道怎么回事
Reply View the author
avatar
barebear
deepin
2019-06-19 08:22
#9
我也是legacy+mbr启动,不过我两个系统都是在同一个硬盘的,先装的win10,deepin是从另外的硬盘克隆过来的,开始没有启动菜单的,直接进的win10.
然后我是用deepin live 重新安装grub后重启,然后启动菜单只有deepin,进去deepin,执行sudo update-grub,重启就好了。

https://wiki.deepin.org/wiki/修复启动
Reply View the author
avatar
yuanpeng0509
deepin
2019-06-19 10:13
#10
https://bbs.deepin.org/post/179432
我的意思是你再检查一下 bios,有可能只是你以为是 legacy,实际是 uefi.

谢谢啦,已经解决了,是用错命令了。。我的是老本,还没有UEFI呢,只有老版的BIOS。
Reply View the author
avatar
yuanpeng0509
deepin
2019-06-19 10:19
#11
https://bbs.deepin.org/post/179432
你都不贴错误信息,谁知道怎么回事

谢谢了,已经解决了,,是安装grub时用错命令了。提示的,File system 'ext2'donesn't support embedding grub-install     无法嵌入在此次安装中GRUB只能通过使用块列表安装。。但是在列表是不可信赖的,不推荐使用。。

我原来用的是grub-install /dev/sda6    提示出错。后来改成了  grub-install --recheck  /dev/sda   直接就NO error reported ..
Reply View the author