Bootcamp operating system missing error after resizing partition

Solution 1:

Firstly - Sorry for bringing up an old question - I just spent a year trying to find the answers and only found questions so I figured I'd answer a past one with my solution

Resize Bootcamp partition:

  1. Boot to MacOS and use disk utils to shrink OS X partition leaving unallocated space on hdd

<-- I believe you are at this point based on the empty space starting at 852326800 -->

  1. Boot to GParted and use the copy/resize function to expand the windows partition to the left (this covers your extended space)

  2. Boot back to OS X and use FDisk to mark the Bootcamp partition as bootable (Was partition 4 in my case and looks to be in your case)

  3. Bless a Windows bootable USB before restart (with startup repair avaliable on it)

    sudo bless -mount "/Volumes/**mountedusb**/" -legacy -setBoot -nextonly
    
  4. Boot to windows usb and run startup repair

  5. Restart and you should be good.