-
Notifications
You must be signed in to change notification settings - Fork 1
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
Heads shuts down instead of rebooting #711
Labels
Milestone
Comments
Might want to generalize this upstream: |
These routines are only needed after EC firmware update. Otherwise regular reboot should be used AFAIK. |
Correct, these are needed to reset the EC while it's in Scratch ROM to restore normal operation |
macpijan
added a commit
to Dasharo/heads
that referenced
this issue
Jun 20, 2024
This commit effectively reverts commits a1c13ff and 902866c. There is no need for this special EC-based poweroff command. See more details in issue linked below. Fixes: Dasharo/dasharo-issues#711 Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
macpijan
added a commit
to Dasharo/heads
that referenced
this issue
Jun 20, 2024
This commit effectively reverts commits a1c13ff and 902866c. There is no need for this special EC-based poweroff command. See more details in issue linked below. Fixes: Dasharo/dasharo-issues#711 Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Device
NovaCustom NV4x ADL
Dasharo version
v0.9.0-rc3
Affected component(s) or functionality
Reboot
Brief summary
When issuing a
reboot
command in shell or via GUI, the machine shuts down instead of rebooting.How reproducible
100%
How to reproduce
reboot
Expected behavior
Laptop reboots
Actual behavior
Laptop shuts down
Screenshots
No response
Additional context
Doing OEM factory reset / re-ownership involves multiple resets, so powering off and waiting for a power button press is unexpected by the user.
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: