-
Notifications
You must be signed in to change notification settings - Fork 19
Prevent ChromeOS from comitting suicide + Auto-Repair #143
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
Conversation
Asking to update pollen because some user customizes their pollen. Added patching chromeos-boot-alert for a upcoming patch to prevent blocking dev mode virtually.
patched mode_block_devmode function
tested successfully just now (on R130)
|
This comment was marked as outdated.
This comment was marked as outdated.
It also seems the chromeos_startup binary checks both vpd and crossystem. |
done for
|
I've already tested it and it has backward compatibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the effort on a stupid project I haven't touched in months!
chromeos-boot-alert has an ability to re-enable verified mode.
Therefore, we should patch
chromeos-boot-alert
.I've brought some code (deprovision) from SH1mmer to implement auto-repair in
chromeos-boot-alert
.By patching
chromeos-boot-alert
, ChromeOS can boot even ifchromeos_startup
detectedblock_devmode
.This pull request also includes a commit to ask the user whether they need to update pollen.
This may be a solution for #72, #98, #133 and #136