win7下安全卸载linux系统

在Win7上安装Linux双系统后,一般都是用的grub启动管理器,想安全的卸载还真是有些难度,下面是我实践过的方法。

网上好多说一条命令:bootrec /fixmbr就搞定的,反正在我这个华硕笔记本上始终没有成功。

1. 下载MbrFix.exe

首先进入Windows 操作系统,进入www.sysint.no 网站下载MbrFix.exe,从上往下数第三个软件即是;

下载完成后解压zip压缩包,将MbrFix.exe 剪切到C盘(系统盘);

(如果是64位的系统,请用MbrFix64.exe)

开始–>运行–>cmd–cd \命令进入C盘符–>运行命令:

(如果是Win7系统,运行命令: MbrFix64 /drive 0 fixmbr /win7 /yes –>Enter回车)

这样MBR修复就完成了,没有任何提示(没有消息就是最好的消息)。接下来直接删除linux分区就可以了。

*************************************************************************************************************

好了,如果以上方法不行,先要有个安装的DVD光盘,从光盘启动,然后点击语言选择–>修复系统,这时候如果出现了win7的系统,那么上面的那条命令方法可能有效,不过为了保险起见,用全套命令行最爽,上面选择修复系统后,应该有个命令提示符的选项,点击后可以进入DOS命令行,开始狂敲命令。(下面的//代表注释,不要敲)

So to begin with, you’re going to need a recovery disc (Windows 7/Vista/XP installation disc and boot into setup. I dont think it matters which one as long as you can get to the command prompt).

Once in, navigate and find the Repair option, and then choose Command Prompt.

We’ll first make the partition ACTIVE by using DISKPART:

1. Enter in command prompt:

DISKPART

2. List all disks

LIST disk

3. Select which disk to use

SELECT disk #        // where # is 0 through n depending on what drive you want

4. List the partitions on the disk

LIST partition

5. Select which partition to use

SELECT partition #

6. Make the partition ACTIVE
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章