Bricked System Upgrading Fedora 39 Workstation
Upgrading a Linux distribution can sometimes be a daunting task, and Fedora is no exception. In this article, we will cover the process of upgrading Fedora 37 or 38 to Fedora 39 Workstation, including troubleshooting tips for common issues. We will also provide some references for further reading at the end of the article.
Upgrading Fedora 37 to Fedora 39
To upgrade Fedora 37 to Fedora 39, you can use the recommended dnf system-upgrade command. However, if you encounter issues with this method, you can try using the dnf upgrade command instead, followed by a reboot. Here are the steps to follow:
- Backup your system and data.
- Open a terminal and run the following command to update your current system:
sudo dnf upgrade --refresh- Install the
dnf-plugin-system-upgradepackage:
sudo dnf install dnf-plugin-system-upgrade- Download the Fedora 39 Workstation repository:
sudo dnf system-upgrade download --releasever=39- Check the upgrade summary:
sudo dnf system-upgrade download --releasever=39 --list- Reboot your system and select the
System Upgradeoption from the boot menu. - Wait for the upgrade process to complete. This may take some time, depending on your system's hardware and network speed.
- Reboot your system again to complete the upgrade.
Upgrading Fedora 38 to Fedora 39
To upgrade Fedora 38 to Fedora 39, you can use the same dnf system-upgrade command as before. However, if you encounter issues with this method, you can try using the dnf distro-sync command instead, followed by a reboot. Here are the steps to follow:
- Backup your system and data.
- Open a terminal and run the following command to update your current system:
sudo dnf upgrade --refresh- Install the
fedora-release-workstationpackage:
sudo dnf install fedora-release-workstation- Upgrade your system:
sudo dnf distro-sync- Reboot your system and check if the upgrade was successful.
Troubleshooting Common Issues
If you encounter issues during the upgrade process, here are some troubleshooting tips:
- If you see a spinner or BIOS log during the upgrade process, try disabling secure boot in your system's BIOS settings.
- If you encounter dependency issues, try running the
dnf system-upgrade downloadcommand again to download the latest packages. - If you encounter a bricked system after the upgrade, try booting into rescue mode and running the
dnf system-upgrade rebootcommand to complete the upgrade process.
References
-
Fedora Project. (2023). dnf system-upgrade.
-
Fedora Project. (2023). dnf system-upgrade troubleshooting.
-
Fedora Project. (2023). Fedora Workstation upgrade.