Updated site to F38

This commit is contained in:
Peter Boy 2023-04-17 17:53:24 +02:00
commit 02e83c7f0a
5 changed files with 25 additions and 36 deletions

View file

@ -1,10 +1,10 @@
= Getting Started
The Fedora docs team
:revnumber: F37
:revdate: 2022-11-15
:revnumber: F38
:revdate: 2023-04-18
// Redirect the old (generic) installation guide to this page
// :page-aliases: fedora:install-guide:index.adoa // doesn't workc
:page-aliases: rawhide@fedora:install-guide:index.adoc
:page-aliases: f38@fedora:install-guide:index.adoc
[abstract]
____
@ -92,8 +92,6 @@ To find out more about Fedora download options, see xref:downloading-fedora.adoc
Visit the link:++https://getfedora.org/++[Fedora Project downloads site] to download a distribution file.
=== Prepare boot media
An install on hardware usually requires to transfer the download file to a bootable medium, mostly an USB stick. Fedora Media Writer is an appropriate tool.
@ -107,21 +105,3 @@ Alternatively you may try https://www.balena.io/etcher/[balenaEtcher] or the htt
If you encounter any problems which are not described in documentation, you might get help from members of the community - developers, users, and others. There are many ways to get help: the Ask Fedora website, mailing lists, forums, or IRC.
The discussion forum https://ask.fedoraproject.org[askfedora] is the recommended way to start with. See xref:getting-help.adoc[Getting help] for detailed information.
== Workaround for nVidia GPU's
Fedora ships with the FOSS "nouveau" drivers for using nVidia GPU's. Unfortunately, these sometimes do not work, especially with newer nVidia GPU's.
If you have a nVidia card and try to boot a Fedora live USB and get a blank screen, there is a good chance that your nVidia GPU is incompatable with the nouveau drivers. To be able to install Fedora, do the following:
1. When booting the Fedora live USB, press`e` on the GRUB screen.
2. Find the line that starts with `linux` or `linuxefi`. Go to the end of that line and add `nouveau.modeset=0`
3. Continue booting by pressing `<crtl>` + `x`
4. Install Fedora to disk from the live USB
5. On the first boot of the newly installed system, repeat steps 1-3.
6. Once in the installed system, install the nvidia drivers from https://rpmfusion.org/Howto/NVIDIA[rpmfusion].
7. Wait a few minutes (for the kernel modules to build themselves) and then reboot.
Your nVidia GPU should now work using the nVidia drivers.