2009/9/17 பத்மநாதன் <[email protected]>: > LUGs, > In my office PC, My sub-ordinate staff is pluged in one SATA Hard > Disk for testing. The HHD have an RHEL4 with grub Boot Loader and which is > installed as Dual Boot with Windows XP. Boot loader shows SDA as RHEL4 and > SDB as Windows. But during testing, My hard disk pluged as SDB and it have > an Fedora Core 11. When booting, if we select Windows in booting option > then it boots Fedora Core 11 without any warnings. How it is possible?
What does fdisk /dev/sda and fdisk /dev/sdb show? Anyway you need to chainload for Windows. Have these two lines in grub.conf. I think it is called menu.lst nowadays. chainloader +1 I have attached a sample that is well commented. You have to map the grub's idea of hdn to /dev/sd*. Focus on lines 59 to 66 of attachment. -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com
menu.lst
Description: Binary data
_______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
