I did exactly what is described above with 8 hugepages of 1GB
cat /proc/cmdline
initrd=\EFI\proxmox\6.17.4-2-pve\initrd.img-6.17.4-2-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt transparent_hugepage=never default_hugepagesz=1G...
Another option is to remove the data LV post-install and expand the root LV/FS with the remaining space.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
I literally fogot I had hit this and fixed it, I found the thread by search when i hit the same issue an hour or so ago!
(the Feb truenas vitualization blew up shortly after that post IIRC)
So to make this an additive reply
It is also importat...
Another note to myself and others on how proxmox seems to boot with no black listing and why its dangerous to do that with ZFS
First the system starts booting
it enumerates all the disks and loads all the normal drivers
all zfs processes start -...
That looks okay but stick to one guide. My guide (which is stand alone) tells you to run this. What does that return?
apt install -y proxmox-default-headers gcc make dkms
As I said, you need to remove all the NVIDIA packages and the DKMS modules first.
Check dpkg -l "*nvidia*" and dkms status. Then apt purge --auto-remove ... and dkms remove ....
What I can tell you is that this guide is exactly what I use myself. I can't help you with the other guide s steps. Have you already rebooted?
Is dkms status now empty? What does apt purge nvidia-kernel-dkms nvidia-tesla-535-kernel-dkms say?
The kernel you booted needs to match the version that proxmox-default-headers provides. Hence the suggestion to reboot.
First you need to find a way to remove the remnants of the old 570 modules though.
Please forget about pve-headers. This is outdated. The kernel you're currently booted from is not the latest/default one so the header version proxmox-default-headers depends on/installs does not match. Did you pin it? I can't find any pve header...
edit the file /etc/apt/sources.list
nano /etc/apt/sources.list
For each of the lines identifying repositories, add to following the end of those lines:
non-free-firmware
deb http://ftp.us.debian.org/debian trixie main contrib...
How to check if systemd-boot is being used — and how to safely remove it
Step 1: Check which bootloader is in use
(if it is grub for example it is saffe to remove systemd-boot)
Run the following command to inspect your current EFI boot...
I don't warrant for this in some specific cases like Nvidia, but the usual Proxmox' recommended / required method is
apt full-upgrade
not apt upgrade
Using upgrade instead of full-upgrade sometimes leads to incomplete upgrade, missing packages...
Another option is to remove the data LV post-install and expand the root LV/FS with the remaining space.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Hi @Shamson96 , welcome to the forum.
You should try directions from existing threads on this topic , i.e. https://forum.proxmox.com/threads/using-ntfs-hard-drive-from-windows-server.103509/
If you run into trouble, come back with specific...