Software & Apps > Windows How to Use Bootsect /nt60 to Update the VBC to BOOTMGR A tutorial on updating the volume boot code By Tim Fisher Tim Fisher Facebook Twitter Senior Vice President & Group General Manager, Tech & Sustainability Emporia State University Tim Fisher has more than 30 years' of professional technology experience. He's been writing about tech for more than two decades and serves as the SVP and General Manager of Lifewire. lifewire's editorial guidelines Updated on July 1, 2022 Tweet Share Email Tweet Share Email Windows The Ultimate Laptop Buying Guide What to know Open Advanced Startup Options (Windows 11/10/8) or boot to System Recovery Options (Windows 7/VIsta).Next: Select Command Prompt > enter "bootsect /nt60 sys" > check results > close Command Prompt > restart. This article explains how to update the VBC to BOOTMGR using the bootsect command in Windows Vista and newer. How to Update the VBC to BOOTMGR Follow these steps to boot to Command Prompt and run the appropriate command: Access Advanced Startup Options (Windows 11, 10 & 8) or boot to the System Recovery Options menu (Windows 7 & Vista). Feel free to borrow a friend's Windows disc or flash drive to access one of these diagnostic modes if you don't have Windows media on hand. Using original installation media is just one way of accessing these repair menus. See How to Create a Windows 8 Recovery Drive or How to Create a Windows 7 System Repair Disc (depending on your version of Windows) for help creating repair discs or flash drives from other, working copies of Windows. These options aren't available for Windows Vista. Select Command Prompt. Command Prompt functions similarly between operating systems, so these instructions will apply equally to any version of Windows setup disc you're using—Windows 11, Windows 10, etc. Type this command, and then press Enter: bootsect /nt60 sys This will update the volume boot code on the partition used to boot Windows to BOOTMGR, the one that's compatible with Windows Vista and later Windows operating systems. The nt60 switch applies the [newer] boot code for BOOTMGR while the nt52 switch applies the [older] boot code for NTLDR. Some documentation online regarding the bootsect command refers to it updating the master boot code, which is incorrect. The bootsect command makes changes to the volume boot code, not the master boot code. You should now see a result that looks something like the text below. Close the Command Prompt window and then remove the Windows disc from your optical drive or the Windows flash drive from its USB port. C: (\\?\Volume{37a450c8-2331-11e0-9019-806e6f6e6963}) Successfully updated NTFS filesystem bootcode. Bootcode was successfully updated on all targeted volumes. If you receive some kind of error, or this doesn't work after you try to start Windows normally again, try running bootsect /nt60 all instead. The only caveat here is that if you dual boot your computer, you may inadvertently cause a similar, but opposite, problem with any older operating systems you boot to. Select Restart or Continue, whichever option you see. Windows should start normally now. If you're still experiencing your problem, like a hal.dll error for example, see the note in Step 4 for another idea or continue with whatever troubleshooting you were following. Was this page helpful? Thanks for letting us know! Get the Latest Tech News Delivered Every Day Subscribe Tell us why! Other Not enough details Hard to understand Submit