LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I re-install Windows on my computer? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-re-install-windows-on-my-computer-228416/)

jddiazg 09-08-2004 10:48 PM

How do I re-install Windows on my computer?
 
I have Win98 and Fedora Core2 both in my PC, but I would like to change to Win2000. I don`t want to lose Fedora Core2 Have I to install everything again? What is the best option?

Tamsco 09-08-2004 11:38 PM

Installing Windows 2000, is not the problem, the trouble will be with your Master Boot Record.

Here's what to do.

1. Make or somehow download a linux boot disk, preferably one designed for Fedora.
2. Install windows as you normally would, boot from the disk and enter the install screen just be sure to use your Windows 98 partition and not any of your linux partitions.
3. After satisfying yourself with Windows 2000, boot from the Fedora boot disk and enter Fedora. To reinstall GRUB, which likely got obliterated from your Master Boot Record (MBR), go to terminal and type

Code:

grub
which will bring you into grub's command line. You need to do two things here 1. reinstall grub into your MBR and 2 direct it to your boot partition with something like (see footnote on this)

Code:

root (hd0,0)
setup (hd0)
quit

Then you should be good to go, and if you want Grub to say windows 2000 as opposed to windows 98, edit /boot/grub/grub.conf. That should be self explanatory.

Footnote: You have to use the root command for the partition you boot off, for the setup command, use the same harddrive location as for root, but drop the comma and the second number. Look around for an explanation of the naming system, and if you have trouble post your fstab (/etc/fstab) and we'll tell ya.

kenji 09-14-2004 12:19 PM

hey win2k installation is very easy dont need any brain there
try inserting the cd restart your comp press any key (assuming
your installing win2k pro) just follow the instruction and choose
the partition where win98 is then follow instructions again see
no brains needed! £Ä3


All times are GMT -5. The time now is 08:50 AM.