I have a test server that has SCSI drives. The server was setup using RedHAt 6.2. I want to reuse the test server for some testing with WIN2000 server and Netware 6 but if I use any other product to boot I get an error that there are no hard drives present. If I use a WIN98 boot floppy I get that error. If I use a Linux boot CD everything is fine. What tool can I use to get other operating systems to see the hard drive??
FDISK.EXE /MBR
sometimes Linux's lilo (or grub) make a backup copy of the MBR, may be found in /boot, check the files boot.* with size 512 byte, copy to MBR like
dd bs=512 count=1 if=/boot/boot.0300 of=/dev/sda