Search results

  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.
  15. J

    Connect pve host machine to internet only...

    If you have more then one gateway then you could have a problem. Take a look at your routes and see ip route if there is more then one default gateway.
  16. J

    Connect pve host machine to internet only...

    Honestly it should be simple and no need for a tutorial. Unless your ISP is using some kind of port security on the router what you did should work. The only thing I potentially see wrong is the netmask you assigned. Most ISPs don't hand out /24 netmasks for single IPs.
  17. J

    [SOLVED] Yet another bridge issue

    I think you said the same thing I did, but is still doesn't address the need of two bridges. You can't have the same bond as interfaces in multiple bridges unless you are using a vlan on the bond which he is not doing.
  18. J

    Connect pve host machine to internet only...

    With my ISP I cannot change the device that is connected to the router without rebooting the router. I don't know if that would be the case with your ISP and router but you might want to try that.
  19. J

    [SOLVED] Yet another bridge issue

    For some reason I was thinking the ports were connected to different machines in my head. But I still don't understand why he would want two bridges on the same subnet. @dshawth Have you setup the switch that the systems are connected to to enable link aggregation on the ports for these...