Hello! First off, I know this isn't "officially supported" or such... but I think it's worth a try here.
I've been trying to install Proxmox on Optane PMEM 100's for a while now and well the installation is quite simple actually by just adding
below the /dev/nvme, but my issue is the boot.
It gets stuck to initramfs, and when I do lsblk it doesn't show my /dev/pmemYs... I think that's exactly the issue, inside the installer those are found normally.
My question is how do I add the proper modules for it to boot? I think its missing the libnvdimm/pmem or such?
I've been trying to install Proxmox on Optane PMEM 100's for a while now and well the installation is quite simple actually by just adding
Code:
} elsif ($dev =~ m|^/dev/pmem\d+s$|) {
return "${dev}$partnum";
}
It gets stuck to initramfs, and when I do lsblk it doesn't show my /dev/pmemYs... I think that's exactly the issue, inside the installer those are found normally.
My question is how do I add the proper modules for it to boot? I think its missing the libnvdimm/pmem or such?