-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibiliy issue with nvme and p35 chipset #703
Comments
It works for me!!!Problem: SameNVME device works in OS (Windows, Linux) but invisible in legacy BIOS (
Steps to avoid
I guess if it can be done manually this way, it should work automatically too. I hope this will help developers find and fix bugs. As temporary workaround i will try to create PCIE adapter: DEXP APCIEM2 |
the p5q uses the p45 chipset, which supports pcie 2.0 which works fine from what I read. I suspect there is some issue with detection on the older chipset. Ultimately I was able to work around this issue with the p35 chipset by using inserting an NVME option rom into the bios, which allowed me to boot from it in legacy mode. |
Self explanatory,
The drive (kingston nv2 500gb ssd) is accessible by os,
the pcie device can be seen with the efishell pci command , and is labeled as a "Mass Storage Controller - Non-volatile memory subsystem". but does not appear as a blk device or file system
The nvme driver is loaded successfully, but no volume is detected according to the debug log
The device is never accessed by clover, I can confirm this because adapter I have has an access light,
the device is treated like a non-storage device.
this is occurring on a p35 lga775 board , tested with a netburst cpu (no ssse3) and a 45nm quad (with sse4.1) , and on 2 different p35 motherboards, and the result is the same,
using the same clover usb and nvme drive on a modern am4 motherboard, the drive is bootable in both bios(csm) and uefi mode.
I'm using the latest build of clover 5159, I did try an older build 5142 and had the same problem.
I can only speculate, but i'm assuming the issue is with the nvme driver? maybe it doesn't like pcie 1.0, I don't have a newer gen2 capable motherboard unfortunately, so i can't test that.
2024-06-30_18-54_CLOVERX64.EFI.log
If anybody could give me some pointers about where to look/what to do next I'd be happy to fix it myself
The text was updated successfully, but these errors were encountered: