User Tools

Site Tools


ubuntu:firmware:update_latest_amdgpu_firmware

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
ubuntu:firmware:update_latest_amdgpu_firmware [2020/08/21 21:24] 192.168.1.1ubuntu:firmware:update_latest_amdgpu_firmware [2020/08/21 21:30] (current) 192.168.1.1
Line 19: Line 19:
  
 ===== Update the initramfs ===== ===== Update the initramfs =====
 +
 +Ensure that **compress=lz4** is set in /etc/initramfs-tools/initramfs.conf.
 +
 +<WRAP info>
 +**NOTE:**  compress=gzip used to be used, but newer Kernels use lz4.
 +</WRAP>
 +
 +
 +==== Rebuild your ramdisk ====
  
 <code bash> <code bash>
Line 24: Line 33:
 </code> </code>
  
-or the older way:+ 
 +==== Alternative - Only use if above fails ====
  
 <code bash> <code bash>
 sudo update-initramfs -k $(uname -r) -u sudo update-initramfs -k $(uname -r) -u
 +</code>
  
 +<WRAP info>
 +**NOTE:**  The above does only the current Kernel.  For **all** Kernels use:
 +
 +<code bash>
 sudo update-initramfs -k all -u sudo update-initramfs -k all -u
 </code> </code>
 +
 +</WRAP>
  
 ---- ----
ubuntu/firmware/update_latest_amdgpu_firmware.1598045049.txt.gz · Last modified: 2020/08/21 21:24 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki