Having Trouble Installing Linux on My New System

0
15
Asked By TechieLlama42 On

I'm running Windows 10 Pro and want to dual boot with Linux to eventually move away from Microsoft. I've tried several Linux distros like Pop!_OS, Fedora Rawhide, and Ubuntu, but the installation freezes or fails at various points. My system specs are an AMD 9800X3D CPU, a Gigabyte Gaming X AX v2 (B650) motherboard, an RX 7900 XTX GPU, and 32 GB of RAM across two 2 TB M.2 drives. I've followed advice to add specific boot parameters to avoid freezing, but nothing seems to work. I would really appreciate any help figuring out what's going wrong. Thanks!

5 Answers

Answered By NoDramaViking On

First things first, make sure Secure Boot is disabled in your BIOS. It can sometimes block Linux installations. Also, try turning off integrated graphics if your CPU supports it. If you can, check for errors during the installation process—the installation log can give you clues about what's going wrong. Don't hesitate to check the Arch Wiki; it’s a fantastic resource!

Answered By InquirySeeker On

I had a similar issue where Windows ran fine, but Linux struggled. You might want to check if there's a newer BIOS update available for your motherboard that could improve compatibility. Also, the whole notion that your hardware isn't supported might not be true at all. Your chipset's been supported for ages by many distros, so it’s more likely to be a configuration issue.

MysterySolver -

Yeah, based on what I've read, AMD has been providing good support for their hardware. ChatGPT might not always give the best advice! Check for and apply kernel updates relevant to your GPU if available.

Answered By KernelSavant On

If you've disabled Secure Boot and it’s still failing, it could be your BIOS settings leaning towards compatibility with Microsoft products. Ensure you also disable any 'Fast Boot' options. Most modern distros are pretty good at supporting new hardware; you just might need to adjust some settings or try a different distro with a newer kernel.

Answered By CuriousCoder On

I understand your frustration with ChatGPT. It's true that sometimes it doesn’t have the most accurate info. Looks like you’ve done quite a few things right, but I'd still recommend checking the memory—bad memory slots can give weird install issues even if Windows seems fine.

Answered By RamTester99 On

When you boot from the install media, you can usually stop the auto-boot and access a menu. Hit 'e' on the grub menu to edit the boot parameters—remove 'quiet splash' from the GRUB_CMDLINE_LINUX_DEFAULT line to reveal error messages as Linux boots up. This can help you see where it gets stuck. And definitely run a memory test to rule out bad RAM!

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.