07-19-2014, 09:51 PM
Quote:I only have a query about when the new Lite Boots there is a long list of commands that scroll down the black screen before Lite Boots . Is this difference due to installing it on separate Boot and Home Partitions
I'll take a stab at this.
In the output of this file:
Code:
cat /etc/default/grub
I noticed this line
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
I think the quiet splash should be reversed. The line should read:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet acpi_backlight=vendor"