Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ChromeOS Installer

Host env.

Nix Package manager is required. Following commands only work on Nix based system.

Build ISO file

~> nix-shell -p nixos-generators
~> nixos-generate --format iso --configuration ./default.nix

Flash and boot

~> sudo dd if=./result/iso/nixos*.iso of=/dev/<USB> bs=8M status=progress

Boot from USB stick, one booted, run:

~> sudo -i
~# install-chromeos /dev/<disk>

Type 'yes' to start installation.

!Note

  • It might take sometime due to the size of artifacts (ChromeOS recovery image and Brunch).
  • Current config works with Intel Gen8, others might not work!
  • The script tends to pack existing artifacts to create a convinience, I have no reposibility if any damage to your devices, use with your own risk.

About

Build a bootable ISO which can be used to install ChromeOS from Recovery image with support from Brunch.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages