Introduction
Once you have your Framework Laptop 13 set up following the Quick Start Guide, you’re ready to install your preferred OS. The Framework Laptop 13 is running some very recent hardware, and we’ve worked with the team at Fedora to improve support. Fedora 37 is one of the Linux distributions we recommend most, as it has full hardware support with very little setup required, and it offers a great user experience overall.
One note on Fedora is that the distro follows a fairly aggressive update policy on new kernels. This means that if you have the most recent generation of hardware, there is a higher risk that a kernel update could have a driver regression. On older platforms, this is less of a risk. To avoid this risk altogether, you can use a more conservative distro like Ubuntu LTS.
This is an Officially Supported Linux Distribution. Learn more here.
Tools
No tools specified.
Parts
-
-
Fedora has a fantastic tool called Fedora Media Writer to create USB installers. It's available for Windows, OS X, and Linux. For Windows and OS X, you can download it here: https://getfedora.org/en/workstation/dow...
-
Insert your USB drive (2GB or larger). Note that it will be reformatted, so make sure you are ok with erasing any data that is on it.
-
After installing Fedora Media Writer, run it. Click Next to go to the "Select Fedora Release" screen. We'll proceed with the Official Fedora Workstation release for this guide, but there are a range of other options available. No click Next.
-
The latest version of Fedora will be selected by default. Make sure the correct USB Drive is selected in the drop down, and then click Write.
-
Once the USB drive creation is complete, you can click Finish, close Fedora Media Writer, eject your USB drive, and if you'd like to, delete the downloaded ISO file.
-
-
-
Insert the USB drive into your powered off Framework Laptop 13, and then power on. If you have an existing OS installed on the Storage drive in your laptop, immediately after the power light comes on begin rapidly tapping (continuously ) the F12 key - you must begin tapping well before you see the Framework logo.
-
Select Linpus lite (General UDisk) with your arrow keys. Enter key.
-
Next select Start Fedora Workstation-Live 37. Hit the enter key.
-
After a few seconds, you're in! If you just want to try Fedora out, you can click on the Try Fedora button and browse through the live USB version of it without touching the internal storage drive. If you do want to install Fedora to the internal storage drive, go on to the next step.
-
-
-
Click on the Install to Hard Drive button.
-
Select the keyboard language you'd like to use. On the next screen, click on the Installation Destination button to choose the disk. Note that you can install Fedora onto a USB drive or a Storage Expansion Card as an alternative to installing it onto your internal drive.
-
Click Finish Installation and then reboot into your new Fedora install!
-
-
-
Click on Start Setup button. This begins the process of completing the initial setup of your Fedora installation.
-
Connect to Wi-Fi or Skip. If you wish not to connect to wireless just yet, you can skip this and return to connecting to Wi-Fi later on.
-
Choose your Privacy settings. Here you can decide if you would like to allow Location Services using Mozilla Location Service or not.
-
Click on Enable Third-Party Repositories. Unless you have a specific reason for not doing so, it's recommended that these repositories are enabled for access to additional drivers and applications.
-
Connect Online Accounts or Skip. Connect to Google, Nextcloud or Microsoft online accounts to access your email, calendar, contacts, documents and photos.
-
-
-
We're almost done. Please follow the links to your individual Framework 13 laptop model (11th or 12th Gen)
-
-
-
Go to Activities, search terminal and launch it. Please follow this link to copy and paste the code into your terminal, then press enter.
-
The output as seen in the image on the right will tell you if you have an 11th or 12th Gen Framework 13 and also which BIOS version you're using.
-
-
-
Expecting different touchpad behavior? The touchpad help guide is here.
-
Need help? Please visit our troubleshooting guide first.
-
If you need additional help, feel free to visit our active support community.
-
Enjoy using Fedora on your Framework Laptop 13! If you have any questions or run into any issues, we recommend bringing them to the Community in the Fedora 37 topic. Members of the Framework team and sometimes the Fedora team as well participate in discussions there.
Enjoy using Fedora on your Framework Laptop 13! If you have any questions or run into any issues, we recommend bringing them to the Community in the Fedora 37 topic. Members of the Framework team and sometimes the Fedora team as well participate in discussions there.
Cancel: I did not complete this guide.
21 other people completed this guide.
31 Comments
Still a work-in-progress, but I've been building a collection of ansible playbooks to setup fedora on a 12th gen intel framework laptop.
The most relevant playbooks are framework.yml and pkg.yml; the former's dconf directives are still being tested but is generally stable. Currently playing with hyprland.
Quickstart
# install dependencies
make install
python -m pip install ansible ansible-lint
# run playbook
# * become (sudo)
# * askpass
# * tags: foo,bar
# * verbose
ansible-playbook tasks/pkg.yml -b -K --tags qa -vvv
Happy to accept PRs and hopefully it helps you all \o/
Step 5, line 13 says "# Prevent a potencial Fedora freezing issue:" potential is spelled wrong.
Ah, great catch - fixing now.
Aren't the keys supposed to light up on the framework? Installed Fedora 37 and my keys nor screen brightness is working. Followed the commands to enable
Please open a support ticket.