电脑重启后,启动菜单消失!~
Tofloor
poster avatar
tzbd
deepin
2018-11-27 00:35
Author
我的电脑是WIN 10 X64 和DEEPING 双系统,WIN10安装在SSD上,DEEPIN安装在硬盘2的最后一个分区里。
现在有这么个问题就是,DEEPIN的启动菜单没了,电脑自动进入WIN10系统。
在WIN 10 里用EasyUEFI可以添加DEEPIN的启动菜单,也可以正常启动,可是成功启动一个系统后,再重启或开机,菜单没了,又直接启动WIN 10了。
在DEEPIN里用修复工具修复成功,也有菜单。第一次成功用启动菜单进入系统,再重启又直接进入WIN 10了。菜单又没有了。这是什么问题啊?
Reply Favorite View the author
All Replies
2 / 2
To page
avatar
rainyl
deepin
2018-12-10 01:54
#21
更新grub,使用grub引导
Reply View the author
avatar
tzbd
deepin
2018-12-11 16:46
#22
https://bbs.deepin.org/post/171556
为什么修复以后Windows的启动项就没有了?

修复后,有WIN的启动菜单,重启进WIN后,再重启就没有这个菜单了,直接进WIN了。
Reply View the author
avatar
justforlxz
deepin
2018-12-11 17:52
#23
https://bbs.deepin.org/post/171556
修复后,有WIN的启动菜单,重启进WIN后,再重启就没有这个菜单了,直接进WIN了。 ...

你的deepin和window是分开在两个硬盘么
Reply View the author
avatar
tzbd
deepin
2018-12-11 18:03
#24
https://bbs.deepin.org/post/171556
你的deepin和window是分开在两个硬盘么

win安装在第一个120的SSD上,第二个1T的硬盘,最后一个分区安装了DEEPIN
Reply View the author
avatar
justforlxz
deepin
2018-12-11 23:32
#25
https://bbs.deepin.org/post/171556
win安装在第一个120的SSD上,第二个1T的硬盘,最后一个分区安装了DEEPIN

你可以试一下在第二个硬盘上新建一个efi分区,然后把修复一下引导。

先修复引导临时进deepin,执行

sudo mount /dev/efi的分区编号 /boot/efi/
sudo grub-install --efi-directory=/boot/efi --bootloader-id=Deepin --recheck
sudo grub-mkconfig -o /boot/grub/grub.cfg

不知道能不能解决问题。虽然你现在也是正确的使用办法,但是不知道为什么bios总是不留deepin的引导。
Reply View the author
avatar
tzbd
deepin
2018-12-12 19:17
#26
https://bbs.deepin.org/post/171556
你可以试一下在第二个硬盘上新建一个efi分区,然后把修复一下引导。

先修复引导临时进deepin,执行

我在WIN里把Windows boot manager删除,加上DEEPIN的选项。
重启进入WIN后Windows boot manager又自动出现了。
Windows boot manager还可以自动修复啊?
Reply View the author
avatar
justforlxz
deepin
2018-12-13 00:29
#27
https://bbs.deepin.org/post/171556
我在WIN里把Windows boot manager删除,加上DEEPIN的选项。
重启进入WIN后Windows boot manager又自动出 ...

有的bios厂商会扫描硬盘里的EFI目录,然后添加回bios里,所以这是正常的。
Reply View the author
avatar
tzbd
deepin
2018-12-13 16:14
#28
https://bbs.deepin.org/post/171556
有的bios厂商会扫描硬盘里的EFI目录,然后添加回bios里,所以这是正常的。

哦,我的是HP420的主机。不知道有没有这个功能。
也不知道在那禁用。
Reply View the author
avatar
justforlxz
deepin
2018-12-13 16:19
#29
https://bbs.deepin.org/post/171556
哦,我的是HP420的主机。不知道有没有这个功能。
也不知道在那禁用。

https://support.hp.com/sg-en/document/c03266085

找了一下你这个机型,找到了一个关于efi失败的帖子,你可以尝试一下这些操作。

I gust had a similar problem on an HP Z420. It helped just to copy the boot loader efi file to a standard location - copying /EFI/grub_archlinux/grubx64.efi to /EFI/Microsoft/Boot/bootmgfw.efi as described in archwiki

Its possible this may also work for Lenovo's systems if they hardcode the paths for the UEFI/OS boot manager the same way.


https://wiki.archlinux.org/index ... k_840_G1#UEFI_Setup
Reply View the author
avatar
tzbd
deepin
2018-12-13 16:25
#30
https://bbs.deepin.org/post/171556
https://support.hp.com/sg-en/document/c03266085

找了一下你这个机型,找到了一个关于efi失败的帖子, ...

先谢谢了,我试试去
Reply View the author
avatar
tzbd
deepin
2018-12-13 16:29
#31
https://bbs.deepin.org/post/171556
https://support.hp.com/sg-en/document/c03266085

找了一下你这个机型,找到了一个关于efi失败的帖子, ...

先谢谢了,我试试去
Reply View the author
2 / 2
To page