--- description: reTerminal-FAQ title: How to install Ubuntu on reTerminal image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png slug: /install-ubuntu-on-reterminal last_update: date: 6/21/2023 author: Seraphina --- If you want to install Ubuntu on reTerminal, follow the steps below step by step: - **Step 1.** Flash [Ubuntu Server 21.10](https://ubuntu.com/download/raspberry-pi/thank-you?version=21.10&architecture=server-arm64+raspi) to reTerminal eMMC storage :::note Refer to flashing instructions [here](https://wiki.seeedstudio.com/reTerminal/#flash-raspberry-pi-os-64-bit-ubuntu-os-or-other-os-to-emmc). After opening **Raspberry Pi Imager**, navigate to `CHOOSE OS > Use custom` and select the above image to flash ::: - **Step 2.** SSH into reTerminal and run the following commands one after the other. Make sure to use **ubuntu** as the username and **ubuntu** as the password ```sh wget https://files.seeedstudio.com/wiki/ReTerminal/ubuntu/script1.sh wget https://files.seeedstudio.com/wiki/ReTerminal/ubuntu/script2.1.sh chmod +x script1.sh script2.1.sh sudo ./script1.sh sudo reboot sudo ./script2.1.sh sudo reboot ``` - **Step 3.** Now, reTerminal will boot into Ubuntu Desktop, but in wrong orientation



