Recent content by ducs4rs

  1. D

    [SOLVED] Kernel Boot Parameters not working

    after adding the disk back in, there are no errors. Also I found this was the optimal cmdline. I tried othter options but they cause passthrough to fail root=ZFS=rpool/ROOT/pve-1 boot=zfs rootdelay=15 quiet iommu=pt pcie_aspm=off console=ttyS1 console=tty1 BTW status looks good now. Thanks for...
  2. D

    [SOLVED] Kernel Boot Parameters not working

    I removed the disk that had grub, rebooted, ran proxmox-boot-tool refresh, It worked. I am going to format the pulled disk and recreate the rpool mirror and see what happens. Thanks. I will mark this as fixed.
  3. D

    [SOLVED] Kernel Boot Parameters not working

    I have a mirrored rpool with two disks, when I run proxmox-boot-tool status I get this proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. System currently booted with uefi 799C-C349 is configured with: grub (versions: 6.5.13-6-pve...
  4. D

    [SOLVED] Kernel Boot Parameters not working

    I had a typo in my post. I did edit /etc/kernel/cmdline. I am using systemd-boot and have done proxmox-boot-tool refresh, but the parameters are not being set.
  5. D

    [SOLVED] Kernel Boot Parameters not working

    I am trying to set UEFI kernel boot parameters but its not working. I am running 8.4.19. efibootmgr -v output is: root@pveprod:/boot# efibootmgr -v BootCurrent: 0006 Timeout: 1 seconds BootOrder: 0004,0006,0007,0001,0005 Boot0001* Hard Drive BBS(HD,,0x0)..GO..NO..........A.0.S.0...
  6. D

    [SOLVED] Cannot Access Web Interface

    I am adding my issue to this thread. I ran through all these but should have checked journalctl first. The port showed good using ss. I then checked journalctl and found system could not read /var/log/pveproxy/access.log. Checking permissions it was set to -rw root root . Looking at my other...
  7. D

    [SOLVED] Issues with PCI Passthrough and NVIDIA card

    I did the vcpu and it works like a charm.
  8. D

    [SOLVED] Issues with PCI Passthrough and NVIDIA card

    Thanks for the pointer. I am going to try it out.. I was able to pass the GPU and a VF nic through to Ubuntu. Windows 11 wasn't happy with either.
  9. D

    [SOLVED] Issues with PCI Passthrough and NVIDIA card

    Thanks for the pointers. The kernel parameters were from my notes when I first did pci passthrough on VE 5 or 6. I made all the changes you recommended and now the audio is correct, 02:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1) ... Kernel driver in...
  10. D

    [SOLVED] Issues with PCI Passthrough and NVIDIA card

    I picked up a Supermicro X9SRL-F installed Proxmox VE (pve-manager/8.3.1/fb48e850ef9dde27 (running kernel: 6.8.12-4-pve) and I am trying to get PCI passthrough to work on a NVIDIA Corporation GP106GL [Quadro P2200]. While the Video is getting set properly "Kernel driver in use: vfio-pci" the...
  11. D

    PCIe error

    I am running: root@pveprod:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm Linux pveprod 6.8.4-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.4-2 (2024-04-10T17:36Z) x86_64 GNU/Linux grub...
  12. D

    Intel i710 SR-IOV

    I had an Intel i350 setup with SR-IOV and it was working fine. I could use ViFs with Linux, and Windows 11. I swapped out the i350 with an i710. This was smooth as the OS saw the new NIC and it seemed to work. I changed the # of Vifs from 7 for the i350 to 32 for the i710. I have assigned ViFs...
  13. D

    [SOLVED] PVE7to8 warning

    That was it, thanks dir: vm_images path /tank/vm_images/ content images prune-backups keep-all=1 shared 1 changed to dir: vm_images path /tank/vm_images/ content rootdir,images prune-backups keep-all=1 shared 1
  14. D

    [SOLVED] PVE7to8 warning

    On my test system I ran PVE7to8 and got this warning on my only LXC vm WARN: CT 102 - volume 'vm_images:102/vm-102-disk-1.raw' (in config) - storage does not have content type 'rootdir' configured. WARN: Proxmox VE enforces stricter content type checks since 7.0. The guests above might not...
  15. D

    [SOLVED] rpool mirror

    while the doc is not 100% clear, your pointers got me over the hump. Mirror is back together and system boots just fine. Thanks ! root@pveprod:~# zpool status rpool pool: rpool state: ONLINE scan: resilvered 7.34G in 01:23:32 with 0 errors on Wed Nov 1 20:09:15 2023 config: NAME...