Search results

  1. E

    [SOLVED] Install on Gigabyte Brix with AMD

    I think network is up and running. Can you post the output of: dmesg|grep r8169
  2. E

    AMD core display pass-through, install win10 does not start

    You was able to install Windows 10 with this vm config?
  3. E

    [SOLVED] Install on Gigabyte Brix with AMD

    ok, can you post also the output of: dmesg|grep eth
  4. E

    Why is my Win10 VM with OVMF (UEFI) not beeing able to use the ethernet card?

    I think Android Studio need vm support and maybe you need to change the cpu to Host and Host need to have the nested capability. What's the output of: cat /sys/module/kvm_intel/parameters/nested
  5. E

    HowTo: Proxmox VE 7 With Software RAID-1

    I suggest to make a raid1 of boot partition sda2 with sdb2. I had also many troubles with UEFI boot bios menu entry, at the end I overwrite the UEFI bootloader fallback with proxmox UEFI: cp /boot/efi/EFI/proxmox/grubx64.efi /boot/efi/EFI/BOOT/BOOTx64.EFI *todo on both boot partition sda2 and...
  6. E

    virtIO Drivers showing as Removable Device

    Are you sure? Can you post the VM config? I had also on 5.4 with Windows 2012 and Virtio.
  7. E

    [SOLVED] Install on Gigabyte Brix with AMD

    Can you post the Gigabyte product code? Can you post the output of lspci?
  8. E

    virtIO Drivers showing as Removable Device

    Not at the moment... I wish Proxmox will implement the hotplug option per device in the web ui interface...
  9. E

    virtIO Drivers showing as Removable Device

    Just remember to update the latest line with your Nvidia PCI\VEN...
  10. E

    virtIO Drivers showing as Removable Device

    Seems like in qemu-kvm they implemented a hotplug flag in the pci declaration: https://bugzilla.redhat.com/show_bug.cgi?id=1790899 I don't think there are these options in the proxmox web gui. Anyway in Windows you can add this batch at startup *Run as Administrator*: :: RUN AS Administrator...
  11. E

    Issue with 82574L PCI Network Card

    Seems like the NVM of your network card is corrupted. May you can try to install this network adapter in a computer with windows 7 or 10, install latest driver from intel website and try if it is working the lan connection... Usually the windows intel package driver update also the firmware and...
  12. E

    Issue with 82574L PCI Network Card

    Try to compile this one: https://sourceforge.net/projects/e1000/files/e1000e%20historic%20archive/3.8.7/e1000e-3.8.7.tar.gz/download
  13. E

    Issue with 82574L PCI Network Card

    Try this driver: https://www.intel.com/content/www/us/en/download/14611/intel-network-adapter-driver-for-pcie-intel-gigabit-ethernet-network-connections-under-linux.html apt install pve-headers-$(uname -r) cd /root/ wget https://downloadmirror.intel.com/15817/eng/e1000e-3.8.4.tar.gz tar zxf...
  14. E

    Issue with 82574L PCI Network Card

    Result of: dmesg | grep eth ?
  15. E

    [SOLVED] Proxmox 7.1 + OVMF + Windows 10 ISO cannot boot

    Use this: Will take the CPU Host name plus some flags for PCIE redirection and to avoid Nvidia driver hardware check...
  16. E

    [SOLVED] Proxmox 7.1 + OVMF + Windows 10 ISO cannot boot

    Oh finally I have found the culprit! !!! cpu: IvyBridge !!! Don't use it with OVMF! I changed to host and now is booting every Windows ISO! At the end I modify manually the VM config with a text editor: cpu: host,hidden=1,flags=+pcid and added this line: args: -cpu...