Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

To change boot order in GRUB.

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 29-07-2008
Camillus's Avatar
Member
 
Join Date: May 2008
Posts: 8
To change boot order in GRUB.

Hi, I am a noob with Linux. I have a problem with GRUB bootloader. I want to change the order of OS's ie. Win XP, Win2k, and Redhat.
Now i want to boot in XP automatically without manual selection to go to the DOS bootmenu everytime I start my PC.

Any help?
Reply With Quote
  #2  
Old 29-07-2008
Modifier's Avatar
Member
 
Join Date: Jan 2008
Posts: 968
Follow this
1) Open the terminal and change to root with the su command
then cd /boot/grub
2) Edit your grub.conf file - If using a GUI then just type
gedit grub.conf
Code:
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Fedora Core [kernel: 2.4.22-1.2174.nptl]
	root (hd0,0)
	kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ rhgb
	initrd /initrd-2.4.22-1.2174.nptl.img
title Fedora Core [kernel: 2.4.22-1.2166.nptl]
	root (hd0,0)
	kernel /vmlinuz-2.4.22-1.2166.nptl ro root=LABEL=/ rhgb
	initrd /initrd-2.4.22-1.2166.nptl.img
title Fedora Core [kernel: 2.4.22-1.2115.nptl]
	root (hd0,0)
	kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
	initrd /initrd-2.4.22-1.2115.nptl.img
Here i have 3 entries for different linux kernal, u will have 1.
They are referred to be number starting at 0 so 0, 1, 2.
Change the line
default=0
to refer to the correct number. and lower the timeout value to 3 or something.
save and quit your text editor and your done. good luck!
Reply With Quote
  #3  
Old 29-07-2008
Camillus's Avatar
Member
 
Join Date: May 2008
Posts: 8
Thanks a lot i changed it from default=0 to default=1. Now XP is the default choice.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads for: "To change boot order in GRUB."
Thread Thread Starter Forum Replies Last Post
How to change xp control panel boot order Lauren Bacall Operating Systems 4 10-07-2009 07:27 PM
How to change boot order from cd on Windows Xp Sunny55 Operating Systems 3 09-06-2009 11:32 PM
Can't change boot order in xp Matrix316 Operating Systems 5 06-05-2009 09:07 AM
How to change dual boot order? Yancy Operating Systems 3 08-04-2009 11:29 AM
Getting back a Vista boot after removing Linux (dual-boot GRUB menu) Rob Vista Help 2 19-05-2008 12:11 AM


All times are GMT +5.5. The time now is 03:59 AM.