Vista启动提示Bootmgr is compressed的完美解决方法


1、安装了vista精简版[暗暗制作],立刻被vista的华丽所震撼,更新完所有补丁后,看着不多的C盘空间,于是立刻进行减肥。当对C盘进行了压缩后,恶梦开始了。重启后显示:“BOOTMGR is compressed      Press Ctrl+Alt+Del to restart”。于是立刻用另一台机子,到google上查找,结果网上通用的两种方法,没有一个可以修复。无奈之下跑到微软网站用关键字bootmgr搜索。。。。。。。^-^哈哈。。居然找到了方法。我使用的方法是:

1、用vista启动,选择修复;

2、运行“Bootrec.exe  /fixmbr、Bootrec /fixboot"然后重启。。然后华丽又出现在了面前,原来
成功就是这么简单。

当然在运行这个命令之前,网上的两种方法我都试过了,C盘也解压缩了。网上通用的请看操作:1、Boot the vista dvd to get to the command line.
      expand bootmgr temp
      attrib bootmgr -s -r -h
      del bootmgr
      ren temp bootmgr
      attrib bootmgr -a +s +r +h

3、Vista安装盘启动,打开命令提示符,转到你Vista的system32(如c:/windows/system32),之后“compact  /u c:/bootmgr“最好运行"compact /u /a /f /s:C:/",把c:整个分区解压缩。