Skip to content

Commit

Permalink
Add hibernation info
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Feb 29, 2024
1 parent 7dfc9b9 commit f031bdd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/installer_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,16 @@ export class InstallerApp extends LitElement {
<div class="codeblock-surface" >
<pre><code> Set-BcdElement -Element path -Id x-x-xxxx-xxxxx -Type String -Value \\EFI\\boot\\BOOTx64.EFI</code></pre>
</div>
<div>${msg('Disable hibernation using PowerShell to avoid bootloop.')}</div>
<div>${msg('If turning off hibernation is undesirable, hold down shift key when shutting down Windows to perform a full shutdown, everytime before booting to Android.')}</div>
<div class="codeblock-surface" >
<pre><code> powercfg.exe /hibernate off</code></pre>
</div>
<div>${msg('Boot to Android from UEFI Boot Menu in BIOS.')}</div>
<div>${msg('Or press Ctrl+Alt+Del, click on power button and hold shift key while clicking on restart. After restarting, select "Use another device" or "Use another operating system" from the menu and select "Android".')}</div>
</div>
<md-filled-button class="button-next" @click="${this.onFinishButtonClicked}">${msg('Done')}</md-filled-button>
</section>
Expand Down

0 comments on commit f031bdd

Please sign in to comment.