On Fri, 2003-02-28 at 15:33, [EMAIL PROTECTED] wrote: > How do I install Windows 2000 after having wipped out all partitions and > dedicating them to the automatic partitioning util of the RH8 Installer? I want > to share the hd with w2k and dual boot.
ALL OF THIS IS FROM MEMORY. USE WITH CAUTION, NO WARRANTY: First, use mkbootdisk to make a bootdisk for your current Linux configuration. Test this to be sure it works. Use GNU parted (included in RH8) to resize and move your partitions so you have space for your Win2K partition. Make the partition as type vfat while you're at it. Then install Win2K into that partition. Windows _will_ screw with your Master Boot Record (MBR) and you will lose the ability to boot into Linux. Now, boot with your bootdisk, and after you boot run the commans "grub-install /dev/hda". Now that you have Linux booting again, modify your grub.conf to add a Windows option. Here is mine: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,2) # kernel /vmlinuz-version ro root=/dev/hda6 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=10 splashimage=(hd0,2)/grub/splash.xpm.gz title Red Hat Linux (2.4.18-24.8.0) root (hd0,2) kernel /vmlinuz-2.4.18-24.8.0 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.18-24.8.0.img title Red Hat Linux (2.4.18-19.8.0) root (hd0,2) kernel /vmlinuz-2.4.18-19.8.0 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.18-19.8.0.img title Windows 2000 Professional rootnoverify (hd0,0) chainloader +1 Where it says "rootnoverify (hd0,0)" the (hd0,0) refers to which partition Windows occupies. I don't know how to make sure that this refers to the right partition... -- Rodolfo J. Paiz [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list