dual boot menu

This is a discussion about dual boot menu in the Linux Hardware category; Hello people! I have just installed Fedora 4 with a dual boot with windows XP. I have sellected as a defualt os the Fedora Kernel but i don´t know how to switch the defult to winodws and modify the boot menu so that instead of Other it will display Windows XP.

Linux Hardware 765 This topic was started by ,


data/avatar/default/avatar07.webp

7 Posts
Location -
Joined 2005-07-14
Hello people!
I have just installed Fedora 4 with a dual boot with windows XP. I have sellected as a defualt os the Fedora Kernel but i don´t know how to switch the defult to winodws and modify the boot menu so that instead of Other it will display Windows XP.
Everything is working fine (with both os) i just want to make the above changes but i don´t know how!!!
Tnx for your time!!!!


Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Real easy. Open /boot/grub/grub.conf with your favourite editor as root. You will have two entries, one for Fedora the other for XP. Notice at the top of the file you will see something like....
 
default 0
 
In grub, everything is one number behind. Change the "0" to a "1," save and reboot. You should then boot to XP first.

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
How do you change the enrty to display Windows XP instead of Other?

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Use Dan's instructions to get into the Grub.conf file and change the entry that should look something like;
 
title other
chainloader +1
 
to
 
title Windows XP
chainloader +1