Please add
acpi=off
to the kernel command line -- it's just slightly different than doing it with the LiveCD:- Press the Shift when booting up, to get the Grub menu. Use the arrow keys to navigate/highlight the entry you want (usually the first one).
- Press e to edit that entry, which will show you the details:
- Find the
linux
entry as shown above, use the arrow keys to get to it, and then press the End key to get to that line's end (which may be on the next line!). Enteracpi=off
as shown, and press Ctrl+X to boot
- You can make this workaround permanent by:
sudo nano /etc/default/grub
- Change line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
toGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
- Ctrl-X, press Y and then Enter to save and exit.
sudo update-grub
- Reboot and you should no longer have the black screen problem.
No comments:
Post a Comment