Hello Everyone,
I am currently encountering an error during the installation process of Red Hat Linux, and I’m seeking some guidance and assistance from the community. I have been trying to install red hat Linux on my system, but I seem to be stuck with an unexpected issue.
Here are some details about my setup and the encountered error:
Operating System: Windows 10 Red Hat Linux Version: Red Hat Enterprise Linux 8 Installation Method: USB Bootable Drive Error Message: “Error: No valid devices were found on which to create new filesystems. Please check your hardware for the cause of this problem.”
I have tried to troubleshoot the issue by double-checking my hardware compatibility and ensuring that the USB bootable drive is functioning correctly. However, I have not been able to resolve the problem.
I am reaching out to the community for some guidance and assistance in troubleshooting this issue. Here are a few specific questions I have:
Has anyone else encountered this error during the installation of Red Hat Linux? If so, how did you manage to resolve it?
Are there any specific BIOS settings or configurations that need to be adjusted to ensure a successful installation?
Are there any known compatibility issues between Red Hat Linux and certain hardware components that I should be aware of?
Are there any alternative installation methods or workarounds that I can try to bypass this error?
I would greatly appreciate any insights, suggestions, or troubleshooting tips you can provide. I understand that Linux installations can be complex, but with your help, I’m confident we can find a solution.
Thank you in advance for your assistance!
Best regards, Devin Marco
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Heya,
It’s hard to help with such a broad issue however, you can try some of the following suggestions:
Encountered Error: The error message you are seeing usually appears when the installer is unable to find a suitable device to install the filesystem. This could be due to several reasons, including an undetected hard drive or issues with partitioning.
BIOS Settings: If your hard disk is not detected, the BIOS settings may be the issue. Check whether the system is set to UEFI or legacy mode. RHEL 8 supports both, but sometimes switching the mode may help. Also, if your system uses RAID and the hard disk is not detected, you might need to set SATA operation mode to AHCI.
Hardware Compatibility: While RHEL supports a wide range of hardware, it’s always good to double-check. Here is the RHEL 8 Hardware Compatibility List: https://access.redhat.com/ecosystem/search/#/ecosystem/Red%20Hat%20Enterprise%20Linux?sort=sortTitle%20asc&rows=10&hardwareType=server
Alternative Installation Methods: If you continue to have problems with the USB drive, you might try a different method. If your system allows booting from a network, you could try a network installation using PXE boot. Alternatively, you could try burning the RHEL ISO to a DVD and installing from that.
Additionally, you can try recreating your bootable USB stick. It’s possible that the drive was not properly created or the ISO file was not correctly downloaded.
Lastly, you could try using a different USB port on your computer. Sometimes, certain ports do not function correctly for bootable drives due to hardware or BIOS limitations.
Hope these suggestions will help you to troubleshoot the issue. Let me know if you need further help!