On Thu, 2003-07-31 at 17:47, Koushik Ghosh wrote: > Hi all, > can you help me configuring the grub in multiple harddisk, I have two > one is 10GB(hdc) and another is 4GB(hda). I have Linux(RH 8) on the 4GB > harddisk (hda) and windows 2000 prof in 10GB(hdc). > > Koushik Ghosh. > Chinsurah, Hooghly, India. > E - Mail ID [EMAIL PROTECTED] > Home Page http://koushik.fateback.com/
Windows likes to be installed on the primary master HDD. You can fool it by mapping the drives before the rootnoverify and the chainloader options. Try putting the first two map lines in grub where your win2000 rootnoverify is title Win2000 map (hd0,0) (hd2,0) map (hd2,0) (hd0,0) rootnoverify (hd2,0) chainloader +1 WARNING :- This is from memory you are advised that you are doing this at your risk. Better search the internet for more information before proceeding on this. This if configured wrong may result in data loss. -- Arindam Dey The mind is not a vessel to be filled but a fire to be kindled. GPG FPR: B8E3 219E F129 F970 F4A7 BC50 9636 504A BEDF 5739 _______________________________________________ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd
