Skip to content

fb87/chromeos-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages