All,
Is there a boot option to watch the drivers load instead of seeing the "Ubuntu" splash screen when the computer boots up?
Thanks,
-Shawn
All,
Is there a boot option to watch the drivers load instead of seeing the "Ubuntu" splash screen when the computer boots up?
Thanks,
-Shawn
If you permanently want this behavior, edit /boot/grub/menu.lst and change the line that looks like:
To either:Code:# defoptions=quiet splash
Or, for a super verbose login display:Code:# defoptions=quiet
Then run:Code:# defoptions=
After that you won't get the splash screen but instead text zooming down the screen.Code:sudo update-grub
If you only want to use these options once in a while and not make them permanent, when the grub screen menu/countdown appears, select the kernel you want to boot and hit, 'e', go down one line and hit 'e' again and remove the 'splash' and optionally 'quiet' arguments. Hit enter and then 'b' to boot the kernel like that.
Last edited by sdennie; July 23rd, 2008 at 03:08 AM. Reason: Forgot grub
Don't try to make something "fast" until you are able to quantify "slow".
If you don't want to edit menu.lst manually, you can install StartUp-Manager via synaptic. It will be in System/Administration/
If it jams, force it. If it breaks, it needed replacing anyway. . .I like Unity.
An easier way to do this and also do quite a few extra things associated with boot-up is to install the Startup-Manager package.
Use Synaptic, or cut and paste this command into a terminal window:
sudo apt-get install startupmanager
Regards,
Roger![]()
There are only two things in life that are mandatory.
Birth and Death.
Everything else is optional.
Ubuntu User #10495
Joeb,
Steveneddy must work for Microsoft.
And thanks for the [code] [\code] tip. I made another post in another part of the forum where I probably should have used that.
Thanks,
-Shawn
Bookmarks