On my machine booting takes more than a minute which is annoying when I see that Windows 7 boots in 20 seconds.
Here is what I get when the machine is booting.
How can I see what happens when booting up?
On my machine booting takes more than a minute which is annoying when I see that Windows 7 boots in 20 seconds.
Here is what I get when the machine is booting.
How can I see what happens when booting up?
This will show you what's happening behind the scenes (and what it's getting stuck on).
This is temporary. It will revert to the old behaviour on the next boot so it's fairly safe.
If you want to make it permanent, edit /etc/default/grub
as root, delete "quiet splash" from the GRUB_CMDLINE_LINUX_DEFAULT
variable, save and then run sudo update-grub
.
You can also use a program called Bootchart (click to install: bootchart and pybootchartgui) to plot a diagram of everything that's happening while booting. It will point out where most time is spent and whether there is anything seriously wrong.
This is what a typical bootchart looks like.