ZProLegend007 / brunch-mac

The Brunch Framework modified for compatibility and optimization for T2 Macs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brunch-mac Framework

The Brunch Framework modified for compatibility and optimization for T2 Macs

License

The brunch-mac framework is now archived as I no longer have the time to debug the various complicated issues. Maybe someone will pick this up in the future or further imporvements will be made on the original brunch repo. Thanks for everyone who followed along.

Brunch mac is still being debugged.

The combination of the linux kernel and chromeOS doesn't play too well with apple hardware so there are some bugs to squash before things work as expected. See the roadmap linked here: Brunch-mac Roadmap. During the school term the debugging process may slow down due to my attention being focused on school. Any help on this project is appreciated.

Install Instructions

This install guide assumes you already have Windows Bootcamp or linux installed on your device.

To install please download the latest release and place it in a folder on your chosen OS (other than MacOS). Then head to this website and download the latest chromeOS image, then also place that file in your folder.

Then with either WSL or a linux terminal cd into your folder and run the command tar -zxvf *brunchmacfile.tar.gz*. Make sure to replace the brunchmacfile with the actual name of the brunch-mac file that you downloaded. TIP: Use tab to autofill the file name.

Once that has finished run the command sudo bash chromeos-install.sh -src *downloadedchromeosimgfile.bin* -dst /choose/a/path/chromeos.img -s *yourchosendisksize*. Make sure to replace downloadedchromeosimgfile.bin with the name of the downloaded chromeOS image file, and to replace the /choose/a/path/ with your own chosen path for brunch-mac. Make sure if you are using WSL that the chosen path starts with /mnt/c/ so that you are targeting your C: drive. Also replace yourchosendisksize with the disk size that you want for chromeOS. Make sure you have enough storage for your chosen size. That process should take some time.

Once the install is completed, if this is your first time installing, make sure to type in 'mboot' when requested so that you get a Grub menuentry file.

After that is completed, depending on your setup you will need to install Grub on your Mac. The easiest way to do this is from a linux OS that is already installed. If you don't have this you may need to find another way to install Grub. Note: You can't install Grub2Win on a MacBook as Windows has no access to the EFI partition.

Once you have grub installed you will need to add the previously made Grub menuentry file to Grub. If you are using linux I recommend installing grub-configurator to simplify this and customize Grub. After that you should have brunch-mac/chromeOS installed!

Updating and Settings

Make sure you add this PWA so you can update brunch-mac.

Most people will not need to use brunch-mac settings as most configs for Macs are enabled by default. But if you are having any issues or want to change some extra setttings you should check it out.

Help and Issues

If you run into any problems, issues or need any help feel free to make an issue and I'll make sure to help out as soon as I can!

Check out the original Brunch Framework

This repo was a fork of the brunch-unstable building repo, credit to sebanc for the original Brunch Framework and all the effort that he has put in to get it to where it is today. For more information on this project, check out his repo.

About

The Brunch Framework modified for compatibility and optimization for T2 Macs.

License:GNU General Public License v3.0


Languages

Language:C 99.4%Language:Makefile 0.4%Language:Shell 0.1%Language:Python 0.0%Language:Roff 0.0%Language:Perl 0.0%Language:Dockerfile 0.0%