Open aeonull opened 6 months ago
I'm guessing the updated flashrom build I'm using doesn't like the command line params and is failing, because the log shown is from the initial read at startup and is successful. I'll have to look into this.
That said, SeaBIOS is just a bootloader, it's not going to change anything other than the booting of the OS. You're still running the stock Google firmware from ~2015. If you want better firmware, you'll have to disable WP and flash the UEFI firmware. There are SuzyQ cables/adapters on ebay for $10
Context: Running ChromeOS Firmware Utility script from Debian install on Google Pixelbook (2017). I had modified the system ~5 years ago using the Mr. Chromebox program available back then with a ChromeOS/GalliumOS dual-boot setup. I am now trying to transition the laptop to a standalone Debian system as I don't intend to use ChromeOS. I read the documentation on the mrchromebox.tech site and the docs.chrultrabook.com site which both recommend UEFI Fw, but I don't have a Suzy-Q cable to disable WP. I booted to RW_LEGACY where I had the old SeaBIOS from my previous install, and installed Debian 12 from USB.
Knowing I was running a 5-year old setup, I wanted to use the script to update the RW_LEGACY Fw I was using. I ran the installer with
cd; curl -LO mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh
, selected 1, confirmed I was not running Windows with Y, and defaulted to N for booting from USB. From this point, the script returns the following:I am hoping that updating the FW might fix a couple issues where the screen doesn't dim despite the brightness keys seemingly being detected correctly (Brightness bar in desktop environment will update) and the touchpad being seemingly disabled for the session unless it's moved around during boot. I've also heard the utility can be used to set RW_LEGACY boot as the default from the Developer boot screen (which I'd also like to change to be less jarringly bright).