PDA

View Full Version : I want Windows Xp to be boot first ! How?


mrsurf
2007-07-29, 12:32 PM CDT
I want windows Xp to boot first on itself with F-7 .At present F-7 boot itself first i want it to boot as second option.


The grub .conf is as below:

grub.conf generated by anaconda

# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,2)
# kernel /boot/vmlinuz-version ro root=/dev/sda3
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=2
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.21-1.3194.fc7)
root (hd0,2)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img
title Other
rootnoverify (hd0,0)
chainloader +1

ppesci
2007-07-29, 12:37 PM CDT
maybe you can change the line from:

default=0

to

default=1

HTH

mrsurf
2007-07-29, 01:18 PM CDT
maybe you can change the line from:

default=0

to

default=1

HTH
is it "1" or +1

ppesci
2007-07-29, 01:42 PM CDT
1

And may be is useful to change the line:

title Other

for something like

title Windoze Crap

HTH