WiredWX Christian Hobby Weather Tools
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WiredWX Christian Hobby Weather ToolsLog in

 


Re-post under my username: System restore problems

2 posters

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Yes you have executed command correctly.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Re-post under my username: System restore problems - Page 2 1f44d

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
It just finished the big scan...the last message was “Failed to transfer logged messages to the event log with the status 50”

Then I executed Sfc /Scannow /OFFBOOTDIR=C:\ /OFFWINDDIR=C:\Windows

My result was “Windows Resource Protection could not perform the requested operation”


Should I continue with the next step anyway?

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Don't worry about the “Failed to transfer logged messages to the event log with the status 50” error message.

Please restart your computer and try the Sfc command again.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Same result

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
That is not a good news you can try other troubleshooting steps let hope one of them works.


............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
😫 what could that mean? Did a virus cause this?
I will try the other steps that you suggested.  I know there is only so much that you can do, but I greatly appreciate all of the help that you have given me...truly.

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
I don't think its virus that has cause the boot problem you said you try to reset your computer sometimes resetting the computer can go wrong for many reasons its hard to troubleshoot this kind of problem.


............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
EDIT...Hi Freebooter,
I am in a window called EDiT BOOT OPTIONS which I have never seen before. I feel like this could be good for some reason if I know the right data to put in. It looks like this:
Edit Boot Options for:  Windows 10


Partition: {numbers,letters,etc}
Hard Disk: {numbers, letters, etc}


