brunch icon indicating copy to clipboard operation
brunch copied to clipboard

how i can use virtual terminal 2 in chrome os 117

Open naiimnasr11 opened this issue 2 years ago • 2 comments

hello everybody how i can use virtual terminal 2 in chrome os 117 nami on my hp prodesk 600 g1 i have this message after pressing CTRL+ALT+T crosh> shell Sudo commands will not succeed by default. If you want to use sudo commands, use the VT-2 shell (Ctrl-Alt-{F2/Right arrow/Refresh}) or rebuild the image with the login_enable_crosh_sudo USE flag:

$ USE=login_enable_crosh_sudo emerge-$BOARD chromeos-login or $ USE=login_enable_crosh_sudo cros build-packages --board=$BOARD

naiimnasr11 avatar Oct 20 '23 12:10 naiimnasr11

I can root with Ctrl-Alt-F2 keys, but I cannot use brioche. How to fix this problem ?

bybenjamin avatar Oct 21 '23 14:10 bybenjamin

how do you copy and paste in Terminal 2, so you can update Brunch & ChromeOS

To manually update Brunch and ChromeOS together:

Download the latest Brunch release Download the latest recovery matching your install and extract the bin. Open a TTY with Crtl + Alt + F2 and login as chronos. Run the built in command to update Brunch. Replace brunch_archive.tar.gz with the file's actual filename. Replace recovery.bin with the file's actual filename. sudo chromeos-update -r ~/Downloads/recovery.bin -f ~/Downloads/brunch_archive.tar.gz

Restart ChromeOS after the update finishes.

Thanks

markr1971 avatar Nov 08 '23 10:11 markr1971