Removing SCSI disk wreaks havoc on dual boot system :(

The scenario: Win2K on a single SCSI disk (ID#0). I added a 2nd disk (ID#3), installed Redhat 8 on it & used the system in a dual boot configuration without any problem. If I physically remove the disk with Redhat on it, my system does not boot into Windows.

Windows Hardware 9627 This topic was started by ,


data/avatar/default/avatar13.webp

149 Posts
Location -
Joined 2001-09-02
The scenario:
 
Win2K on a single SCSI disk (ID#0). I added a 2nd disk (ID#3), installed Redhat 8 on it & used the system in a dual boot configuration without any problem.
 
If I physically remove the disk with Redhat on it, my system does not boot into Windows. It completes the PCI device listing screen, then pauses, & "Grub" is listed at the bottom of the screen. It will not boot past this point. The only way I can boot into Windows is to re-insert the Linux disk back into the SCSI chain.
 
I'm thinking of formatting the Redhat disk (either in Win2K Disk Management, or from the SCSI adapter), but am afraid it may leave me with an inaccessible Windows disk.
 
Here is what the boot.ini looks like:
 
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect
 
What to do?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar28.webp

530 Posts
Location -
Joined 2001-10-09
Had to reformat a few disks before I figured that out. You can do two things.
1. Remove grub from linux (I only use lilo, so don't ask me how)
2. Insert the win2k CD and boot into recovery console and run "FIXMBR" if that doesn't help you can also try "FIXBOOT".
 
The problem is that linux overwrites the windows mbr with grub or lilo.
 
After you do either of those two things you won't be able to boot into linux.
http://www.ntcompatible.com/faqshow.php?id=34 You MUST read this.
 
P.S.
Backup any important data I have only done that on ide hdd's.
 
Good Luck

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
Out of curiousity ... did you check the termination of the drives ? ... your ARC paths in your Boot.ini seem correct

data/avatar/default/avatar13.webp

149 Posts
Location -
Joined 2001-09-02
OP
I got it solved. I just booted from a win98 boot floppy & ran fdisk /mbr as suggested by one of the members on the StorageReview forums. Worked like a charm. Thanks to all that took time & thought regarding my problem