Compatible Support Forums: Make XP default with Grub

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Make XP default with Grub

#1 User is offline   zeut02 

  • stranger
  • Group: Members
  • Posts: 1
  • Joined: 19-February 05

Posted 19 February 2005 - 04:26 AM

I am a complet beginner with linux. I just installed linux on a second harddrive of a computer that already has XP on the first harddrive. Both operating systems work fine. My problem is with Grub. It allows me to select my OS from a menu but only allows 3 seconds and defaults to linux.
Can anyone tell me how to change the default OS in grub? From my reading it looks like i need to edit the grub.conf file but I don't know how.
0

#2 User is offline   taeuler 

  • journeyman
  • Group: Members
  • Posts: 94
  • Joined: 30-December 03

Posted 19 February 2005 - 08:26 AM

To edit your grub.conf you will need to open a terminal, get root prevliges with su, and then run a text edit to modify the files, it should go something like this:

Quote:

su
<enter you root password>
mount /boot
pico /boot/grub/grub.conf
<it may be /boot/grub.conf on your system>


Pico is a symple text editor that comes with most distros that I have used, you might also have 'nano' which is a pico clone. to save a file type 'ctrl+o', and to exit type 'ctrl+x'.

If you want to extend the time it waits at the selection screen, increase the value of 'timeout'.

You have two choices to change the default boot order. With my current setup my system defaults to Gentoo Linux 2.6.10. If I wanted it to default to Gentoo Linux 2.6.11-rc4 I could change the value of default to 1, or I could move the entire listing for 2.6.11-rc4 to be above the 2.6.10 entry. Changing the default setting is probably the best option.

Quote:

default 0
timeout 4
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.10
root(hd0,0)
kernel /vmlinuz-2.6.10 root=/dev/hda3 gentoo=nodevfs

title=Gentoo Linux 2.6.11-rc4
root(hd0,0)
kernel /vmlinuz-2.6.11-rc4 root=/dev/hda3 gentoo=nodevfs


If this doesn't work, let me know, and I'll to explain anything else I can. Also what distro are you using?
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users