最近对deepin突然来兴趣了,下载了2014 beta版用wubi安装了一下,发现启动进不了系统。网上倒是有解决方法,但是懒得来,就打算卸载了吧。控制面板-添加/删除程序-卸载。deepin的安装目录还在,我就直接把目录删除了。重启后,发现deepin的启动项还存在着。怎么办呢?上网搜了一下,这么搞定了。
我在网上找了许多方法,提到很多的是采用运行 --> msconfig -->启动项-->删除ubuntu启动项。但这种方法好像不顶用,因为WIN7下好像启动项中只有windows 7os这一个选项。
另外就是本文摘自百度知道提到的一种方法,经过本人使用,解决了这个问题。对这个方法说明补充下。
【本人说明】
1、以管理员身份启动cmd窗口【一定要以管理员身份启动,否者提示无法打开启动配置文件,拒绝访问。启动方法可以按照C:/windows/system32/cmd.exe路径找到cmd.exe 然后鼠标右键选择 以管理员身份运行】
<span style="font-family: mceinline;"><em> 2、输入并执行命令bcdedit,得到如下结果: C:/Windows/system32>bcdedit Windows Boot Manager -------------------- identifier {bootmgr} device partition=C: description Windows Boot Manager locale zh-CN inherit {globalsettings} default {current} resumeobject {f00a81b4-9c18-11de-817f-f75094157968} displayorder {current} {f00a81b3-9c18-11de-817f-f75094157968} {f00a81b8-9c18-11de-817f-f75094157968} toolsdisplayorder {memdiag} timeout 10 Windows Boot Loader ------------------- identifier {current} device partition=C: path /Windows/system32/winload.exe description Windows 7 locale zh-CN inherit {bootloadersettings} recoverysequence {f00a81b6-9c18-11de-817f-f75094157968} recoveryenabled Yes osdevice partition=C: systemroot /Windows resumeobject {f00a81b4-9c18-11de-817f-f75094157968} nx OptIn Real-mode Boot Sector --------------------- identifier {f00a81b8-9c18-11de-817f-f75094157968} device partition=F: path /ubuntu/winboot/wubildr.mbr description <strong> Ubuntu 【说明了系统的版本】</strong> 其中最后一条记录正是需要删除掉的ubuntu,它的ID号是{f00a81b8-9c18-11de-817f-f75094157968} 3、输入并执行命令bcdedit /delete {f00a81b3-9c18-11de-817f-f75094157968} 得到操作成功的提示: C:/Windows/system32>bcdedit /delete {f00a81b3-9c18-11de-817f-f75094157968} The operation completed successfully. </em></span>
4、重启计算机,验证成功!