SirYes wrote:You've stated that when you install *only* Windows 98 onto the hard drive, and you run it in a "normal" way you get:
Code: Select all
Disk I/O error. Replace Disk and press any key to continue...
Is this correct?
Unfortunately, i installed Gentoo
before Windows. The installation CD that i have has worked fine previously on other machines that i have.
SirYes wrote:Then you install Linux and setup grub as a boot loader. Then you configure it to start Windows and get:
Code: Select all
Disk I/O error. Replace Disk and press any key to continue...
again? Do you see a trend here? I do. Grub tries its best to start your Windows. But it looks like the Windows installation is broken, and grub just repeats the process.
Again, I installed Gentoo first. Gentoo boots fine from Grub, and after i install windows to /dev/hda1
THATS when i start having problems with Grub not being able to boot "the windows partition" and so on.
Maybe I should have added:
After i install windows, my installation of Gentoo and everything is TOTALLY broken. No grub, no nothing, just
Code: Select all
Disk I/O error. Replace Disk and press any key to continue...
I reinstall grub from the LiveCD using
Code: Select all
mount /dev/hda2 /mnt/gentoo
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
grep -v rootfs /proc/mounts > /etc/mtab
grub-install /dev/hda
This fixes my MBR, and allows me to boot from the HDD, into Gentoo.
Refomatted /dev/hda1 with:
Reinstalled Windows onto it.
Try to boot into windows from Grub, and *surprise surprise*
Code: Select all
Disk I/O Error. Replace Disk and press any key to continue...
AH!! this is really fustrating.
thanks for you help.