Support Forums
Time to selecting OS on boot screen - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17)
+---- Thread: Time to selecting OS on boot screen (/showthread.php?tid=18071)

Pages: 1 2


Time to selecting OS on boot screen - aminmusa - 04-17-2011

How to set display time to list operating system on Boot Screen with Ubuntu 10.10?????
Help me please..Confused



RE: Time to selecting OS on boot screen - AceInfinity - 04-17-2011

There's lots of information here on that:

https://help.ubuntu.com/9.10/switching/dualboot-custom.html


RE: Time to selecting OS on boot screen - Peter L - 04-17-2011

You'll need to install grub2 using a livecd.

Here is what to do:
1. Boot LiveCD with Ubuntu and open the terminal.
2. Type "sudo fdisk -l" that is an L
3. Type "sudo mount /dev/sda1 /mnt" (you'll need to check if it id sda1, thats your ubuntu partition)
4. Type "sudo grub-install --root-directory=/mnt /dev/sda"
5. Type "sudo update-grub"

Let me know what happens


RE: Time to selecting OS on boot screen - Solidus - 04-17-2011

/boot/grub/menu.lst
edit that file.


RE: Time to selecting OS on boot screen - AceInfinity - 04-17-2011

(04-17-2011, 12:31 PM)Solidus Wrote: /boot/grub/menu.lst
edit that file.

Adding onto this, you should see a part of text in that file that looks like this, pretty simple:

Code:
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout        10

Edit the timeout in seconds (10 as default).


RE: Time to selecting OS on boot screen - aminmusa - 04-19-2011

any outcome, i will tell you. thanks all!


RE: Time to selecting OS on boot screen - Peter L - 04-19-2011

I'm confused..do you have grub installed?


RE: Time to selecting OS on boot screen - aminmusa - 04-20-2011

(04-19-2011, 11:25 AM)Laugh Wrote: I'm confused..do you have grub installed?

yes


RE: Time to selecting OS on boot screen - Peter L - 04-20-2011

Oh, then ignore my steps I no longer understand the question.


RE: Time to selecting OS on boot screen - cfillion - 04-20-2011

(04-17-2011, 01:03 PM)Infinity Wrote: Adding onto this, you should see a part of text in that file that looks like this, pretty simple:

Code:
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout        10

Edit the timeout in seconds (10 as default).

@aminmusa: Put this on /boot/grub/grub.cfg file.