Can't boot with GeForce RTX 4060

I am trying to boot Fedora 41 i3 spin using a live USB. Boots and runs fine with a GeForce GTX 1060 graphics card but will not boot with a GeForce RTX 4060. I get the initial BIOS stuff and boot selection but the screen goes blank after that. I spoke with the manufacturer and they said it may be a Linux issue.

Have other been able to do this? Are there known issues? Not sure what to do. Sure appreciate some help…

I discovered that I can boot by selecting “Troubleshooting” and then “Basic graphic install.”

Everything installs just fine. Then, after install, boot from main disk works fine too.

I now want to install the proprietary / closed-source drivers. I think they’re available through the regular Fedora repo but not sure what steps to take. Help would sure be appreciated!

I believe this is what you are looking for:
https://rpmfusion.org/Howto/NVIDIA?highlight=(\bCategoryHowto\b)

I was able to install the Nvidia native driver.

For some reason, I couldn’t connect my three monitors, although all three worked fine with my old Nvidia board.

I also discovered that there is no CUDA access on Fedora 41. The last they supported was 39. (This was the main reason I bought the board!)

This has been too much of an uphill battle. There is no real CUDA support under Linux and I’m not going to use Windows. I am returnning the board.

Not true.
Look at the previously listed link and page down a little until you will see this

CUDA
The driver support CUDA when installing the xorg-x11-drv-nvidia-cuda subpackage. Please have a look on the dedicated CUDA Howto

sudo dnf install xorg-x11-drv-nvidia-cuda

It also suggests looking at the CUDA HowTo.

https://rpmfusion.org/Howto/CUDA?highlight=(\bCategoryHowto\b)