Skip to content

lastest iso (24H2) unsupported? #263

@doums

Description

@doums

Hi, I successfully built the image via tiny11Coremaker.ps1 script from Win11_24H2_French_x64.iso.
But when trying to install it on a vm (qemu/kvm), after disk partitioning, the installation process fails at 10% "Windows installation has failed".

EDIT: image built from tiny11maker.ps1 installs with no issue

Also, there are a bunch of registry errors emitted while running the script

Loading registry...
Bypassing system requirements(on the system image):
Disabling Sponsored Apps:
Erreur : Erreur : le système n’a pas trouvé la clé ou la valeur de Registre spécifiée.
Enabling Local Accounts on OOBE:
Disabling Reserved Storage:
Disabling BitLocker Device Encryption
Disabling Chat icon:
Removing Edge related registries
Disabling OneDrive folder backup
Disabling Telemetry:
False
MethodInvocationException: C:\Users\pierre\Downloads\tiny11maker.ps1:322
Line |
 322 |  $regKey = [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey("zSOFTW …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Exception calling "OpenSubKey" with "3" argument(s): "Requested registry access is not allowed."
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:323
Line |
 323 |  $regACL = $regKey.GetAccessControl()
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:324
Line |
 324 |  $regACL.SetOwner($adminGroup)
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:325
Line |
 325 |  $regKey.SetAccessControl($regACL)
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:326
Line |
 326 |  $regKey.Close()
     |  ~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
Owner changed to Administrators.
MethodInvocationException: C:\Users\pierre\Downloads\tiny11maker.ps1:328
Line |
 328 |  $regKey = [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey("zSOFTW …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Exception calling "OpenSubKey" with "3" argument(s): "Requested registry access is not allowed."
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:329
Line |
 329 |  $regACL = $regKey.GetAccessControl()
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:331
Line |
 331 |  $regACL.SetAccessRule($regRule)
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:332
Line |
 332 |  $regKey.SetAccessControl($regACL)
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
Permissions modified for Administrators group.
Registry key permissions successfully updated.
InvalidOperation: C:\Users\pierre\Downloads\tiny11maker.ps1:335
Line |
 335 |  $regKey.Close()
     |  ~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.
Deleting Application Compatibility Appraiser

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions