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

Automate installation #323

Open cetheslick opened 4 years ago

cetheslick commented 4 years ago

Is there a way to automate the installation to the local disk and then modify the grub config in one sequence? I'd like to deploy to a lab of identical computers and that would make things a lot easier.

Thanks for the great project.

sebanc commented 4 years ago

There are several ways to do this, the easiest method would probably be for you to mount efi_secure.img from the brunch package before install and to directly modify the /efi/boot/grub.cfg according to your needs.

Would that solution work for your use case ?

cetheslick commented 4 years ago

I will give that a try.

Thanks!