Trouble Installing Fedora on My New Laptop, Any Solutions?

0
9
Asked By ChillVibes42 On

Hey everyone! I recently tried to switch from Fedora to Kubuntu on my new laptop, and surprisingly, Kubuntu booted without any problems—no black screen after the GRUB menu like I experienced with Fedora. I noticed that Kubuntu uses GRUB version 2.14, while Fedora and Nobara are still on version 2.12. I'm really eager to get Fedora running, so I'd love to hear if anyone has a solution for this!

2 Answers

Answered By TechSavvy101 On

First off, have you checked the integrity of the Fedora ISO you downloaded to make sure it’s not corrupted? Also, is your laptop using M.2 storage? There's a known timing issue with M.2 drives that can affect booting. Just a thought!

Answered By LinuxGuru99 On

It’s likely not a GRUB issue. You might need to tweak some kernel parameters at the GRUB menu. Hit 'e' when you see the GRUB menu and try adding `nomodeset` after the 'quiet' line. That usually helps with installation problems. After you successfully boot, run `sudo dnf upgrade --refresh; sudo fwupdmgr update` for good measure! If that doesn’t work, share your laptop model and GPU, and we can dig deeper.

ChillVibes42 -

I did try adding `nomodeset` and even `i915.force_probe=46a6` since I have an Intel Core i5 12th gen with Iris Xe graphics.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.