ubuntu:gpu:amd_gpu:troubleshooting:system_will_not_boot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:amd_gpu:troubleshooting:system_will_not_boot [2023/10/07 09:03] – peter | ubuntu:gpu:amd_gpu:troubleshooting:system_will_not_boot [2023/10/07 09:23] (current) – peter | ||
---|---|---|---|
Line 30: | Line 30: | ||
- Wait 10 seconds | - Wait 10 seconds | ||
- Restart. | - Restart. | ||
- | - continually | + | - Continually |
- | - This should | + | - This should |
- Select the latest **Recovery** kernel to boot. | - Select the latest **Recovery** kernel to boot. | ||
- | - This should | + | - This should |
- Select **Root**. | - Select **Root**. | ||
- Press **< | - Press **< | ||
Line 40: | Line 40: | ||
---- | ---- | ||
- | ==== Add Kisak ==== | + | ==== Add Kisak (optional) |
<code bash> | <code bash> | ||
Line 47: | Line 47: | ||
sudo apt upgrade | sudo apt upgrade | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * See: https:// | ||
+ | </ | ||
---- | ---- | ||
- | ===== Update amdgpu firmware ===== | + | === Force the use of the Kisak resposity for MESA === |
+ | |||
+ | <code bash> | ||
+ | sudo vi / | ||
+ | </ | ||
+ | |||
+ | and populate with: | ||
+ | |||
+ | <file bash> | ||
+ | Package: * | ||
+ | Pin: release o=LP-PPA-kisak-kisak-mesa | ||
+ | Pin-Priority: | ||
+ | </ | ||
+ | |||
+ | and update again: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt update | ||
+ | sudo apt upgrade | ||
+ | </ | ||
+ | |||
+ | ---- | ||
- | Download the latest firmware. | + | ===== Download the latest firmware |
< | < | ||
Line 61: | Line 88: | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
+ | |||
+ | * The **git** command | ||
+ | |||
+ | * If **git** command does not work, download the newest tar.gz file manually from https:// | ||
</ | </ | ||
Line 70: | Line 102: | ||
<code bash> | <code bash> | ||
mkdir bak | mkdir bak | ||
- | cd bak | ||
sudo cp -R / | sudo cp -R / | ||
</ | </ | ||
Line 85: | Line 116: | ||
sudo cp linux-firmware/ | sudo cp linux-firmware/ | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
---- | ---- | ||
Line 101: | Line 136: | ||
sudo shutdown -r now | sudo shutdown -r now | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Housekeeping (Optional) ===== | ||
+ | |||
+ | Remove the temporary directories that were created for this fix. | ||
+ | |||
+ | <code bash> | ||
+ | sudo rm -Rf / | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
ubuntu/gpu/amd_gpu/troubleshooting/system_will_not_boot.1696669395.txt.gz · Last modified: 2023/10/07 09:03 by peter