Thread: Grub Boot to Login Screen time and Sound
after upgrading 11.04, takes ~24 seconds login screen. unchecked startup programs didn't want load, didn't help.
also, can't figure out why login sound doesn't play. i've set know of except unmute startup audio. thought in /etc/init.d/alsa(something). appreciate.
check '/etc/default/grub' timeout:
first make backup , open editor:
the beginning of file looks this:
sudo cp /etc/default/grub /etc/default/grub.bak && sudo gedit /etc/default/grub
grub_default=0
#grub_hidden_timeout=0
grub_hidden_timeout_quiet=true
grub_timeout=10
if there grub_hidden_timeout value of more 0 want change 0, or disable '#' symbol show above.
'grub_timeout=10' can modified less represents ten seconds before grub_default chosen automatically, in case; menu item 0.
run 'update-grub' update bootloader:
done.
sudo update-grub
login sound open menu:
this should give access login sound. helps.
system >> administration >> login screen
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Grub Boot to Login Screen time and Sound
Ubuntu

Comments
Post a Comment