• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need help with GRUB

kerpaul

Member
I have windows 2k; XP and I just installed red hat 7.2. I have been able to configure GRUB to boot win 2k but did not find how to make GRUB load the OS from the second partition of the first drive. What do I need to ad to the file to do this.
 
usually there is only one primary partition so the second parition (first logical drive in the extended partition) would be hda5.

hda1,hda5,hda6,hda7, etc etc..
 


<< usually there is only one primary partition so the second parition (first logical drive in the extended partition) would be hda5.

hda1,hda5,hda6,hda7, etc etc..
>>



I try to do everything in primary partitions. But thanks for the help 😛
 


<< hey where did the thing about NTSF in your sig go? 😕 >>



I just took it out. Like right now 😛
I was trying to think of a way to put something about my computer saying it cant find a man, but I couldnt think of a way to do that without making myself look homosexual 😛
 
hah...your computer's a woman? :Q

(visions of fuf-me popping up in BBWF's head...)

hehehe even more humorous is that the language filter wont let you post fuf-me without the hyphen 😀
 


<< hah...your computer's a woman? :Q

(visions of fuf-me popping up in BBWF's head...)

hehehe even more humorous is that the language filter wont let you post fuf-me without the hyphen 😀
>>



Haha! The man command is missing on my Debian system. *shrug*

I want to buy an ibrator for the system to keep it happy while Im gone... 😛
 
GRUB numbers its drives a little diffrently than LILO. Firstly, the first drive is hd0,0 (hda1 in LILO speak.) First partiiton of 2nd drive would be hd1,0
 
So if I add the following to grub.conf it should let me boot the second part of the first drive

title Windows XP
hide (hd0,0)
unhide (hd0,1)
rootnoverify (hd0,1)
root (hd0,1)
imakeactive
chainloader +1
 
Back
Top