[ /NOEXECUTE=OPTIN /SAFEBOOT:MINIMAL


Seems to be waiting for me to hit ENTER



hope that you don’t mind one last question...The BOOTREC FixMbr/FixBoot/RebuildBcd scans DID go through:
“Successfully, scanned Windows installations.
Total identified Windows installations:0
The operation completed successfully.

X: \Windows\systems32>

Any last advice?

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
You don't need to mess around with Edit Boot Options menu you can boot into Safe Mode from  Windows Recovery Environment.


Re-post under my username: System restore problems - Page 2 Xsme_6.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.Y9rDpla-d2

Re-post under my username: System restore problems - Page 2 Xsme_7.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.M_YiKzcszj

Re-post under my username: System restore problems - Page 2 Xsme_8.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.l3thWqh3tb

Re-post under my username: System restore problems - Page 2 Sme_9

You’ll see a version of the familiar Advanced Boot Options menu. Press the number corresponding to the startup option you want to use (i.e., press the 4 key for regular Safe Mode).

Re-post under my username: System restore problems - Page 2 Sme_10



Have you restored registry files from backup?


Since the BCD store exists and lists a  Windows installation, you'll first have to "remove" it manually and then  try to rebuild it again. At the prompt, execute the bcdedit command as shown and then press Enter:

bcdedit /export c:\bcdbackup

The bcdedit command is used here to export the BCD store as a file: bcdbackup. There's no need to specify a file extension.

The command should return the following on screen:
The operation completed successfully.

Meaning the BCD export worked as expected.

At this point, you need to adjust several file attributes for the BCD store so you can manipulate it. At the prompt, execute the attrib command exactly like this:

attrib c:\boot\bcd -h -r -s

What you just did with the attrib command was remove the hidden, read-only, and system attributes from the file bcd. Those attributes restricted the actions you could take on  the file. Now that they're gone, you can manipulate the file more freely  - specifically, rename it.

To rename the BCD store, execute the ren command as shown:

ren c:\boot\bcd bcd.old

Now that the BCD store is renamed, you should now be able to successfully rebuild it.

Try rebuilding the BCD again by executing the following, followed by Enter:

bootrec /rebuildbcd

Restart your computer after rebuilding the BCD store.





If above command does not work please execute below command and reboot your computer to see issue resolves.


Code:

DISM    /Image:C:\     /Cleanup-Image   /RevertPendingActions


Replace C:\ drive letter with Windows 10 installed partition drive letter.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi Freebooter,

The 1st command worked but the attrib c:\boot\bcd -h -r -s command did not. “ Path not found -  c:\boot “ Re-post under my username: System restore problems - Page 2 1f62a

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
My bad i forget that the C: drive letter is assign to Windows 10 installed partition.  

You will have to use Diskpart command to find out the System Reserved partition drive letter and replace all C: drive letter with System Reserved partition drive letter.


From Command Prompt  execute below commands:

Code:


Diskpart

List Volume


The output of the above commands may display the name of the System Reserve partition as only System.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
I am sorry for so many questions, but I just don’t want to do the wrong thing...this is what came up after the last prompts:

Volume 0.  C. Windows.        NTFS. Partition. 27GB. Healthy  not hidden 
Volume 1.                            FAT32 Partition. 260MB. Healthy. Hidden
Volume 2.  D. Windows RE.   NTFS. Partition.  979MB. Healthy. Hidden

DISKPART>

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
You don't need to be sorry please ask many questions you have i don't mind!

Does Volume 1 have a drive letter?


............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
No, no label or letter

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Please give me time to type instructions for you on how to assign drive letter to volume 1 and use dir command to find out if volume 1 contains BCD file if it does then you can use Volume 1 drive letter.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Absolutely...THANK YOU!

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
From Command Prompt type following commands:

1. Type diskpart and press Enter.

2. Type list volume and press Enter.

3. Note Volume 1 corresponding Volume number.

4. Now type select Volume=N and press Enter, where N is the Volume number you noted earlier in your case it was number 1.

5. Now type assign letter=w and press Enter.

6. Type exit and press Enter.

7. Type Dir /A /B W:\boot\bcd command and press Enter.

If Dir command founds BCD file at W: volume (partition) use the W: drive letter to replace C: drive letter to execute below commands:


Since the BCD store exists and lists a Windows installation, you'll first have to "remove" it manually and then try to rebuild it again. At the prompt, execute the bcdedit command as shown and then press Enter:

bcdedit /export c:\bcdbackup

The bcdedit command is used here to export the BCD store as a file: bcdbackup. There's no need to specify a file extension.

The command should return the following on screen:
The operation completed successfully.

Meaning the BCD export worked as expected.

At this point, you need to adjust several file attributes for the BCD store so you can manipulate it. At the prompt, execute the attrib command exactly like this:

attrib c:\boot\bcd -h -r -s

What you just did with the attrib command was remove the hidden, read-only, and system attributes from the file bcd. Those attributes restricted the actions you could take on the file. Now that they're gone, you can manipulate the file more freely - specifically, rename it.

To rename the BCD store, execute the ren command as shown:

ren c:\boot\bcd bcd.old

Now that the BCD store is renamed, you should now be able to successfully rebuild it.

Try rebuilding the BCD again by executing the following, followed by Enter:

bootrec /rebuildbcd

Restart your computer after rebuilding the BCD store.

If the Dir command cannot found BCD file please let me know.


............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Couldn’t get past Dir /A /B W:\boot\bcd command...”The System cannot find the file specified”

To be clear, I entered:(italic words,letters, numbers are what I actually typed and bold is computer)
DISKPART> select Volume 1
Volume 1 is the selected volume.
DISKPART> assign letter=w
Diskpart successfully assigned the drive letter or mount point.
DISKPART> exit
Leaving DiskPart...


X:\windows\system32>Dir /A /B W:\boot\bcd
The system cannot find the file specified.

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Please execute following command and restart your computer.

Type bcdboot c:\Windows /s w: /f uefi and press Enter.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Okay...and should I start the instructions you posted at 2:23pm from he beginning again?

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Please copy and paste the instructions at your next post.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
What instructions?

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Loo007 wrote:
Okay...and should I start the instructions you posted at 2:23pm from he beginning again?

You ask if you should follow instructions i have posted at 2:23pm i leave at Turkey we have different local times so i need you to either post the instructions you want to follow or give me the post number for the instructions.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Oh...my apologies!!  The most recent ones that didn’t go through. (Before the restart)
The forum will not allow me to copy and paste your text for some reason

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Yes you can follow all my instructions.

Did the bcdboot c:\Windows /s w: /f uefi command worked if not can you paste the error message?

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Sorry @Loo007 i have to go to sleep i'm very sick.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Sleep...I hope you feel better!! Thank you again my friend

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Thank you very much @Loo007!

Please let me know how you are progressing?

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hello, I hope that you are feeling better today!

I am at the same standstill as I was from the last message because I am still in the same loop.  Every time the laptop restarts without me pressing F11, the following screen comes on (FYI).

Your device needs to be repaired.
The operating system couldn’t be loaded because the system registry file is missing or contains errors.


File: \Windows\system32\config\system
Error code: 0x0000225


So I just turned it off. It almost feels useless and I don’t want to take up too much of your time!

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi @Loo007

Thank you i feel little better.

That error message indicate that the System registry hive file missing or contains error. Have you completed below commands?



Windows Vista/ 7/8/8.1/10 keep a regular backup of the registry handy in case you need to overwrite a corrupted registry. By default, the RegIdleBackup task runs every 10 days, so that’s as far back as you would lose if you replaced the current registry with the automatically backed-up files. You can find the backed-up registry files in \Windows\System32\config\RegBack folder.


Please boot your computer with Windows Setup Media and from Windows Recovery Environment start the Command Prompt.

Please type below command into Command Prompt and press Enter key.

Code:

 Dir C:\Windows\System32\config\RegBack



Above command will list files stored within RegBack folder and there file size, make sure files are not zero size if they are do not follow below instructions.

Re-post under my username: System restore problems - Page 2 AkBT8zC

Please replace partition letter C: with Windows installed partition letter. When computer boots into Windows Recovery Environment (WinRE) environment the drive letter assign to Windows partition may not be C: drive letter because Windows 7, 8 , 8.1 and 10 creates a separate system partition when it's installed from scratch. The system partition contains boot files WinRE assigns the system partition the C: drive letter and the Windows installed partition will be assign any other drive letter usually D: drive letter is assign to Windows installed partition. The Bcdedit /enum | find "osdevice" command can be use to find out the drive letter of the Windows installed partition the output of the Bcdedit command is similar to this osdevice partition=D:. The drive letter after partition= is the drive letter of the Windows partition.

Please type below commands into Command Prompt and for each command you have typed press Enter key.



Code:

Ren  C:\windows\system32\config\SAM        SAM.BAK

Ren  C:\windows\system32\config\SYSTEM      SYSTEM.BAK

Ren  C:\windows\system32\config\SECURITY    SECURITY.BAK

Ren  C:\windows\system32\config\DEFAULT    DEFAULT.BAK

Ren  C:\windows\system32\config\SOFTWARE    SOFTWARE.BAK

 

Copy  C:\Windows\System32\config\RegBack\SAM        C:\windows\system32\config

Copy  C:\Windows\System32\config\RegBack\SYSTEM      C:\windows\system32\config

Copy  C:\Windows\System32\config\RegBack\SECURITY    C:\windows\system32\config

Copy  C:\Windows\System32\config\RegBack\DEFAULT    C:\windows\system32\config

Copy  C:\Windows\System32\config\RegBack\SOFTWARE    C:\windows\system32\config



This procedure assumes that Windows Vista/7/8/8.1/10 is installed to the C:\ partition. Make sure to replace C:\ drive letter to the appropriate Windows OS installed partition drive letter if it is a different location.


Above commands renames the registry files at their existing location, and then copies the registry files from the RegBack folder to the C:\Windows\System32\Config folder.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi, here go the questions again...the command brought up results exactly like the black screen in your directions with all
0 files. 
It says to NOT follow below instructions if all files are zero. So what do I do?

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi Freebooter,

Respectfully, I feel like I am going in circles, executing the same commands over and over since almost the beginning with no change or improvement.
At this point, do you think that we are wasting our time?

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi @Loo007

Sorry to say but yes we have no option left except reinstall Windows 10.


Do you have working Windows installed computer?

Do you need to backup personal files?

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi Freebooter,

There is a desktop in the house with Windows...yes

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
You can use Windows 10 Media Creation Tool to create Windows 10 installation media DVD or USB flash drive.

Use the Windows 10 Installation Media to Reset your computer if that won't work then you will need to do a clean install of Windows 10.


Please make sure to install correct Windows 10 edition that matches same Windows 10 edition installed on your computer.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Okay, so I attach the laptop to the desktop.  How can I download the media’s tool if I can’t open up the laptop?
I really don’t know how to do it😫

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
You don't need to attached laptop to Desktop you will create Windows Installation Media from Desktop and boot your laptop with Windows Installation Media.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi @Loo007

How is everything progressing, do you need more assistant on this issue?

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi Freebooter, I have not attempted it yet as I am not sure how to do it.

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi @Loo007

You can ask me any questions you have i will help you reinstall Windows 10.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Maybe article at below website will be helpful to you.

How to do a Clean Install of Windows 10, the Easy Way

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi Freebooter,

Sorry it has been so long...I was getting frustrated and gave up and then realized that I DON’T give up.
If you are still willing to help me, this is where I am...

My laptop is in the same state.
My question is, I need a usb flash drive to download Windows Media Player to install Windows 10 from a desktop computer?

Thank you!

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
Hi @Loo007

You can use "Windows 10 Media Creation Tool" to create Windows 10 bootable USB Flash Drive or bootable Windows 10 DVD, the choice is yours.

I hope i have answered your question correctly if not let me know please.

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
How is everything progressing, do you need more assistant on this issue?

How to Clean Install Windows 10

............................................................................................

FreeBooter
Re-post under my username: System restore problems - Page 2 1363

Co-Administrator

descriptionRe-post under my username: System restore problems - Page 2 EmptyRe: Re-post under my username: System restore problems

more_horiz
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum