meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:kvm:gpu_poassthrough [2020/05/13 19:41] niziakvm:proxmox:kvm:gpu_poassthrough [2021/07/17 13:48] (current) niziak
Line 1: Line 1:
 +
 ====== GPU passthrough ====== ====== GPU passthrough ======
 +===== AMD APU =====
 +[[https://gist.github.com/SimonTod/72945457c4d7e741a382ba9ce9c4731b]]
 +
 +===== PCIe  =====
  
 <code bash> <code bash>
Line 52: Line 57:
 </code> </code>
  
-GPU was used as host main adapter. Add to grub config following kernel parameters: <code>textonly video=vesafb:off video=efifb:off</code>+GPU was used as host main adapter in graphic modeTo fix it add following kernel arguments: <code>nomodeset textonly video=vesafb:off video=efifb:off</code> 
 + 
 +<file /etc/default/grub> 
 +GRUB_CMDLINE_LINUX_DEFAULT="nomodeset textonly video=vesafb:off video=efifb:off" 
 +</file> 
 + 
 +<file /etc/kernel/cmdline> 
 +root=ZFS=rpool/ROOT/pve-1 boot=zfs rootdelay=4 mitigations=off panic=30 nomodeset textonly video=vesafb:off video=efifb:off 
 +</file> 
 + 
 +<code bash> 
 +update-grub 
 +pve-efiboot-tool refresh 
 +</code>
  
 ===== This device cannot find enough free resources that it can use. (Code 12) ===== ===== This device cannot find enough free resources that it can use. (Code 12) =====