Disable "OS verification is turned off" screen on Chromebook

9

1

I have an Acer C720 Chromebook. I have it in developer mode, and whenever it turns on, it shows a screen that says, paraphrasing, "OS verification is turned off, CTRL+D to continue, SPACE to start recovery." It requires you to take action before booting ChromeOS, and will beep loudly if you let it sit for a while.

My problem is that it's very easy for a non-tech savvy person to accidentally start recovery, which would delete all my local data. It's happened to me at least once so far.

Is there any way to disable this screen or make it automatically proceed after a short wait? I've tried to Google a solution, and all the answers seem hardware-specific to other Chromebook models. It's probably also worth noting that this particular model doesn't have a physical developer mode switch.

Justin

Posted 2016-01-24T00:23:57.123

Reputation: 362

2Remove Warning Just be warned this could brick your device. – Gota7 – 2016-11-05T01:29:41.653

Thanks. Unfortunately the display has died on the device so I no longer need an answer to the question. – Justin – 2016-11-11T22:22:49.880

1Should this question be closed or what? seems the answer is in the comment and no answer is or will be accepted. – Grant Bowman – 2017-04-02T04:20:58.493

Answers

2

Here is a possible solution for anyone experiencing the same issue.

https://mrchromebox.tech/#fwscript

"Set the Boot Options (GBB Flags) (only for stock ChromeOS firmware)"

I have not tried this and as someone mentioned it is very easy to brick your device so proceed with caution.

SamsungPower

Posted 2016-01-24T00:23:57.123

Reputation: 21

1I have used this script with two different Chromebooks and it works well! You can lower the timeout for the screen with the warning to 1-2s, on some models you can also remove the bitmaps only giving you a developer mode warning as white text on black background as shown in one of the pictures. One should always be cautious when making such modifications but as far as my experience goes, the script is safe to use for devices from the supported models section and unsafe options are disabled. It's one of the best examples for a bash shell script i know. – LiveWireBT – 2018-05-14T05:01:15.687

-1

I found something better ! And it worked on an ARM 32bit pc Check this : https://johnlewis.ie/how-to-make-the-legacy-seabios-firmware-slot-the-default-on-a-haswell-broadwell-based-chromebook/

You only have to type this :

/usr/share/vboot/bin/set_gbb_flags.sh 0x489 ✊ in a shell crosh!

user1019370

Posted 2016-01-24T00:23:57.123

Reputation: 1