拔插内存条后打开电脑 无法加载deepin系统了
Tofloor
poster avatar
olituc
deepin
2018-02-28 20:40
Author
安装的win 10+ deepin双系统在同一个SSD里,昨天更新了内存条,打开电脑 发现不了系统了,然后在win10pe里用 DiskGenius 把两个分区都重新写入MBR引导,重启还是没有,然后把win 10分区激活了 能打开 win10系统,用EasyBCD 设置了开机启动项 为win10 和 deepin,重启打开后出现.  grub>。
Reply Favorite View the author
All Replies
avatar
aida
deepin
2018-03-01 19:02
#1
Reply View the author
avatar
152******14
deepin
2018-03-01 20:34
#2
引导坏了。如果不嫌弃麻烦  可以用wepe 修改引导 ,重装  deepin。如果  能把deepin的recovery安装在优盘  直接用修复工具修复。
Reply View the author
avatar
wtz
deepin
2018-03-01 23:53
#3
1、输入
  1. ls (hd0,
Copy the Code

2、按回车,它会列出当前所有的分区。找到分区格式为“ext”的分区,记下它的编号(比如 (hd0,gpt2),或者(hd0,msdos3))
3、输入
  1. root=(hdX,Y)
Copy the Code

其中X,Y均为数字,也就是你刚才记录下来的分区编号;
4、输入
  1. configfile /boot/grub/grub.cfg
Copy the Code


然后就能进入系统选择界面了。
Reply View the author