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: Most helpful
  1. Ramesh 181.4K Reputation points Volunteer Moderator
    2025-01-14T16:02:24+00:00

    Post the contents of c:\dir.txt

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-01-14T16:00:48+00:00

    C:\Windows\System32>mountvol y: /s
    O diretório não está vazio.

    C:\Windows\System32>mountvol y: /s e
    Creates, deletes, or lists a volume mount point.

    MOUNTVOL [drive:]path VolumeName
    MOUNTVOL [drive:]path /D
    MOUNTVOL [drive:]path /L
    MOUNTVOL [drive:]path /P
    MOUNTVOL /R
    MOUNTVOL /N
    MOUNTVOL /E
    MOUNTVOL drive: /S

    path        Specifies the existing NTFS directory where the mount  
                point will reside.  
    VolumeName  Specifies the volume name that is the target of the mount  
                point.  
    /D          Removes the volume mount point from the specified directory.  
    /L          Lists the mounted volume name for the specified directory.  
    /P          Removes the volume mount point from the specified directory,  
                dismounts the volume, and makes the volume not mountable.  
                You can make the volume mountable again by creating a volume  
                mount point.  
    /R          Removes volume mount point directories and registry settings  
                for volumes that are no longer in the system.  
    /N          Disables automatic mounting of new volumes.  
    /E          Re-enables automatic mounting of new volumes.  
    /S          Mount the EFI System Partition on the given drive.  
    

    Possible values for VolumeName along with current mount points are:

    \\?\Volume{a3df151e-373e-4392-a1a2-f75993bb3470}\  
        C:\  
    
    \\?\Volume{3322ccc3-947a-44fb-85f5-c17ec6b6c302}\  
        D:\  
    
    \\?\Volume{70a39f72-f54e-4be7-aa5a-fd247f0ff29c}\  
        \*\*\* NO MOUNT POINTS \*\*\*  
    
    \\?\Volume{811c0cf3-9464-4723-a12c-b28d4dabfe46}\  
        \*\*\* NO MOUNT POINTS \*\*\*  
    
    The EFI System Partition is mounted at Y:\  
    

    C:\Windows\System32>cd /d Y:\EFI\Microsoft\Boot\Fonts

    Y:\EFI\Microsoft\Boot\Fonts>del *.ttf
    Could Not Find Y:\EFI\Microsoft\Boot\Fonts\*.ttf

    Y:\EFI\Microsoft\Boot\Fonts>dir Y:\
    Volume in drive Y has no label.
    Volume Serial Number is FC93-E62F

    Directory of Y:\

    15/05/2024 12:22 EFI
    0 File(s) 0 bytes
    1 Dir(s) 15 284 224 bytes free

    Y:\EFI\Microsoft\Boot\Fonts>dir Y:\ /s /a >c:\dir.txt

    Y:\EFI\Microsoft\Boot\Fonts>

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-01-14T15:37:18+00:00

    Hi Prithvi, This is Ramesh.
    The error code 0xc1900201 occurs if there is insufficient space in the EFI partition.
    Please open an admin Command Prompt window and run these commands one by one:

    • mountvol y: /s
    • cd /d Y:\EFI\Microsoft\Boot\Fonts
    • del *.ttf
    • *dir Y:*
    • dir Y:\ /s /a >c:\dir.txt

    Post the output or screenshot here.

    C:\Windows\System32>mountvol y: /s

    C:\Windows\System32>cd /d Y:\EFI\Microsoft\Boot\Fonts

    Y:\EFI\Microsoft\Boot\Fonts>del *.ttf

    Y:\EFI\Microsoft\Boot\Fonts>dir Y:\
    Volume in drive Y has no label.
    Volume Serial Number is FC93-E62F

    Directory of Y:\

    15/05/2024 12:22 EFI
    0 File(s) 0 bytes
    1 Dir(s) 15 285 248 bytes free

    Y:\EFI\Microsoft\Boot\Fonts>dir Y:\ /s /a >c:\dir.txt

    Y:\EFI\Microsoft\Boot\Fonts>

    Was this answer helpful?

    0 comments No comments
  4. Ramesh 181.4K Reputation points Volunteer Moderator
    2025-01-06T18:20:26+00:00

    I restarted my laptop and it worked. Thank you for your time!

    You're welcome.

    If you wish to extend the EFI partition (which is a permanent solution), please see: https://answers.microsoft.com/en-us/windows/forum/all/windows-11-version-24h2-not-updating/68c3a307-a329-49cf-a676-7cbcca3d5802

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2025-01-06T18:12:39+00:00

    I restarted my laptop and it worked. Thank you for your time!

    Was this answer helpful?

    0 comments No comments