Grub problem
Hi Frelov,
so I finally found a fellow RH9 user !!
I am not getting a full picture of your problem, but still I can tell you ways to work it out yourself:
If there are any problems with grub and windows boot loader, I would ideally want to check the grub configuration file /boot/grub/grub.conf, and see if all partition numbers are directing to the right OS partitions.
If you want to install grub, you should be installing on /dev/hda. The command should be:
grub-install /dev/hda
If you are sure that you want to get only the windows boot loader installed, it can be done with a windows boot floppy with the following command:
fdisk /mbr
The command creates a boot loader and loads it into the Master Boot Record. After you do this, you have to re-install grub, this time with the proper command ...
You dont have to worry about reinstalling any operating system....your OS is alright, just that the pointers to the OSes need to rectified..
Regards.
Last edited by Vijayasarathy; 03-10-2005 at 12:27 AM.
|