[SOLVED] No disks at Dell H330 after update 8.1 - 8.2

frank68

New Member
Apr 26, 2024
19
4
3
I installed Proxmox 8.1 a few weeks ago (migrating from ESXi) on a Dell T30 with H330 Adapter in HBA-mode. Everything works fine. Today I updated to 8.2 (Kernel 6.5 -> 6.8) and no ZFS-Pool was found. lspci found the adapter (RAID bus controller: Broadcom / LSI MegaRAID SAS-3 3008 [Fury] (rev 02)), but lsblk found no disk. After rebooting back to Kernel 6.5 everything is OK. What should I do?
 
Hello frank68, did you solve with the kernel Linux 6.8.4-3-pve? I have updated to Linux 6.8.12-2-pve, but I still cannot view the disks
 
I encountered this issue when trying to install 8.3 on PE R240 with H330. The shortest solution was to install 7.4, then update-grub, https://forum.proxmox.com/threads/megaraid-9540-8i-virtual-drive-not-found.143223/#post-643558.

add "*_iommu=on iommu=pt"
to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, and update grub (important not to forget).

Reboot, upgrade from 7 to 8. and the 6.8.12-8-pve kernel picked up the drives.

BR/Patrik
Thank you Patrik,
I'll try it
 
  • Like
Reactions: Patrik_Arlos
If your system runs on the 6.5 kernel, add the parameters to GRUB and give it a try. In my case, I started from scratch.
 
I have several DELL servers with ESXi and I want to move to Proxmox, so for now I haven't any system and I'll try on a fresh one, doing the same: install 7.4, update grub and then upgrade to 8
 
I have several DELL servers with ESXi and I want to move to Proxmox, so for now I haven't any system and I'll try on a fresh one, doing the same: install 7.4, update grub and then upgrade to 8
Ok; a proposal; try the default 8.3 installer, and add the kernel options to it (hit e to edit the menu entry). AFAIR it would be the linux line, append *_iommu=on iommu=pt" at the end. If it works, it could save some time... I just ran out of devices to test on...