关于Deepin2014的GRUB修复问题
Tofloor
poster avatar
leehom
deepin
2014-07-01 17:26
Author
RT,GRUB出错了。
安装好了一个Deepin2014,后来进入WinPE安装Win7,不小心把GRUB弄坏了,开机直接进入Win7的引导了。
所以进入Deepin2014硬盘启动光碟,准备修复GRUB,出现图述错误。
Reply Favorite View the author
All Replies
cxbii
deepin
2014-07-01 19:13
#1
Reply View the author
leehom
deepin
2014-07-03 18:12
#2
按照链接文档,添加参数,仍然报相同的错误
Reply View the author
leehom
deepin
2014-07-03 18:56
#3
使用原装ISO(2014.7.3 01:54:26),进入系统后的错误提示。
Reply View the author
leehom
deepin
2014-07-03 21:37
#4
问题重现:正常安装Deepin2014后清除GRUB即可。
Reply View the author
ArthurDeepin
deepin
2014-07-04 02:32
#5
需要加两条命令,这个问题见过好多次了,最好改一下百科,要挂载proc!!!:
http://www.linuxdeepin.com/forum/25/22535
Reply View the author
leehom
deepin
2014-07-04 17:37
#6
需要加两条命令,这个问题见过好多次了,最好改一下百科,要挂载proc!!!:
http://www.linuxdeepin.com/forum/25/22535
感谢,我稍后照你的建议试试看,我在试图修补我的系统备份恢复脚本(https://github.com/clh021/lub),希望能够修补后能够直接支持deepin2014系统。
不过,最后希望官方能够把这个功能集成到系统设置里面,
比如,我进入到liveCD的时候,live系统的 启动菜单自动判断:
现在进入live启动(根目录是否为磁盘某个分区目录)是在进行安装操作,还是在进行修复操作,电脑内有没有deepin系统,
如果电脑内有deepin系统又没有进行安装操作,用户就进行设置启动菜单的操作,
就进行系统GRUB自动修复的工作。
Reply View the author
tsuibin
deepin
2014-07-04 18:20
#7
希望光盘增加 系统修复 和 系统升级 选项.
Reply View the author
iceyer
deepin
2014-07-04 18:23
#8
要指定一下--boot-directory
sudo mkdir -p /media/deepinsystem
sudo mount /dev/sdax /media/deepinsystem
sudo grub-install --boot-directory=/media/deepinsystem/boot /dev/sda

/dev/sdax 是Deepin系统安装分区
Reply View the author
leehom
deepin
2014-07-15 17:44
#9
跪求shell高手,帮忙升级脚本 https://github.com/clh021/lub
能够兼容 deepin2014(ubuntu14.04系列)。
(恢复系统时安装grub出现的问题)
Reply View the author
cxbii
deepin
2014-07-16 17:08
#10
需要加两条命令,这个问题见过好多次了,最好改一下百科,要挂载proc!!!:
http://www.linuxdeepin.com/forum/25/22535
好的,稍后
Reply View the author