![]() |
Grub menu problem - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: Grub menu problem (/showthread.php?tid=4703) Pages:
1
2
|
Re: Grub menu problem - RobGoss - 11-25-2017 (11-25-2017, 12:43 PM)Jerry link Wrote: Depends. Have you installed any video drivers? Hi Jerry, No I did not install any drivers just did a clean installation, this was a dual boot but after seeing how fast Lite was I decided to just install Linux lite 3.6 but there's something up with the boot up screen it only displays a few texts that say, Linux 3.6 nothing more Re: Grub menu problem - Valtam - 11-26-2017 The text boot will usually occur because proprietary video drivers have been installed, so this is a little strange. Try: Code: sudo update-alternatives --config default.plymouth and select liteboot. Then do: Code: sudo update-initramfs -u Then see if it gives you the feather boot splash. Re: Grub menu problem - RobGoss - 11-26-2017 I'll give it a shot Jerry thanks so much for the help EDIT: tried the suggestion but it did not work |