Share via

How to Fix Attribute record () from file record segment () is corrupted?

Anonymous
2023-04-07T05:52:37+00:00

Hello Everyone, Call me By Moh

I am using a PC passed to me from a family friend, its not really old "6 years according to PC health check". It's an HP notebook running Windows 10 Pro Version 22H2 that i have downloaded and installed once i got this PC.

The problem is that i have noticed whenever i restart it, or shutdown, it would tell me that an error occurred once i open it "a device that is supposed to be connected isn't connected or can't be accessed". I googled around until i found that i am supposed to run a disk check and system file check which i did using the commands (chkdsk /r) and (sfc /scannow) when i run cmd as administrator.

The sfc /scannow was successful apparently and everything went well but the (chkdsk /r) didn't go well, it responded by saying can not lock disk. (Check link for photo, i couldnt upload it).

https://drive.google.com/file/d/1BifALrYkUM-6yFX4ZhXGUcoNhMYlXM0A/view?usp=share_link

So i google again about this and i found out that i should try using chkdsk /f /r /x but it also didnt work, same respond. so i just did a chkdsk and the following respond showed me that i have errors somewhere and i want to know how can i fix such issue because its really annoying. (Check link for photo, i couldnt upload it).

https://drive.google.com/file/d/1flDYhwDcDPfOyiAWiY_ElwOF87IeuVeR/view?usp=share_link

Thank you

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2023-04-07T06:33:06+00:00

    Hello, I'm Greg, here to help you with this.

    Test the hard drive or SSD with diagnostics:

    https://www.lifewire.com/free-hard-drive-testin...

    https://mashtips.com/ssd-health-test-and-perfor...

    HP and Dell have hardware diagnostics triggered by tapping the ESC or F12 keys respectively as you power on.

    Best is to use the HDD/SSD manufacturer's own if there is one, otherwise use Seatools bootable long test: http://blog.nowherelan.com/2013/04/04/boot-seat...

    Follow this up with a full Disk Check from the Command Prompt in WinRE Repair Mode or from bootable media: https://www.windowsdigitals.com/how-to-run-chkd... from the Command Prompt at boot: https://www.tenforums.com/tutorials/2294-advanc...

    Feel free to ask back any questions. Based on the results you post back, I will have other suggestions if necessary.

    ____________________________________________

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-04-09T04:47:47+00:00

    Important Announcement:

    I finally understood the problem, I accidentally deleted the windows boot partition aka "BCD partition", which caused me the error 0xc0000225 during booting.

    I learnt from a trustable source that I should use the following steps to fix it:

    If you have accidentally deleted the system partition that contains the boot configuration data (BCD), you will need to recreate the partition and rebuild the BCD to restore your computer's ability to boot. Here are the steps to follow:


    1. Insert your Windows installation media and restart your computer.


    2. Boot your computer from the installation media.


    3. Select your language and keyboard preferences, and then click "Next".


    4. Click "Install Now".


    5. Accept the license terms, and then click "Next".


    6. Select the "Custom: Install Windows only (advanced)" installation type.


    7. Select the drive where you want to install Windows, and then click "Next". If you do not see the drive, click "Drive Options (Advanced)" and then select the "New" button to create a new partition.


    8. Wait for Windows to install.


    9. Once installation is complete, restart your computer and boot it from the hard drive.


    10. Insert the Windows installation media again and choose "Repair your computer" from the installation screen.


    11. Select "Troubleshoot" and then select "Advanced options".


    12. Select "Command Prompt".


    13. Type the following commands and press Enter after each one:


    bootrec /scanos

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /rebuildbcd


    14. Wait for the commands to finish running.


    15. Restart your computer and see if it boots properly.


    If you still experience issues, you may need to perform a clean install of Windows.

    So that's how I learnt it would be fix, unless u have to redownload your windows software.

    good luck for those with the same issue, thanks everyone for the support

    0 comments No comments
  3. Anonymous
    2023-04-07T16:51:52+00:00

    Hello Shivam Pandey,

    I have tried your method because it genuinely seemed simple and doesnt require anything. The problem wasn't solved however. I restarted after the fixing and scanning took place and it gave me a blue screen again saying the following:

    Your PC couldn't start properly

    A required device isn't connected or cant be accessed.

    Error code: 0xc0000225

    You will need to use recovery tools. If you dont have any installation media (like a disc or USB drive), contact your PC administrator or PC/Device manufacturer.

    NB: this message was there from the beginning, its the reason why i started this whole procedure of fixing.

    So this is what's on the blue screen when i restart it, basically just boot it up. When i click on the enter option "the first one" it just continues and i can normally use the PC but i am afraid it might lead to future errors.

    0 comments No comments
  4. Anonymous
    2023-04-07T07:04:11+00:00

    Based on the error message you received during the disk check, it appears that there might be a problem with the file system on your hard drive. The "Cannot lock current drive" message indicates that some process is currently accessing the drive, preventing chkdsk from running properly.

    One possible solution would be to run chkdsk during the next bootup of your computer, when there are no processes accessing the hard drive.

    To do this, follow these steps:

    1. Open Command Prompt as an administrator.
    2. Type "chkdsk C: /r /x" (without quotes) and press Enter.
    3. You should receive a message asking if you want to schedule the disk check for the next time you restart your computer. Type "Y" (without quotes) and press Enter.
    4. Restart your computer and let chkdsk run during the bootup process.

    This should allow chkdsk to perform a thorough check of your hard drive and fix any errors it finds. Keep in mind that this process can take a while, especially if you have a large hard drive, so be patient and let it run to completion.

    If this doesn't resolve the issue, there may be a more serious problem with your hard drive that requires further investigation or professional help. Let me know if you have any other queries.

    0 comments No comments