Update (October 21st, 2019) rev2
Change-Id: I6cffb8fe79194921a16b58f8a01fd8feae45daab
diff --git a/Bliss OS/troubleshooting/index.html b/Bliss OS/troubleshooting/index.html
index aad53df..91b78df 100644
--- a/Bliss OS/troubleshooting/index.html
+++ b/Bliss OS/troubleshooting/index.html
@@ -536,13 +536,26 @@
<pre><code>mount -o remount, rw /mnt
cd /mnt/grub
nano menu.lst</code></pre></li>
-<li>Add <code>nomodeset</code> before every "SCR=**" line. For example, your configuration should look something like this:
- <pre><code>nomodeset
-SCR=700
-nomodeset
-SCR=716
-nomodeset
-SCR=795</code></pre></li>
+<li>Add <code>nomodeset</code> before every <code>SCR=/bliss...</code> line. For example, your configuration should look something like this:
+ <pre><code>default=0
+timeout=6
+splashimage=/grub/android-x86.xpm.gz
+root (hd0,0)
+title Bliss-OS 11.7
+ kernel /bliss-x86-11.7/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86 vmalloc=192M androidboot.hardware=android_x86_64 nomodeset SRC=/bliss-x86-11.7
+ initrd /bliss-x86-11.7/initrd.img
+title Bliss-OS 11.7 (Legacy modprobe mode)
+ kernel /bliss-x86-11.7/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86 vmalloc=192M androidboot.hardware=android_x86_64 AUTO_LOAD=old nomodeset SRC=/bliss-x86-11.7
+ initrd /bliss-x86-11.7/initrd.img
+title Bliss-OS 11.7 (Debug mode)
+ kernel /bliss-x86-11.7/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86 vmalloc=192M DEBUG=2 androidboot.hardware=android_x86_64 nomodeset SRC=/bliss-x86-11.7
+ initrd /bliss-x86-11.7/initrd.img
+title Bliss-OS 11.7 (Debug nomodeset)
+ kernel /bliss-x86-11.7/kernel nomodeset root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86 vmalloc=192M DEBUG=2 androidboot.hardware=android_x86_64 nomodeset SRC=/bliss-x86-11.7
+ initrd /bliss-x86-11.7/initrd.img
+title Bliss-OS 11.7 (Debug video=LVDS-1:d)
+ kernel /bliss-x86-11.7/kernel video=LVDS-1:d root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86 vmalloc=192M DEBUG=2 nomodeset SRC=/bliss-x86-11.7
+ initrd /bliss-x86-11.7/initrd.img</code></pre></li>
<li>Press Ctrl+O to save, and then Ctrl+X to close.</li>
<li>Type <code>reboot -f</code></li>
</ol>