Search results

  1. V

    [SOLVED] Hard drive passthrough with win10

    Men I did it again ! I read this => https://pve.proxmox.com/wiki/Physical_disk_to_kvm And upon recommendation I passed my drive with its id. like this: scsi1: /dev/disk/by-id/wwn-0x500253887015bfdf Work like a charm... Cheers
  2. V

    [SOLVED] Hard drive passthrough with win10

    Hi, I would like to passthrough a hard drive to my win10 VM. I've done it with a linux VM without any issue. So I duplicated the conf but the drive doesn't show up in windows. agent: 1 balloon: 4096 bios: ovmf bootdisk: sata0 cores: 4 cpu: host,hidden=1,flags=+pcid efidisk0...
  3. V

    How to login to proxmox?

    You gave us you network config at the beginning. Use the same mask and gateway. I just noticed your ip is 192.168.1.41. If you assigned the same to your proxmox you wont be abble to reach it. And it's strange that you don't have network issue with your computer to. It's basic network stuff. You...
  4. V

    How to login to proxmox?

    use this ip 192.168.1.41 when it's ask during the installation process. With right subnet mask and gateway.
  5. V

    How to login to proxmox?

    Will it be possible for you to do a fresh install ?
  6. V

    How to login to proxmox?

    Try with another browser to be sure it's not firefox that's doing some tricks. Or private navigation too can help, with cookie and cache nonsense. Could you also try to reach it with another device ? Phone maybe ?
  7. V

    How to login to proxmox?

    Can you ping the host ip ? Can you resolve it's name ?
  8. V

    How to login to proxmox?

    Yes, reinstall would be way easier if you want to modify proxmox ip. Read below, depending of what you prefer you might not reinstall after-all. About your network issue, you need to assign to proxmox an IP from the same network your laptop/desktop belong to. Your computer belong to network...
  9. V

    [SOLVED] GPU AMD Passthrough

    I agree with xi784, you should try to add pcie_acs_override=downstream in your grup. Do you have a display on the VNC screen when you remove x-vga=1 flag ? FYI, I made my conf with same video card and intel cpu. you can check my conf there...
  10. V

    OVMF - Guest has not initialized the display (yet).

    Did you deploy the OS with the ovmf bios ? I had similar issue with dual bios laptop (legacy and uefi) The OS will boot with the bios used during the initial install. If you switched later on to the other bios, you couldn't find the boot up partition. If you installed your VM with seabios by...
  11. V

    Proxmox 6 and Nvidia GPU pass through issue

    He's mine for comparaison. GRUB_DISTRIBUTOR="Proxmox Virtual Environment" GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on pcie_acs_override=downstream,multifunction video=efifb:eek:ff" GRUB_CMDLINE_LINUX="" It might be due to the OS. In my case both VM are windows10 VM.
  12. V

    Proxmox 6 and Nvidia GPU pass through issue

    Have you tried to start the vm without primary gpu (x-vga) selected ? And the display to default ? (delete line : vga: std)
  13. V

    [SOLVED] GPU passthrough issue, 6.1 & Radeon, Blank screen

    Ok, so everything is settle now... I guess I was trying to solve the issue on both VM at the same time, and I mixed myself up in the process. Both VM are OK and I have a display on the physical monitor on both VM. From my initial conf (initial post) I added additional options on the grub...
  14. V

    Proxmox 6 and Nvidia GPU pass through issue

    Hello Scrapiron I've a similar issue. If you've a display on your physical monitor and VNC it's basicly a win. I do not need VNC (in the web interface) so like you i selected in windows to only use the physical monitor and VNC screen is black. If you prefer to use VNC, you can configure it in...
  15. V

    [SOLVED] GPU passthrough issue, 6.1 & Radeon, Blank screen

    Hello, Yes you'r right, I posted this vm conf but right after I change it to pass everything in the passthrough. I was able to make it work. It might have been the addition of the efidisk. (I also added the CPU flag) I think my issue is really similar to what happend to scrapiron here...
  16. V

    [SOLVED] GPU passthrough issue, 6.1 & Radeon, Blank screen

    Hello, I manage to finally make it work with primary GPU on. This is the VM config that work bios: ovmf bootdisk: sata0 cores: 4 cpu: host,hidden=1,flags=+pcid efidisk0: M2:103/vm-103-disk-2.qcow2,size=128K hostpci0: 0d:00.0,pcie=1,x-vga=1 hotplug: disk machine: q35 memory: 8192 name: Win10-D...
  17. V

    [SOLVED] GPU passthrough issue, 6.1 & Radeon, Blank screen

    The real one, I've no issue with the virtual one.
  18. V

    Proxmox 6 and Nvidia GPU pass through issue

    Hello, Could you share your resolution ? thanks
  19. V

    [SOLVED] GPU passthrough issue, 6.1 & Radeon, Blank screen

    Dear Proxmox community, I come with another GPU passthrough issue. I have a setup with 2 Radeon R9 290, proxmox 6.1.3 and intel cpu. Both GC they have their own iommu group [ 0.896540] pci 0000:01:00.0: Adding to iommu group 1 [ 0.896545] pci 0000:01:00.1: Adding to iommu group 1 [...