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.
  • 相关阅读:
    PostgreSQL中enable、disable和validate外键约束
    npm 安装依赖 以及dependencies 和 devDependencies的区别
    Vue2.0项目工程升级3.0
    npm : 无法加载文件 D:Program Files odejs ode_global pm.ps1,因为在此系统上禁止运行脚本。
    有搜索功能的下拉框插件chosen.jquery.js
    jsplumb vue 流程设计器页面
    QRCoder生成二维码
    jquery.jCal.js显示日历插件
    组织架构树后端逻辑
    JavaScript InfoVis Toolkit Jit中的SpaceTree 展现组织结构图
  • 原文地址:https://www.cnblogs.com/willin/p/2286632.html
Copyright © 2011-2022 走看看