rainestorme / murkmod

A continuation of fakemurk and mush that includes a plugin manager and additional useful utilities.
MIT License
7 stars 7 forks source link

ChromeOS tries to rollback to Secure Mode when booting under certain circumstances #72

Open Xman10110 opened 2 months ago

Xman10110 commented 2 months ago

Describe the bug Whenever booting murkmod after shutting down the Chromebook without being signed in, it will trigger the screen that tries to transition to normal mode.

To Reproduce Steps to reproduce the behavior:

  1. Restart the Chromebook
  2. Boot in normally
  3. Don't sign in
  4. Restart the Chromebook again
  5. The transition screen will appear

Expected behavior The chromebook would boot back into murkmod normally, the same way it does after resetting while signed in.

Screenshots image

System (please complete the following information):

Additional context This was also a problem that happened on fakemurk on v112, but I don't recall this happening on v105 or v107 but I'm not sure I ever tested it.

rainestorme commented 2 months ago

This is most likely related to #68, since chromeos_startup makes more checks to clobber stateful if suspicious files exist past v120.

Xman10110 commented 2 months ago

This is most likely related to #68, since chromeos_startup makes more checks to clobber stateful if suspicious files exist past v120.

Since I am using an unsupported version I wouldn't have brought it up if it only happen past v120, but it also did happen when I used fakemurk on v112, so it has to be something with the fakemurk base rather than the murkmod v116+ compatibility

rainestorme commented 1 month ago

Ah. Either way, fixing #68 should fix this, and progress on it is well underway. Expect an update in a week or two.