Make XP default with Grub

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 b...




Topic Options
#158010 - 02/19/05 03:26 AM Make XP default with Grub
zeut02 Offline
stranger

Registered: 02/19/05
Posts: 1
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.

Top
Advertisement
#158020 - 02/19/05 07:26 AM Re: Make XP default with Grub
taeuler Offline
journeyman

Registered: 12/30/03
Posts: 94
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?

Top


Forums
Windows Support Forums
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security

Linux Support Forums
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security

Apple Support Forums
Everything Apple
Recent Topics
Carmageddon 2 weird
by Kuikie
Today at 04:32 PM
Computer Repair Utility Kit
by gailerl
Yesterday at 01:26 PM
x86 OS, RAM, & Virtual Machines
by Myke
12/22/09 08:16 PM
Ram Question
by JohnnyAshes
12/21/09 09:50 PM
NEWBIE needs help with REALTEK
by SerryJW
12/21/09 06:09 AM
Who's Online
2 Registered (jmmijo, Myke), 258 Guests and 48 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
91416 Members
24 Forums
59332 Topics
189861 Posts

Max Online: 1079 @ 03/12/08 01:36 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22