CROUTON
Run Linux on FydeOS, but faster than Crostini!
Gamepad and additional USB devices also works!
- Open Terminal with
Ctrl+Alt+T
- Enter the shell by typing
shell
. - Run the below script (copy paste full thing below onto the shell)
cd ~/Downloads
mkdir crouton
cd crouton
sudo mount -o remount,exec ~
curl https://raw.githubusercontent.com/dnschneid/crouton/master/installer/crouton --output crouton
chmod +x crouton
sudo install -Dt /usr/local/bin -m 755 crouton
echo 'Crouton successful Install!'
echo 'Now will install XFCE on Ubuntu Xenial! Answer the prompts when neccesary.'
sudo crouton -t xfce
echo '================================================================================'
echo '================================================================================'
echo '================================================================================'
echo 'Install successful! Start crouton by running `sudo startxfce4!`'
echo '================================================================================'
echo '================================================================================'
echo '================================================================================'
cd ..
- Now start crouton by typing
sudo startxfce4
. - If you see a black screen, switch displays to ChromeOS and back to Crouton. USe
Ctrl+Shift+F1
to switch to ChromeOS thenCtrl+Shift+F2
to go back to Crouton!
NOTE: If you forgot to read all the points, the black screen fix is given above
For Steam games, use Borealis Instead