I am not responsible for any damage or harm that may occur to your device as a result of following this tutorial. Proceed at your own risk.
- Live linux usb (if you can acces
CTRL + ALT + T
then typingshell
, this is not needed) - ChromeOS flex installed
- Boot live linux usb after installing ChromeOS flex
- Ensure you have a internet connection
- Download latest binary from releases tab
- Run
sudo crimsonMoon -p /dev/sdX
replace sdX with your drive, might also be nvme0nX NOT THE PARTITION, THE DRIVE ITSELF - Assuming no issues, patching success
- if it tells you to dd partition 12's data onto a usb, do it... e.g:
sudo dd if=/dev/sda12 of=/dev/sdb bs=4M
- take into consideration that
sda12
andsdb
will be replaced by the actual 12th partition and the actual usb - READ THIS FOR THIS ISSUE
- when you goto re-run the command, regardless of the usb's numbering or name, put a * after it with no spaces, that tells the program to work stuff a little differently and output different stuff. it will not work if you do not do this
- I personally do not know the exact root of this issue nor what devices it will affect, i know for sure the MacBook Air 7,1 is affected if your using the stock ssd
- Requires dev mode enabled
- Boot into chromeOS if not already
- Ensure you have access to the shell (
CTRL + ALT + T
then typingshell
) - Download latest binary from releases
- Move it to
/usr/local/bin
- Run
sudo crimsonMoon -i
to run init for the first time, will get some warnings but everything should resolve itself - Have fun!
-bb
Backs up current boot animation currently set
-sb
Sets boot animation, requires arg pointing to the folder with the files
-i
Does init work, should be put into ~/.bashrc for best effect
--install
Installs the given script/program. possible programs: (chromebrew)
-p
Patches ChromeOS boot partition to enable dev mode
-h
Help menu
stock chromeos flex here
troll face (static): here
troll face (animated): Coming soon?
- Make folder for the animation files (required)
- Put animation files/frames/pictures into the folder
- Name the files as
boot_splash_frameXX.png
, XX being the number, starting at 00, then 01 etc, (must be 31 frames as of chromeos 109, if older check) - Make text file called
frame-interval
and put the frame interval in there (3 is generally safe but adjust if you dont know and it looks weird) - Run
sudo crimsonMoon -sb /path/to/folder
- who buildin this? 💀
- its nim,
nim c FILE
grub changes? (theme, menu, etc)