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')}