From f031bdd9302e3ce64fac2a2422438618ab6d42a3 Mon Sep 17 00:00:00 2001 From: Xtr126 Date: Thu, 29 Feb 2024 12:16:11 +0530 Subject: [PATCH] Add hibernation info --- src/installer_app.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/installer_app.js b/src/installer_app.js index 7c0ff39..fb29e5e 100644 --- a/src/installer_app.js +++ b/src/installer_app.js @@ -280,6 +280,16 @@ export class InstallerApp extends LitElement {
  Set-BcdElement -Element path -Id x-x-xxxx-xxxxx -Type String -Value \\EFI\\boot\\BOOTx64.EFI
+ +
${msg('Disable hibernation using PowerShell to avoid bootloop.')}
+
${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.')}
+
+
  powercfg.exe /hibernate off
+
+ +
${msg('Boot to Android from UEFI Boot Menu in BIOS.')}
+
${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".')}
+ ${msg('Done')}