Skip to content

Instantly share code, notes, and snippets.

View gsitreble2019's full-sized avatar

gsitreble2019

View GitHub Profile
@gsitreble2019
gsitreble2019 / chromeosflex.md
Created August 8, 2022 16:46
Disable rootfs verification chromeosflex

Enabled developer mode on ChromeOSFlex

Mount the flex SSD in a linux device (or USB boot). Identify the EFI partition

sudo fdisk -l to identify the EFI System partition which in my case was /dev/sdb12

Edit file grub.cfg and add cros_debug to the various options

Saved the grub.cfg file

@gsitreble2019
gsitreble2019 / chromium_sync.bash
Last active April 4, 2021 17:26
Launch Chromium with own API Keys UBUNTU linux
fix for chromium sync here... (Warning use a different account with 2FA not your main account for playing around. You do not want AI/ML ban your account forever). Just use a dummy account.
## thanks to https://gist.github.com/cvan/44a6d60457b20133191bd7b104f9dcc4
If you reached this gist because Google stopped chromium sync (1,2) you can solve this problem for Ubuntu or similar linux
Update you latest ubuntu (stable from repo)