Install the MrChromebox Legacy Boot Code on Your Chromebook #5069
Closed
CroutonIsFun
started this conversation in
General
Replies: 2 comments 1 reply
-
Thanx but not sure how this pertains to |
Beta Was this translation helpful? Give feedback.
1 reply
-
Will reopen if approriate... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installing the legacy BIOS update requires typing in a special command. The command is tricky, and must be entered correctly. Copy and paste this line into the crosh shell, and press Enter. This will create an alias, allowing you to enter the command correctly in VT-2:
echo 'alias LegacyBoot="cd; curl -LO mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh"'>>~/.bashrc
After executing the above command, exit the crosh shell with Ctrl-D, and reenter the shell by typing the word "shell" and pressing Enter. This updates your environment.
Now go over to VT-2, login as chronos, and begin typing LegacyBoot. After only 2 or 3 characters, you can press Tab to autocomplete, then press Enter.
Respond to the prompts appropriately, and the legacy code will be uploaded to your Chromebook's BIOS. After creating a USB boot stick with the installer (e.g., Linux Mint), you can boot off the USB by pressing Ctrl-L.
Beta Was this translation helpful? Give feedback.
All reactions