x570 installs Pro driver successfully after getting all the packages!! We're moving along!
This commit is contained in:
parent
fe75d0bbe3
commit
502d33d32b
@ -61,7 +61,11 @@
|
|||||||
|
|
||||||
|
|
||||||
## Step 1/3: Get Correct Kernel ##
|
## Step 1/3: Get Correct Kernel ##
|
||||||
- name: AMDGPU | Install GA Kernel
|
- name: AMDGPU | Install Recommended GA Kernel
|
||||||
|
shell: apt install --install-recommends linux-generic
|
||||||
|
when: amdgpu_install.failed and hwe_kernel.stdout != "0" and ga_kernel.failed
|
||||||
|
|
||||||
|
- name: AMDGPU | Install Specific GA Kernel For Booting
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- linux-headers-5.4.0-65
|
- linux-headers-5.4.0-65
|
||||||
@ -144,13 +148,14 @@
|
|||||||
disabled: no
|
disabled: no
|
||||||
when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
||||||
|
|
||||||
- name: AMDGPU | Reboot To Ensure GA Is 0
|
# This reboot may not be necessary.
|
||||||
shell: reboot
|
#- name: AMDGPU | Reboot To Ensure GA Is 0
|
||||||
when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
# shell: reboot
|
||||||
|
# when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
||||||
- pause:
|
#
|
||||||
prompt: "Rebooting to clear kernels! Please hold."
|
#- pause:
|
||||||
when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
# prompt: "Rebooting to clear kernels! Please hold."
|
||||||
|
# when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user