zoukankan      html  css  js  c++  java
  • 双系统删除Ubuntu. (XP / Win 7)

    使用 WindowsXP 安装光盘恢复删除 ubuntu分区后不能启动 Windows 的方法



    安装完ubuntu后系统就用grub接管了WindowsXP的启动选项,但哪天不想用ubuntu了,除了用wubi安装能够吃后悔药外,用 WindowsXP的安装盘修复只需要一个命令,一眨眼的功夫就能正常用WindowsXP单启动了。

    无论ubuntu分区是否已经删除,开机出现grub>字符无法启动系统,或者ubuntu还呆在它的ext4分区中,直接用WindowsXP光盘 启动系统,然后照一下步骤:

    用WindowsXP 安装光盘启动计算机到如下界面:
    按照屏幕提示按下“R”键进入 恢复控制台


    一开始是选择键盘排列,稍等片刻


    控制台会列出系统中已经安装的Windows,按相应数字键进入该系统




    键入fixmbr








    ================================================================================



    安装完ubuntu后系统就用grub接管了Windows7的启动选项,但哪天不想用ubuntu了,除了用wubi安装能够吃后悔药外,用Windows7的安装盘修复只需要一个命令,一眨眼的功夫就能正常用Windows7单启动了。
    无论ubuntu分区是否已经删除,开机出现grub>字符无法启动系统,或者ubuntu还呆在它的ext4分区中,直接用Windows7光盘启动系统,然后照一下步骤:
    1、用Windows7光盘启动系统后会让你选择语言,默认的或者自己随便选一下后按下一步
    2、在下一个界面会提示安装Windows,此时选择左下角的修复计算机


    3、等待系统找到Windows7系统后按下一步
    4、选择最后一个“Command Prompt”;


    5、在弹出的命令行对话框中输入“bootrec.exe[空格]/fixmbr",按下回车后就已经删除了grub,很快。。

    退出光盘重启计算机后系统就已经自动进入Windows7了

    bootrec.exe 的其他参数:
    /FixMbr. Re-writes the master boot record (MBR) of the system partition to start Windows Vista. This won’t overwrite the existing partition table.
    /FixBoot. Writes a boot sector onto the system partition to start Windows Vista.
    /ScanOs. Scans all disks for Windows Vista installations and displays them to you. Oddly, this didn’t work for me, even on a test system that was starting just fine.
    /RebuildBcd. Scans all disks for Windows Vista installations and prompts you to pick the ones you want to add to the BCD.
  • 相关阅读:
    第十四周 Leetcode 315. Count of Smaller Numbers After Self(HARD) 主席树
    POJ1050 To the Max 最大子矩阵
    POJ1259 The Picnic 最大空凸包问题 DP
    POJ 3734 Blocks 矩阵递推
    POJ2686 Traveling by Stagecoach 状态压缩DP
    iOS上架ipa上传问题那些事
    深入浅出iOS事件机制
    iOS如何跳到系统设置里的各种设置界面
    坑爹的私有API
    业务层网络请求封装
  • 原文地址:https://www.cnblogs.com/willin/p/2286632.html
Copyright © 2011-2022 走看看