Master Boot record problem

C

Chris W

A quick history
Win2k on Scsi disk 0 first partition fat16.
win2k on scsi disk 1 first partition ntfs.
redhat 9 on scsi disk 1 second partition linux file system.
bunch of data on ide channel 0 disk disk 0

using grub to boot. Grub config info on scsi disk 1

scsi disk 1 dies.
replace scsi disk 1 with new empty disk.
try to boot
system locks with grub prompt.

run repair console from win2k CD
fixmbr
reboot

system still locks up with the GRUB prompt.

Please help.

Chris W
 
P

philo

Chris W said:
A quick history
Win2k on Scsi disk 0 first partition fat16.
win2k on scsi disk 1 first partition ntfs.
redhat 9 on scsi disk 1 second partition linux file system.
bunch of data on ide channel 0 disk disk 0

using grub to boot. Grub config info on scsi disk 1

scsi disk 1 dies.
replace scsi disk 1 with new empty disk.
try to boot
system locks with grub prompt.

run repair console from win2k CD
fixmbr
reboot

system still locks up with the GRUB prompt.

Please help.

Chris W


That should have knocked grub out...but obviously it didn't

Try a win9x boot floppy and issue the command fdisk /mbr

that should knock grub off the mbr

(at least I've done that successfully with ide drives)


if it does, you can go back to the repair console
and try : fixboot
 
J

Jetro

fixmbr accepts 'device name' as parameter. You can obtain the device name
from the output of the 'map' command. fixboot accepts 'drive name:' and this
is drive letter where the boot sector will be written.
 
C

Chris W

I got it to work. I unplugged all disks except for scsi disk 0 and then
ran fixmbr and then it booted back up .... now I have a different
problem that deserves a new post so I will make that shortly.

Chris W
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top