Jump to content

dtek

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by dtek

  1. My GPU is in slot 2. Is this the right setting for it? Do I need to change hostpci0 to hostpci1 or hostpci2 ? hostpci0: 05:00,pcie=1,x-vga=1,romfile=vbios.bin
  2. GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Proxmox Virtual Environment" GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" # Disable os-prober, it might add menu entries for each guest GRUB_DISABLE_OS_PROBER=true # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Disable generation of recovery mode menu entries GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" I couldn't find the bios for Sapphire Pulse 5700 XT so I extracted with this software https://www.techpowerup.com/download/ati-atiflash/ . Do you think that might prevent it from starting the vm? I found this https://www.techpowerup.com/vgabios/212169/sapphire-rx5700xt-8192-190616 but it doesn't exactly match my GPU so I extracted my own.
  3. I can start just fine without the GPU passthru
  4. I got the spinner again with no log output when starting the vm
  5. I can connect remotely and via console after blacklisting. Rebooting proxmox requires cutting off the power and restarting pc. root@dtk:~# echo 0 > /sys/class/vtconsole/vtcon0/bind root@dtk:~# echo 0 > /sys/class/vtconsole/vtcon1/bind root@dtk:~# echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind -bash: echo: write error: No such device
  6. My gpu is currently in slot 2. Do I need to make any changes to the script or vm.conf ?
  7. I got this error TERM environment variable not set.Starting VM 101 - please wait.../var/lib/vz/snippets/vmhook.sh: line 15: echo: write error: No such deviceTASK ERROR: hookscript error for 101 on pre-start: command '/var/lib/vz/snippets/vmhook.sh 101 pre-start' failed: exit code 1
  8. https://www.techpowerup.com/vgabios/212169/sapphire-rx5700xt-8192-190616 I found this but it's not in .bin format.
  9. @meina222 /usr/share/kvm/vbios.bin doesn't exist. Where can I download this file? There's no snipplets folder in /var/lib/vz, should I create snipplets folder with vmhook.sh in it?
  10. Ok looking forward to your config. I kinda need 2 vms running at the same time so that will not work for me. The system works 100% without gpu passthrough. Also there's one part in the guide that I skipped since I don't know how to change "RadeonDeinit" setting in opencore. My GPU is currently in slot 2, I'll try to move it to slot 1 and see if that makes a difference.
  11. The other 32 cores are reserved for windows. I updated my profile to 256gb ram but I don't know why it doesn't show. This was my original boot arg but I copied @meina222 boot arg since he said the new one has better performance. Should I revert boot arg back to the original one? updated vga: none with the same result -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+kvm_pv_unhalt,+kvm_pv_eoi,+hypervisor,+invtsc,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+avx2,+aes,+fma,+fma4,+bmi1,+bmi2,+xsave,+xsaveopt,check
  12. The rom file is in /usr/share/kvm. How do I change display to none? My vm.conf looks like this args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -cpu host,+invtsc,vendor=GenuineIntel hostpci1: 05:00,pcie=1,x-vga=1,romfile=5700xtref.rom balloon: 0 bios: ovmf bootdisk: ide2 cores: 32 cpu: Penryn efidisk0: local-lvm:vm-101-disk-1,size=4M ide0: local:iso/Catalina-installer.iso,cache=unsafe,size=2096528K ide2: local:iso/OpenCore-v9.iso,cache=unsafe,size=150M machine: q35 memory: 131072 name: macOs net0: vmxnet3=5E:57:E7:CD:64:BC,bridge=vmbr0,firewall=1 numa: 0 ostype: other sata0: local-lvm:vm-101-disk-0,cache=unsafe,discard=on,size=300G,ssd=1 scsihw: virtio-scsi-pci smbios1: uuid=1754abd0-bbbc-4e0f-969b-a9d87ca43e14 sockets: 1 vga: vmware vmgenid: c8335d64-7052-44fa-a1f2-4f46432c56f7
  13. I changed the address to 05:00 but when adding pci device, my GPU doesn't show up on the list so I added manually in vm.conf. Also downloaded the rom for the 5700 and renamed it to 5700xtref.rom but I got the spinner icon when starting my vm.
  14. I got my login screen to show again so I'm giving the passthrough another shot. I'm confused with this part of the guide. Create a file in etc/modprobe.d/ named vfio.conf: echo "options vfio-pci ids=10de:1b02,10de:10ef" > /etc/modprobe.d/vfio.conf and add on it: options vfio-pci ids=10de:1b02,10de:10ef disable_vga=1 My vfio.conf should display both of these lines below? options vfio-pci ids=10de:1b02,10de:10ef options vfio-pci ids=10de:1b02,10de:10ef disable_vga=1
  15. Hi, I was able to get Opencore and Catalina installed on proxmox thanks to your guide. I attempted a passthrough for my 5700 xt GPU but failed. Now every time I boot my machine, I can't see the ip and login: like how it used to display before the attempted passthrough. Proxmox web ui and ssh still works but rebooting just hangs. The power needs to be turned off and back on, otherwise there's no access to the web ui. All the settings were reverted but no luck with getting the old login screen back. This is what I see every time I boot proxmox
  16. Sorry I might have missed your questions. What do I need to do to get old settings back? My build is from a fresh Catalina install.
  17. To get it working again I had to make a few changes. 1.Added bootarg ncpi=2000 and the original ssdt files, 2.disabled 4g To my surpise, the acquantia card, wifi and bluetooth all work now but it has to rely on those settings and files. I can't remove them anymore. Also do you know why my boot menu doesn't have "clear nvram" selection?
  18. So I moved my GPU and 10g lan card to a different slot to make room for a wifi/bluetooth card but now I can't get it to boot anymore. I'm stuck at lost battery power and [PCI configuration begin]. Any idea how to fix this?
  19. The Aquantia card used to work for me but I don't know what changes I made and now it doesn't work anymore. My other 2 integrated lan cards work fine. When I plugged the ethernet cable in, there's activity light but no internet. I started from scratch and it still doesn't work, then I tested in windows and it works fine.
  20. Yeah for real I spent more time on this build than at my actual job lol. I agree it's a never ending learning curve. All good tho, with everything going on, I take this opportunity to gain extra knowledge. Also that's a crazy nice setup you got there. I'm so jealous hah
  21. Do you by any chance use the 10g lan card that comes with the board? Mine suddenly stopped working. I don't know if it's related to MMIO whitelist editing I just made and/or the removal of SSDT. I have to revert the changes to see if it works again.
  22. The file that I attached has my own hex values in it. I used Fabiosun's mmiowhitelist because we have the same board. Your instructions are very clear, it's just that I'm very new at this. It's literally my first build. I definitely spent way more time on this than I'd like,. Thanks for the tip tho, appreciate your work I was able to change wakeup to OS/BIOS and it's working perfectly now. thanks
  23. My settings and files are now identical to yours with the exception of my video card boot args. Everything works 99% now. The only thing that doesn't work is waking up when pc is in sleep mode but that's ok I rarely put my pc to sleep anyway. I've learned so much from this forum and really appreciate everyone trying to help. ❤️
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.