Windows 2008 won’t boot after disk resize
November 3rd, 2008
I recently used GParted to resize a server 2008 partition, all went swimmingly until I rebooted and was prompted with a Windows Boot Manager error.
File: \Windows\system32\winload.exe
Status: 0xc0000225
Info: The selected entry could not be loaded because the application is missing or corrupt.
The Fix
1. Boot the windows server 2008 cd
2. Select your language
3. Select repair your computer
4. c:\
cd \windows\system32
bcdedit /set {bootmgr} device boot
bcdedit /set {default} device boot
bcdedit /set {default} osdevice boot
5. Restart
I have since learned that you can just use shrink volume from within the storage manager.