Created
January 12, 2015 20:22
-
-
Save rrolsbe/195a2551ffdef7540776 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dennis | |
If a another script were created to reverse what enable-vmx.sh changed (maybe called unenable-vmx.sh) would a Chromebook boot into Verified mode again?. Seems if the saved kernel bits were restored (bit-for-bit) so that the hash/digital sign matched Googles, it might boot verified mode (unless something else permanently flags the kernel modifications)? From what I have read, booting "Verified Mode" while in Developer mode gives a little more security. Assuming any of the above would work, we could execute the enable-vmx only when we need run a 64Bit VirtualBox VM then execute unenable-vmx.sh reestablish verified boot. | |
BTW, Thanks for making your enable-vmx.sh script available!! | |
Regards, Ron | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ron,
If you saved the original kernel file created in Step 2., then I believe you could 'dd' it back and regain a Google signed kernel but I'm not sure - I'd be very careful before I set dev_boot_signed_only to 1 again.
I saw your remarks in Issue 675
So it seems like it may not be strictly enforced but I wouldn't want to test it and leave myself out on a limb. :)