打开Chrome OS自动更新功能
以下操作可能导致系统无法启动、黑屏等各种错误,请谨慎操作,本人不负任何责任。
如需更新Chrome OS,请先确保Brunch内核已经支持该版本的Chrome OS。
升级Brunch内核可以参考https://github.com/sebanc/brunch/tree/r85-k4.19-testing-20200919
Update only the Brunch framework (if you have enabled native ChromeOS updates)
If you chose to use the "enable_updates" option and have updated to a new ChromeOS release, you might want to update the brunch framework to match your current ChromeOS version.
- Download the Brunch release corresponding to your ChromeOS version (from the GitHub release section).
- Open the ChromeOS shell (CTRL+ALT+T and enter
shell
at the invite) - Update the framework:
sudo chromeos-update -f < path to the Brunch release archive >
- Restart ChromeOS
在Brunch内核中默认会关闭Chrome OS自动更新功能
1)进入ubuntu
2)打开Grub Customizer
3)选择安装Chrome OS时设置的路径,我设置的名字是Chrome OS
4)在img_path=$img_path 后面添加options=enable_updates
5)保存退出