sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.54k stars 387 forks source link

Developer Mode and Brunch Releases #608

Open ms1000000 opened 3 years ago

ms1000000 commented 3 years ago

Hi, I have 2 questions:

  1. I read #521 and I have a question: From which version does Brunch boot to developer mode?
  2. How does Brunch releases work? Will release named r80 will work with ChromeOS 83? And what does "Note: ChromeOS r recovery images are not yet available but this release can also be used with r recovery images." mean? Thanks
sebanc commented 3 years ago

Hi, 1) brunch has always booted in developer mode by default as the access to cros shell is needed for debugging issues, grub configuration modification... 2) brunch releases are built against specific shared libraries included in chromeos recovery images. Using the same brunch and chromeos version ensures that you will not face incompatible shared libraries issues. However, in recent updates, the chromeos shared libraries have not changed much so the brunch releases are generally backwards compatible and also work with beta/dev channels.

ms1000000 commented 3 years ago

Which shared libraries? Will using older version of brunch (or just modification of the code to disable the shared libraries blocker) will affect my experience with ChromeOS?