Dual boot not working

Bluga

Banned
Nov 28, 2000
4,315
0
0

I installed Rehat 7.3 however when the GRUB loader menu shows up my Windows 2000 won't boot, any ideas?
 

Bluga

Banned
Nov 28, 2000
4,315
0
0

i use NTFS for my Windows partition, could that cause problem for daul boot?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
NTFS shouldnt be a problem.

What happens when you select the Win2k selection? Is the config file correctly configured? Have you seen anything in the GRUB documents about this?
 

Bluga

Banned
Nov 28, 2000
4,315
0
0
Originally posted by: n0cmonkey
NTFS shouldnt be a problem.

What happens when you select the Win2k selection? Is the config file correctly configured? Have you seen anything in the GRUB documents about this?

the screen gies black for one second, then comes back!
 

mcangeli

Junior Member
Jun 14, 2002
3
0
0
Ok, if you can boot in to your linux install, look in /boot/grub for a menu.lst file (you probably have to be root in order to edit it...) or look in your /etc folder for the menu.lst file.

In that file look for a section that looks like:

Code:
# Below needed only for people who dual-boot
title=Windows NT Workstation
root (hd0,5) 
chainloader +1

If it is there, then grub is configured properly. and it should work. Also, is your windows install on the first bootable partition? (Use fdisk to check that). Windows is picky when it comes to which partition its on...