[win8.1][upgrade]couldn't update the system reserved partition error


Recommended Posts

  On 29/08/2013 at 22:23, Brando212 said:

system specs?

did you run as admin?

try in safe mode?

i7 940

6GB

intel SSD 150GB

HD6870

 

-----

yes i did as admin

 

i don't suppose upgrade would work in safe mode

:woot:

 

I solved my problem (and yours, too, I hope!) the problem was that I was running out of space on the recovery partition. I solved it by going to the Disk Management function in Computer Management, assigning a drive letter to the recovery partition, then deleting all the folders that were for languages other than English. The Win 8.1 install then worked. Whew! After Win 8.1 installed, I removed the drive letter from the recovery partition since it's not needed for anything else.

 

Good luck to you.

  On 31/08/2013 at 21:21, Pikey said:

Make sure you only have one drive installed , that might be confusing things!

 

I had to temporarily take a SD card out of my tablet first for instance ...

 

this is a desktop...

 

  On 01/09/2013 at 06:55, toml_12953 said:

:woot:

 

I solved my problem (and yours, too, I hope!) the problem was that I was running out of space on the recovery partition. I solved it by going to the Disk Management function in Computer Management, assigning a drive letter to the recovery partition, then deleting all the folders that were for languages other than English. The Win 8.1 install then worked. Whew! After Win 8.1 installed, I removed the drive letter from the recovery partition since it's not needed for anything else.

 

Good luck to you.

 

perhaps worth a shoot

 

edit:

except that i don't have recovery partition

 

i have System Reserved (~ 100MB partition)

  On 31/08/2013 at 21:27, littleneutrino said:

When in doubt, wait for the official release.

 

Technically this is the same release that will be "official". The likely issue here is people have "messed" with their installs and installed language packs, 3rd party modifications, etc. And the setup is then unable to detect the proper version to allow an upgrade.

 

I have successfully upgraded 3 systems so far without any issues. Mine were Windows 8 Pro.

  On 01/09/2013 at 12:53, xendrome said:

Technically this is the same release that will be "official". The likely issue here is people have "messed" with their installs and installed language packs, 3rd party modifications, etc. And the setup is then unable to detect the proper version to allow an upgrade.

 

I have successfully upgraded 3 systems so far without any issues. Mine were Windows 8 Pro.

 

coming to think about it

 

8.1 preview  could messed up something when it failed in the final phase and rolled back about 2 months ago

 

i have successfully installed it in another PC

 

look like my only option is to start clean -> format   when i have some free time 

 

it must be it ,

  On 01/09/2013 at 23:27, toml_12953 said:

System reserved or recovery - it doesn't matter. If you assign it a letter and free up space on it, the install will go through.

 

i checked inside (and made sure to tick show hidden files)

 

there is only one file worth 1kb :s can't view anything but still there is only 13MB of 100MB  free space

 

 

 

post-254628-0-81000000-1378089794.jpg

  • 2 weeks later...

I got it to install using the hints in this thread and some extra work.

 

I'll go through this step by step and hopefully it will help someone.

 

1. press win+r and type diskmgmt.msc

 

2. click on your C: drive

 

3. below the list of drives there will be a partition map, the first partition will be Data or some such, listed at 100MB, right click on it and go to change drive letters and paths -> add -> now choose Y: for the drive letter

 

4. open an admin cmd prompt, in win8 you can press win+x and choose command prompt (admin), in win7 you have to create a shortcut for cmd.exe, then go to compatibility in the shortcut properties, and choose run as admin

 

5. type: Y: <enter> in the cmd window

 

6. run these commands:

 

takeown /f . /r /d y
icacls . /grant administrators:F /t

attrib -h -s -r bootmgr

 

NOTE: for the icacls command you can use your username instead of administrators, to find out your username type 'whoami'

 

7. now open explorer (win+e) go to the Y: drive under compuer, go into the Boot folder, and delete all languages other than en-US. Languages are in the form xx-XX. Make sure to shift+delete and not just delete so they don't go to the recycle bin. Empty the recycle bin afterwards just in case.

 

