Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reboot loop in Windows 11 #490

Closed
stevehurcombe opened this issue Feb 4, 2022 · 5 comments
Closed

Reboot loop in Windows 11 #490

stevehurcombe opened this issue Feb 4, 2022 · 5 comments
Assignees
Labels
0 - _Triaging Issue is accepted, but a milestone has yet to be added for the issue Bug Issues where something has happened which was not expected or intended Priority_HIGH Issues that are considered to be a high priority to get fixed

Comments

@stevehurcombe
Copy link

stevehurcombe commented Feb 4, 2022

What You Are Seeing?

This is a clean install of Windows 11 on a Dell laptop.

I've just installed choco and boxstarter and I want to use boxstarter to configure my dev machine.

I'm using a simple script, thus:

choco install -y Boxstarter

Then I would run:

Install-BoxstarterPackage -PackageName install.ps1

This causes a reboot loop.

What Is Expected?

install my applications using the powershell script, with reboots if needed.

How Did You Get This To Happen? (Steps to Reproduce)

choco install -y Boxstarter

Install-BoxstarterPackage -PackageName install.ps1

Where install.ps1 contains:

Get-Command -Module Microsoft.PowerShell.Archive

Output Log

image

@stevehurcombe stevehurcombe added the Bug Issues where something has happened which was not expected or intended label Feb 4, 2022
@mwallner mwallner self-assigned this Feb 4, 2022
@mwallner mwallner added this to the 3.0.1 milestone Apr 12, 2022
@mwallner mwallner modified the milestones: 3.0.1, 3.1.0 Nov 17, 2022
@flcdrg
Copy link
Member

flcdrg commented Jan 2, 2023

I seem to have reproduced this today. Clean install of Windows 10, upgraded to Windows 11. Then ran

Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/flcdrg/87802af4c92527eb8a30/raw/11b1179afd7145c4b17d55d342af6ae8e2ce7b8a/boxstarter-bare-v3.ps1 -Credential $cred

Attached boxstarter log
boxstarter.log

@flcdrg
Copy link
Member

flcdrg commented Jan 3, 2023

I think this might be because I have some files that are supposedly pending a rename, but multiple reboots isn't clearing them.

Computer           : DELPHINE
CBServicing        : False
WindowsUpdate      : False
CCMClientSDK       :
PendComputerRename : False
PendFileRename     : True
PendFileRenVal     : {\??\C:\Program Files\Waves\IntelOpenVINO1\plugins.xml_, , \??\C:\Program
                     Files\Waves\IntelOpenVINO1_, ...}
RebootPending      : True

@mwallner mwallner modified the milestones: 3.1, 3.2 Jun 6, 2023
@pauby pauby added 0 - _Triaging Issue is accepted, but a milestone has yet to be added for the issue Priority_HIGH Issues that are considered to be a high priority to get fixed labels Dec 21, 2023
@flcdrg
Copy link
Member

flcdrg commented Dec 22, 2023

This is caused by the Intel audio driver incorrectly marking that a reboot is needed. Latest drivers should have resolved the problem.

See https://www.reddit.com/r/sysadmin/comments/10fas8x/intel_openvino_causing_daily_reboots_related_to/?rdt=54860 for more info

@flcdrg flcdrg closed this as completed Dec 22, 2023
@stevehurcombe
Copy link
Author

Thank you for that.
I don't suppose there's any way to adjust the logging to surface the cause? This will help if something else does the same thing.

@flcdrg
Copy link
Member

flcdrg commented Dec 23, 2023

Interesting suggestion. I'll create a separate issue for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - _Triaging Issue is accepted, but a milestone has yet to be added for the issue Bug Issues where something has happened which was not expected or intended Priority_HIGH Issues that are considered to be a high priority to get fixed
Projects
None yet
Development

No branches or pull requests

4 participants