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:整個分區解壓縮。