8. now go back to the admin command prompt, and type this command:

 

chkdsk Y: /F /X /sdcleanup /L:5000

 

this truncates the NTFS log to 5MB, it can be very very big, not leaving enough space for the install

 

at the end of the output it should tell you that you have at least 50MB of free space on the partition

 

9. proceed with the windows 8.1 installation

 

10. once booted into 8.1 and set up, you can go back into diskmgmt.msc and remove the drive letter for the boot partition

 

Good luck!

  • Like 3

 

I evently resolved the issue by clean installing and deleting Boot + C partition and reinstaling Windows 

 

it work better now , and 8.1 upgrade installer doesn't have any issue as well  for all what it worth as well

Whilst updating my main machine (Linux, Snow Leopard and Windows 7) to Windows 7 SP1 I had a problem installing the service pack. It would error out after a short time with an error which referred to being unable to mount the system volume. After trying Windows Update and the standalone installer multiple times I realised that the problem was with my drive configuration. I unplugged my OSX and Linux hard drives and it installed without a hitch. I then reinserted those two drives and all was working as intended.

  • 1 month later...
  On 13/09/2013 at 21:19, rkitover said:

I got it to install using the hints in this thread and some extra work.

 

I'll go through this step by step and hopefully it will help someone.

 

1. press win+r and type diskmgmt.msc

 

2. click on your C: drive

 

3. below the list of drives there will be a partition map, the first partition will be Data or some such, listed at 100MB, right click on it and go to change drive letters and paths -> add -> now choose Y: for the drive letter

 

4. open an admin cmd prompt, in win8 you can press win+x and choose command prompt (admin), in win7 you have to create a shortcut for cmd.exe, then go to compatibility in the shortcut properties, and choose run as admin

 

5. type: Y: <enter> in the cmd window

 

6. run these commands:

 

takeown /f . /r /d y

icacls . /grant administrators:F /t

attrib -h -s -r bootmgr

 

NOTE: for the icacls command you can use your username instead of administrators, to find out your username type 'whoami'

 

7. now open explorer (win+e) go to the Y: drive under compuer, go into the Boot folder, and delete all languages other than en-US. Languages are in the form xx-XX. Make sure to shift+delete and not just delete so they don't go to the recycle bin. Empty the recycle bin afterwards just in case.

 

8. now go back to the admin command prompt, and type this command:

 

chkdsk Y: /F /X /sdcleanup /L:5000

 

this truncates the NTFS log to 5MB, it can be very very big, not leaving enough space for the install

 

at the end of the output it should tell you that you have at least 50MB of free space on the partition

 

9. proceed with the windows 8.1 installation

 

10. once booted into 8.1 and set up, you can go back into diskmgmt.msc and remove the drive letter for the boot partition

 

Good luck!

Sorry for such a quote of a one hit wonderful post. HUGE KUDOS to rkitover !!

 

Some additional hits.

 

#1. If you have you Windows 8 to auto start in a standard user account. Bad idea. Set it to require a login, so the system will use it's login to complete the update.

#2. If you have media center and you go to the control pan and turn off your media options. including Media Center, it will still be there. You have the feature and is licensed to your machine, so you can turn it back on. Good idea turn it off before the upgrade.

#3 If you are running  Ceton Corp InfiniTV software, un install it. You would be best to reinstall it after you are sure all is working properly.

 

Good Luck. These items HELPED ME. Learn by trial and error error error. :-))

Hi,

I tried the solution below, but I cant see in the Y drive the boot folder (actually only a system file and the bootmgr file). I have administrative account enabled. Ticking the hidden files didn't reveal it either. Any suggestions how to erase the languages?

  • 4 months later...

The only time I ever received that error was because the reserved system partition was too small (I think 100mb) when it needed to be 250mb. I can't remember how or why that happened though!

  • 10 months later...
  • 6 months later...
  On 12/08/2015 at 16:55, Elias Ibrahim said:

