Skip to content

Commit

Permalink
Fix bullets.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Aug 16, 2024
1 parent 4ec197c commit ec5c9ed
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,22 @@ sudo umount /mnt
>
> The Smokeless UMAF tool has been known to brick devices even by reading values in the BIOS. There is a good chance that setting something incorrectly in the BIOS with this tool will brick your device and void your warranty. This article is posted for informational purposes only. SteamFork takes no responsibility for any harm caused by following these steps. By following this guide you acknowledge that you are solely responsible for the outcome.
#### Enable Modern Standby
1. First enter your firmware to see if you have the options listed in the steps below. If so, skip creating the Smokeless UMAF USB stick.
#### Modern Standby Enablement Methods
* First enter your firmware to see if you have the options listed in the steps below. If so, skip creating the Smokeless UMAF USB stick.
The first step is to create a UEFI compatible EFI bootloader on a USB drive.

2. If the options are not available, follow the next few steps to create boot media.
* If the options are not available, follow the next few steps to create boot media.
* Format a USB stick with FAT32.
* Download [Smokeless UMAF](https://github.com/DavidS95/Smokeless_UMAF/raw/main/UMAF_BETA.zip).
* Extract `UMAF_Beta.zip` and copy the contents into the root of the usb stick.
* Boot your device and select the USB stick from the boot menu.
* Navigate to the `Front Page` tab and select `Device Manager`.

3. Select `AMD PBS` then `Power Saving Configurations`.
6. Under `S3/Modern Standby Support` change the entry to `Modern Standby` (or `Modern Standby Enable` on some devices).
7. Under `Modern Standby Type` select `Modern Standby + S0i2 + S0i3`.
8. Save changes and exit, allowing the device to reboot.
#### Enabling Modern Standby
1. Select `AMD PBS` then `Power Saving Configurations`.
2. Under `S3/Modern Standby Support` change the entry to `Modern Standby` (or `Modern Standby Enable` on some devices).
3. Under `Modern Standby Type` select `Modern Standby + S0i2 + S0i3`.
4. Save changes and exit, allowing the device to reboot.

> Note: The first restart after this change may take longer than usual. Thanks to ChimeraOS for the [initial writeup](https://github.com/ChimeraOS/chimeraos/wiki/Community-Guides#enabling-modern-sleep-on-7000-series-amd-hardware) of this section.

0 comments on commit ec5c9ed

Please sign in to comment.