LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   grub/dual boot problem/question... (https://www.linuxquestions.org/questions/linux-newbie-8/grub-dual-boot-problem-question-257192/)

wrat 11-20-2004 08:05 AM

grub/dual boot problem/question...
 
rebuilt my system installed WinXP first on slave drive without master drive connected..connected master drive and installed debian..installed grub to mbr ..grub saw windows so I figured all was good..nope when I select windows from grub menu .this is what I get
root=(hdb1,0)
setactive
makedefault
chainloader +1
then it just sits not locked up just does not progress
If I disconnect master drive windows loads fine..in linux I can see my second partition on my windows drive but not the primary cause its ntfs

bigrigdriver 11-20-2004 06:27 PM

Try rewriting the root= line: root=(hd1,0) is the correct way to tell grub 'second hard disk; first partition'.
If it still doesn't work, try adding lines to remap the drives for grub. Add these lines after the title line for the windows entry:
map (hd0) (hd1)
map (hd1) (hd0)

wrat 11-28-2004 03:59 PM

mapping worked thanx


All times are GMT -5. The time now is 07:43 AM.