The solution is quite simple. 

Go to computer management | Disk Management.

Right click on your C drive and mark partition as active

Ok and you should be good to go

 

 

partition.jpg

Marking the C: drive as active is going to just cause nothing to boot. since the "System Reserved" partition should be active, not the C: drive.

  On 12/08/2015 at 16:55, Elias Ibrahim said:

The solution is quite simple. 

Go to computer management | Disk Management.

Right click on your C drive and mark partition as active

Ok and you should be good to go

 

 

partition.jpg

This is the only thing that worked for me...thanks so easy and simple!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • LibreOffice narrows gap with Microsoft Office in 25.8 Beta 1 by David Uzondu The Document Foundation has released LibreOffice 25.8 Beta 1 for public testing on Linux, macOS, and Windows. This is the second pre-release for the 25.8 cycle and the foundation says that the final, stable version of LibreOffice 25.8 is expected to land at the end of August 2025. Starting off with Writer, LibreOffice's Word, the developers have finally addressed some long-standing annoyances, including a new command to easily insert a paragraph break right before a table. This beta also introduces a useful privacy feature in its Auto-Redact tool, letting you strip all images from a document with a single option. To use it, go to Tools and select the Auto-Redact option: The application has improved its ability to handle different languages for punctuation, preventing mix-ups in multilingual documents. Other notable improvements have also been made. A new hyphenation rule lets you choose to prevent a word from splitting at the end of a page, moving the whole line to the next page instead. Microsoft Word has had this feature for years now. The Navigator now displays a handy tooltip with word and character counts for headings and their sub-outlines. Scrolling behavior when selecting text has been improved, making it less erratic. A new command with a keyboard shortcut was added for converting fields into plain text. Calc gets a lot of new functions that bring it closer to its competitors like Excel, including TEXTSPLIT, VSTACK, and WRAPROWS. Impress now properly supports embedded fonts in PPTX files, which should reduce headaches when sharing presentations with PowerPoint users. Alongside these additions, the project is also cleaning house; support for Windows 7, 8, and 8.1 has been completely dropped. There are also smaller UI tweaks across the suite, like allowing a single click to enter rotation mode for objects in Writer and Calc. macOS users get better integration, with proper support for native full screen mode and new window management features from the Sequoia update. In terms of performance, the team has optimized everything from loading huge DOC files and XLSX spreadsheets with tons of conditional formatting to simply switching between sheets in Calc. These improvements should be noticeable, especially when working with complex documents. A new application-wide "Viewer mode" has also been implemented, which opens all files in a read-only state for quick, safe viewing. On a related note, The Document Foundation has joined efforts by the likes of KDE to encourage Windows 10 users to switch to Linux. Also, you might have heard that Denmark, in a bid to lessen its reliance on Microsoft, has decided to make a full switch to LibreOffice, with plans to begin phasing out Office 365 in certain ministries as early as next month. If you're interested in this release, you can read the full release notes and download the binaries for your platform: Windows, macOS (Intel | Apple Silicon), or Linux (DEB | RPM). You can also get the latest stable version from our software stories page.
    • Until it can be used 100% offline (ie: PST file support or equiv) not even considering it. I'll jump to Thunderbird first which has gotten a LOT better since the last time I looked at it.
  • Recent Achievements

    • Explorer
      Case_f went up a rank
      Explorer
    • Conversation Starter
      Jamie Smith earned a badge
      Conversation Starter
    • First Post
      NeoToad777 earned a badge
      First Post
    • Week One Done
      JoeV earned a badge
      Week One Done
    • One Month Later
      VAT Services in UAE earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      545
    2. 2
      ATLien_0
      227
    3. 3
      +FloatingFatMan
      159
    4. 4
      Michael Scrip
      113
    5. 5
      +Edouard
      105
  • Tell a friend

    Love Neowin? Tell a friend!