User Tools

Site Tools


proxmox:gpu_passthrough:configure_proxmox

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
proxmox:gpu_passthrough:configure_proxmox [2021/06/07 10:28] peterproxmox:gpu_passthrough:configure_proxmox [2021/07/14 09:41] (current) – [Restart] peter
Line 147: Line 147:
 <code bash> <code bash>
 echo "options vfio-pci ids=10de:1b81,10de:10f0 disable_vga=1"> /etc/modprobe.d/vfio.conf echo "options vfio-pci ids=10de:1b81,10de:10f0 disable_vga=1"> /etc/modprobe.d/vfio.conf
 +</code>
  
 ---- ----
  
-Update +===== Update images =====
  
 <code bash> <code bash>
 update-initramfs -u update-initramfs -u
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  **initramfs** is a tiny version of the OS that gets loaded by the bootloader, right after the kernel.
 +
 +  * It lives in RAM, and it provides **just** enough tools and instructions to tell the kernel how to set up the real filesystem, mount the HDD read/write, and start loading all the system services.
 +  * It includes the stub of init, PID #1.
 +  * If your initramfs is broken, your boot fails.
 +
 +**update-initramfs** is a script that updates initramfs to work with a new kernel.
 +
 +Updating the initramfs prevents some modules from being loaded.
 +
 +</WRAP>
  
 ---- ----
  
-==== Restart ====+===== Restart =====
  
 <code bash> <code bash>
proxmox/gpu_passthrough/configure_proxmox.1623061735.txt.gz · Last modified: 2021/06/07 10:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki