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
HD experts needed
by wheelthrown
Yesterday at 07:32 AM
Regarding Drivers For Asus P4R800-VM
by sparhole
08/25/08 01:24 AM
BAD_POOL_CALLER
by David Powell
08/24/08 12:30 PM
Unable to Authenticate on XP Pro Network Share
by Kattmandu
08/22/08 05:14 PM
XP Pro won't share My Documents with XP Home
by mrZoSo
08/20/08 10:27 PM
Who's Online
0 Registered (), 160 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
89045 Members
24 Forums
39312 Topics
168910 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