Recent content by jtracy

  1. J

    Changing instance-id cloud-init

    I just ran into a similar issue today. I was working on some networking in ansible and needed a VM that I could snapshot and revert for testing. I was under the impression that it did not completely reconfigure things like ssh keys on reconfigure, but I guess it does. For a little more info I...
  2. J

    [SOLVED] Issue installing Proxmox 7 on Dell R720 in UEFI mode.

    So after reflashing the firmware it seems to be working correctly. WIll be doing some more testing to be sure.
  3. J

    [SOLVED] Issue installing Proxmox 7 on Dell R720 in UEFI mode.

    That is the same guide I have been following too. I do have both those settings disabled, but I did forget to disconnect the battery. Let me revert and try again.
  4. J

    [SOLVED] Issue installing Proxmox 7 on Dell R720 in UEFI mode.

    Thanks for that info. I have 7.0 running on two other identical R720s just fine. It is just this one system that is giving me troubles and I am not sure why. I am not running the stock H710 firmware on the controller but have flashed it with an "IT mode" firmware. I might go through the...
  5. J

    [SOLVED] Install Ubuntu Core on a VM

    In your VM go to options and check the boot order and make sure the imported disk is in there and checked.
  6. J

    [SOLVED] Issue installing Proxmox 7 on Dell R720 in UEFI mode.

    Mine is is using the 710 mini also but it is flashed to IT mode so there is no hardware raid. I have another R720 with the same setup that the install went just fine with.
  7. J

    [SOLVED] Issue installing Proxmox 7 on Dell R720 in UEFI mode.

    I am having issues with installing Proxmox 7 on one of my DELL R720. The installation goes fine until it is setting up the bootload and then I get and error on the console: Searching for this issue give lots of results for arch linux but not during the install phase. Not sure how to proceed...
  8. J

    [SOLVED] Reinstalled Proxmox and cannot get PCIE passthrough of GPU working again.

    I had also asked for help on the VIFO discord and they noticed I did not strip the headers out of the GPU bios rom file. Once I did that I can passthrough the GPU to Windows 10. But it only works after the OS has started loading drivers. Is there a way to get the OVMF bios to work correctly...
  9. J

    [SOLVED] Reinstalled Proxmox and cannot get PCIE passthrough of GPU working again.

    Thanks for getting back to me. I posted dmesgs of each start of the VM and also attached a full dmesg from after a reboot, then staring/stoping the Ubuntu VM and then starting the Windows 10 VM. New Windows not working: root@pve01:/etc/pve/qemu-server# cat 111.conf agent: 1 balloon: 0 bios...
  10. J

    [SOLVED] Reinstalled Proxmox and cannot get PCIE passthrough of GPU working again.

    So I previously had GPU passthrough working to a windows 10 VM. But I had had a harddrive failure on my proxmox server that forced me to reinstall. I have been following every tutorial and mostly rememeber what I had done previously but and having issue with it working for Windows 10. I can...
  11. J

    [SOLVED] GPU PASSTHROUGH ( Error 43 while there is output from the gpu's hdmi )

    No, the drivers go on the VM. They will no longer give code 43 in VMs
  12. J

    [SOLVED] GPU PASSTHROUGH ( Error 43 while there is output from the gpu's hdmi )

    Try the latest drivers. Nvidia has added "Beta" support for PCIE Passthrough on Geforce cards now.
  13. J

    NVidia allows PCIE Passthrough in latest drivers.

    Apparently in the latest Nvidia drivers they have added "Beta" support of pci passthrough of graphics cards. So no more masking the VM, just directly passthrough the GPU. Of course you still have to make sure the host system is not using the card. Take a look at GeForce PCIe Passthrough...
  14. J

    OVS bonding issue with interfaces not starting

    So that config was generated with the proxmox web gui. I will try and change them later and see if it fixes my issues. Thanks.