Quantcast

How do I disable plymouth theme and show boot messages like old times?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How do I disable plymouth theme and show boot messages like old times?

Andrew d~_*b
Hello People,

I want to be able to view the boot messages when booting the my system using GRUB2
andrew@andrewsPavilion:~$ uname -a; lsb_release -d
Linux andrewsPavilion 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Description:    (K)Ubuntu 12.04 LTS
andrew@andrewsPavilion:~$

So to do this I tried the below steps

Uninstalled all the plymouth themes from the system 'aptitude search plymouth-theme-' except this one : plymouth-theme-kubuntu-text
described as - ' This package contains the default kubuntu-text text theme used when no support for a graphical theme is found on your system.'

and so now my plymoth alternatives is configured to use
andrew@andrewsPavilion:~$ sudo update-alternatives --display text.plymouth
text.plymouth - auto mode
  link currently points to /lib/plymouth/themes/kubuntu-text/kubuntu-text.plymouth
...

But i still get the plymouth screen and not the dmesg output that I want
I have also tried editing the boot menuentry by removing the 'quite splash' options both before and after removing plymouth but still no luck

May be I am using the wrong keywords but I could not find a way when I searched the net.
Has anyone managed to do this?

-- &RU Chelladurai


--
kubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How do I disable plymouth theme and show boot messages like old times?

Waleed Hamra
On 14/06/12 20:09, Andrew d~_*b wrote:
> Hello People,
>
> I want to be able to view the boot messages when booting the my system using GRUB2

you don't have to uninstall anything. in a terminal, or krunner, type:

kdesudo kate /etc/default/grub

this will open up kate, look for the line that reads:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

delete quiet and splash to make it look:

GRUB_CMDLINE_LINUX_DEFAULT=""

save and close kate, then in a terminal window, type:

sudo update-grub2

and you're done, the next time you boot, you get full messages :)


--
Waleed K. Hamra
Manager of Hamra Information Systems

--
kubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
Loading...