English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to get grub boot loader to go to Windows XP partition after I have installed Fedora 7. The Windows XP partition is still there, I just need to get to it. Any ideas?

2007-06-13 01:06:07 · 2 answers · asked by Confused about life 2 in Computers & Internet Software

2 answers

You need to make sure that Grub is configured for the dual boot.

cd /boot/grub
you need to be root to edit the configuration file, menu.lst

su
cp menu.lst menu.lst.bak
vi menu.lst

make sure there is an entry for your windows partition. Mine looks like this

title Microsoft Windows 2000 Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

There is also a timeout section. You need to make sure this value is more than zero so you have time to make your selection.

timeout 8

After you are done with your edits, save the file and reboot.

Note: make sure to backup the original menu.lst file in case you screw something up. Also, make sure you have a Linux LiveCD to use in case your computer won't boot. You can use the CD to get in and repair your system.

2007-06-13 01:30:39 · answer #1 · answered by Linerd 4 · 0 0

You installed Linux incorrectly.

Delete the Linux partition and start over. You need to tell Linux you want to "Dual Boot".

I can't remember exactly how, Fedora 7 is too old. Try this, it's way better and EASIER:

2007-06-13 08:11:29 · answer #2 · answered by ELfaGeek 7 · 0 0

fedest.com, questions and answers