-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
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
Karl-WE
Metadata
Metadata
Assignees
Labels
No labels