I have built a 6.10 kernel using clang (with .config from generic ubuntu) on Ubuntu 24.04. I am able to run it on Ubuntu but not on Proxmox.
On Proxmox, I get following error:
Alert! /dev/mapper/pve-root does not exist. Dropping to shell
Running lvm pvscan returns nothin, and adding rootdelay=10 to grub also didn't help.
I was trying to re-generate the initrd image for this kernel on Proxmox but the same problem still exists.
I was also trying to build custom kernel directly on Proxmox using gcc and .confing file from proxmox 6.8 kernel with the same error.
I was trying to enable CONFIG_SCSI_SYM53C8XX_2 and rebuild kernel. The same problem.
It looks like my new kernel is not able to see my lvm partition on Proxmox.
My setup: Xeon x3440, 24GB RAM, Intel S3420GP main board, ssd 512GB
I am using No subscription repo with Proxmox version 8.2.4
Any ideas what to do?
On Proxmox, I get following error:
Alert! /dev/mapper/pve-root does not exist. Dropping to shell
Running lvm pvscan returns nothin, and adding rootdelay=10 to grub also didn't help.
I was trying to re-generate the initrd image for this kernel on Proxmox but the same problem still exists.
I was also trying to build custom kernel directly on Proxmox using gcc and .confing file from proxmox 6.8 kernel with the same error.
I was trying to enable CONFIG_SCSI_SYM53C8XX_2 and rebuild kernel. The same problem.
It looks like my new kernel is not able to see my lvm partition on Proxmox.
My setup: Xeon x3440, 24GB RAM, Intel S3420GP main board, ssd 512GB
I am using No subscription repo with Proxmox version 8.2.4
Any ideas what to do?