MrChromebox script not running - SOLVED

System Details

  • Device: AMPTON C5D-A4B-D27-49F-Y2C-A8X
  • OS: ChromeOS
  • Firmware Type: Stock
  • Firmware Version: [As reported by the script]
  • Internal storage type: eMMC

Summary of the Issue

sudo bash firmware-util.sh returns no such file or directory.

If I do an ls, there’s no file on the current directory, which is /home/chronos/user

Steps to Reproduce

  1. login as chronos on the VT2 terminal

  2. run the MrChromebox script

Expected Behavior

it want to install the full UEFI

Solved.

Use:

cd; curl -LOf https://mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh

where -LOf is capital O. not zero!

:)