Search results

  1. N

    R9 290 gpu passthrough to Mac VM?

    I’m not passing a gpu to 2 vms. I’m planning on making a Mac vm and do nested virtualization to create an Ubuntu vm. As of right now my r9 290 is pass through to my Mac vm, I just need to spoof it. But the issue right now is why does my server crash when both of my gpus are active.
  2. N

    R9 290 gpu passthrough to Mac VM?

    Update: so apparently my server cant handle 2 gpus at the same time? I currently have a r9 290 and a 3060 with a 850 gold sfx psu from cooler master. I thought that would be enough, am i wrong? but it looks like i can start up one vm if the other vm is off. which is unfortunate. would anyone...
  3. N

    R9 290 gpu passthrough to Mac VM?

    Hello, I have a R9 290 gpu that I want to passthrough to my mac vm (monterey) then share it with an unbuntu vm. I did find this guide that the gpu is compatible -- https://dortania.github.io/GPU-Buyers-Guide/modern-gpus/amd-gpu.html#r7-r9 . however i'm not sure if it can be done due to the fact...
  4. N

    [SOLVED] Windows 10 VM GPU Passthrough stuck on boot screen

    in case someone has this issue in the future i also attached my gpu and had to reinstall windows. im surprised it worked. this is my config file: #./killvm.sh 100 agent: 1 balloon: 8192 bios: ovmf boot: order=virtio0;ide0;ide2 cores: 10 cpu: host,hidden=1,flags=+virt-ssbd;+amd-ssbd efidisk0...
  5. N

    [SOLVED] Windows 10 VM GPU Passthrough stuck on boot screen

    thats what I thought root@pve:~# cd rom-parser root@pve:~/rom-parser# make gcc -o rom-parser rom-parser.c rom-parser.c:1:10: fatal error: fcntl.h: No such file or directory #include <fcntl.h> ^~~~~~~~~ compilation terminated. make: *** [Makefile:4: rom-parser] Error 1...
  6. N

    [SOLVED] Windows 10 VM GPU Passthrough stuck on boot screen

    SPICE does not work. It turns on but gets stuck at the boot screen (where the dots move in a circle shape). I did try to use Standard VGA as a display and that booted but it prompted me to a recovery screen. I tried the code again and this is what happened: root@pve:~# git clone...
  7. N

    [SOLVED] Windows 10 VM GPU Passthrough stuck on boot screen

    I'm sure you know that with x-vga=on disables the console. so im not sure if its actually running, but it looks like there is activity. it says "-bash: make: command not found" do i need to run a command to install something?
  8. N

    [SOLVED] Windows 10 VM GPU Passthrough stuck on boot screen

    root@pve:~# git clone https://github.com/awilliam/rom-parser -bash: git: command not found am i doing something wrong? i added x-vga=on in my config file but i dont think its working. the ip address isnt showing after 5 minutes.
  9. N

    [SOLVED] Windows 10 VM GPU Passthrough stuck on boot screen

    Yes, I have the following drivers in my /etc/modprobe.d/blacklist.conf blacklist radeon blacklist nouveau blacklist nvidia #./killvm.sh 100 agent: 1 args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=NV43FIX,kvm=off" balloon: 8192 bios: ovmf boot: order=virtio0;ide2 cores: 10 cpu...
  10. N

    [SOLVED] Windows 10 VM GPU Passthrough stuck on boot screen

    Hello, My windows 10 VM gets stuck on this screen. I thought I did everything correctly, but it looks like I missed something. Parts: Ryzen 7 1700 Aorus B450M motherboard 32 GB ram 240 SSD GB, 2*1TB (Raid 1), 2*4TB (Raid 1) RTX 3060 (planning to use for windows) As of now I am able to boot...
  11. N

    Stuck on Loading initial ramdisk

    Hello, During the past weekend I decided to turn on my Proxmox server, however it got stuck on "Loading initial ramdisk...". It was working in December, the only thing that recently changed was a new modem and router. For those curious here is the pcpartpicker list...
  12. N

    [SOLVED] PVE Fails to load past 'Loading initial ramdisk...'

    If I don't have a ZFS read cache drive and only have 1 drive for Proxmox OS and 4 drives in raid 5, where would the issue be? Sorry I'm new to Proxmox. Nothing really changed from last known good boot compared to now other than switching the router and modem.
  13. N

    [SOLVED] PVE Fails to load past 'Loading initial ramdisk...'

    Was your issue that your boot drive was corrupted? I'm currently having this issue and want to try your solution.
  14. N

    Error : 4 data errors, use '-v' for a list

    sorry for reviving an old thread but the error came back. i rebuilt my server with the newest proxmox version. after building a few vms i have erros in a few sectors: root@pve:~# zpool status -v pool: HDD1TB state: ONLINE config: NAME STATE...
  15. N

    exit code 133 while restoring Win10 VM

    Hello, I broke my WIN10 VM (2TB worth of data), so I wanted to restore it. But during the restore process, it only goes up to 47% then errors out. During the restore process, I used LZO as compression. I only have one backup so I can't lose this backup. During the backing up process, I don't...
  16. N

    Restored data doesn't match checksum

    Were you able to fix it? I'm currently having this issue
  17. N

    Error : 4 data errors, use '-v' for a list

    root@pve:~# zpool status -v pool: Dinodata4TB state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup...
  18. N

    Error : 4 data errors, use '-v' for a list

    I'm not sure how to use the '-v' command. I'm using fairly new drives, I got them around July - August 2021. I'm not sure how I'm getting errors if it passed the SMART test. Here is the error.
  19. N

    Error 43 GPU passthrough

    I ran update-initramfs -u and got the following: root@pve:~# update-initramfs -u update-initramfs: Generating /boot/initrd.img-5.11.22-5-pve Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace.. No...