No System Reserved Partition, Boot device not found, corrupt BCD / MBR

in #technology6 years ago


This walkthrough shows you how to create a new System Reserved Partition and boot from an existing windows installation without reinstalling windows.

Recently I had an old server with a FAT32 system reserved partition and a bunch of extra partitions. I have already moved all the data off the server and it was ready for decommissioning. Before, I did this I wanted to go ahead and remove all these old partitions and just leave the C: Drive with the Windows installation then rebuild the System Reserved partition as NTFS as an exercise. Many backup programs have issues doing block level images with FAT32 partitions OR you need to do a physical to virtual setup. For me, I wanted to decommission the hardware but be able to spin up this server in a virtual environment if needed.

DO NOT ATTEMPT THIS IF YOU DON'T HAVE BACKUPS!!!!


Step 1: Delete old partitions and create new ones

  • Boot into your partition manager of choice (I used Parted Magic https://partedmagic.com/) - GParted
  • Delete extra partitions including the old FAT32 system partition (These all should be very small between 100 MB and up to 2 GB)
  • Create new NTFS partition with 512 MB of space and label it System Reserved
  • Shutdown
Step 2: **Setup Partitions with the correct drive letters**
  • Launch Windows 10 Install disc / usb
  • Shift+F10 once you see language select to bring up command prompt
  • Launch "DISKPART"
  • select volume with 512MB (ex: select vol 0)
  • assign letter=G: (or any letter that isn't taken that is NOT C:)
  • exit OR If Windows operating system is NOT on C:
  • select volume with windows installation on it
  • assign letter=C:
  • exit
example output:
diskpart
select disk 0
list vol
select vol 0 <---500 MB Partition
assign letter=G:
select vol 1 <--- Large Partition with Windows Install on it
assign letter=C:
exit
Partitions are done - now time to fix problems with the "type" of partition - By forcing all paritions to be NTFS NT60
bootsect.exe /nt60 all /force
Step 3: Copy Boot Records, Fix MBR, and Rebuild BCD
  • Rebuild new system reserved partition with EFI and regular boot files
    • bcdboot c:\Windows /s <boot letter of System Reserved Partion>: /f ALL
bcdboot c:\Windows /s G: /f ALL
  • Now we can finally rebuild the bcd and master boot record like you see in so many online guides
  • You can verify the system is seeing the windows installation by doing a bootrec /scanos and then be running through the rest of the commands to do the rest of the repairs
bootrec /scanos <---Verify it sees the windows install
bootrec /fixmbr
bootrec /fixboot <----Pick the installation will mirror /scanos
bootrec /rebuildbcd
  • Reboot and you are done!
Leave any Questions and Comments below and I will get back to you. I regularly publish on YouTube, Steemit, and christitus.com so if you’d like to see more videos please like, subscribe, and follow me.

Posted from my blog with SteemPress : https://www.christitus.com/2018/07/02/no-system-reserved-partition/
Sort:  

Hi, @christitus!

You just got a 0.12% upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in here to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.

Coin Marketplace

STEEM 0.26
TRX 0.11
JST 0.032
BTC 63547.08
ETH 3070.13
USDT 1.00
SBD 3.83