Win 11 Version 24H2 Update is getting an error when its at 8%

Anonymous
2024-10-19T13:07:47+00:00

Laptop - Lenovo Ideapad Gaming

Specs - Ryzen 5 6600H With Radeon Graphics, Ram - 16GB, 3050 RTX, 500 GB SSD


Been Having problems updating to the new version (24H2) would help if u could figure out what could be the underlying cause.

If u cannot see the screenshot, heres the breif description of the error msg :

This PC doesnt currently meet the win 11 requirements

Heres Why:

We couldnt update system reserved partition

Windows for home | Windows 11 | Windows update

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

86 answers

Sort by: Oldest
  1. Ramesh 181.4K Reputation points Volunteer Moderator
    2025-01-03T09:47:10+00:00

    Hello, although this worked and Windows 11 24H2 is now installed on my system, always when I boot it up, I get the message "Warning: Please do not power off while completing system update" even though there isn't one.

    Yes, it happens on Lenovo systems. Moving Selfhealing.Fd back to the EFI partition fixes that error.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-01-03T20:37:03+00:00

    Mountvol Y: /s

    md C:\Lenovo\BIOS
    
    cd /d C:\Lenovo\BIOS
    
    move selfhealing.fd Y:\EFI\Lenovo\BIOS
    

    These would be the commands? Also, would moving selfhealing.fd to EFI partition make me unable to update Windows again?

    Was this answer helpful?

    0 comments No comments
  3. Ramesh 181.4K Reputation points Volunteer Moderator
    2025-01-04T03:45:28+00:00

    @Eduard Morăruș

    Install the 24H2 update and run these commands.

    * * * * *

    Mountvol Y: /s
    
    md C:\Lenovo\BIOS
    
    cd /d Y:\EFI\Microsoft\Boot\Fonts 
    
    del *.ttf 
    
    cd /d C:\Lenovo\BIOS
    
    xcopy /h C:\Lenovo\BIOS\Selfhealing.fd  Y:\EFI\Lenovo\BIOS\
    
    * * * * *
    
    (Edited)
    

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-01-05T05:20:25+00:00

    @Eduard Morăruș

    Install the 24H2 update and run these commands.

    * * * * *

    Mountvol Y: /s
    
    md C:\Lenovo\BIOS
    
    
    
    
    
    cd /d Y:\EFI\Microsoft\Boot\Fonts 
    
    
    
     
    
    
    
    del *.ttf 
    
    
    
    cd /d C:\Lenovo\BIOS
    
    move selfhealing.fd Y:\EFI\Lenovo\BIOS]
    
    * * * * *
    

    I did this but it still shows me the same caution message.

    Was this answer helpful?

    0 comments No comments
  5. Ramesh 181.4K Reputation points Volunteer Moderator
    2025-01-05T06:02:13+00:00

    I want to see the output of those commands. Or post the dir listing.

    Was this answer helpful?

    0 comments No comments