Hello Claudio, Thanks for your help.
I followed your advice and completely disabled ixl, which allowed me to install and boot OpenBSD 7.6. However, since there is no configuration option like disable ixl4, all interfaces were disabled. This hardware actually has 8 multi-gig igc RJ45 interfaces and 8 10G SFP+ ixl fiber interfaces. As a temporary workaround, it would be sufficient if I could get 4 copper ports and 4 fiber ports working. I will check whether I can partially disable the interfaces from the device's BIOS. In the meantime, what should be done for a permanent solution? If there are any outputs I can share to assist, please let me know. On Thu, Feb 20, 2025 at 4:02 PM Claudio Jeker <cje...@diehard.n-r-g.com> wrote: > On Thu, Feb 20, 2025 at 03:59:06PM +0300, Samuel Jayden wrote: > > Hi again, > > > > I've replaced the NVMe disk; however, the issue persists without any > > noticeable improvement or change in behavior. I would greatly appreciate > > any guidance or suggestions on how to troubleshoot or resolve this > problem. > > Any help would be highly valued. > > Remove some of those ixl or igc cards. You ran out of interrupts because > the 8 ixl and 4 igc eat them all. You may be able to disable them via boot > -c as well. > > > On Wed, Feb 19, 2025 at 6:43 PM Samuel Jayden < > samueljaydan1...@gmail.com> > > wrote: > > > > > Dear OpenBSD Misc Team, > > > > > > I am encountering an issue while trying to install OpenBSD 7.6. The > > > installation process does not detect my NVMe disk. > > > > > > During boot, I ran machine diskinfo and confirmed that the system > > > recognizes the NVMe disk: > > > > > > boot> machine diskinfo > > > Disk BlkSiz IoAlign Size Flags Checksum > > > hd0 512 0 14GB 0x4 0x63b8911f Removable > > > hd1 512 4 931GB 0x0 0x0 > > > > > > > > > During the installation shell, I checked the dmesg output and observed > > > the following logs: > > > > > > # dmesg | grep nvme > > > nvme0 at pci11 dev 0 function 0 vendor "Silicon Motion", unknown > product > > > 0x2263 rev 0x03: failed to allocate interrupt slot for PIC msix pin > > > -2146762752 > > > > > > The NVMe disk itself does not appear to have any hardware issues. I can > > > see it listed in the BIOS without any problems. > > > > > > I have attached the dmesg.txt file for further information. > > > > > > Could you please advise on any steps I should take to successfully > install > > > OpenBSD 7.6 with this NVMe disk? > > > > > > Best regards, > > > > > -- > :wq Claudio >