LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   yes another grub question (https://www.linuxquestions.org/questions/linux-software-2/yes-another-grub-question-105675/)

penguincrazy 10-18-2003 05:00 PM

yes another grub question
 
Hello,

I have red hat 9 on one hard disk and win 98 and winnt dual boot on other.
One is primary master and other is primary slave
Since i have added the second disk, i need help in setting up grub to let me add entry for the second hard disk which should show the nt bootloader

Any step by step help or a link help will be appreciated.:(

vonPulex 10-18-2003 05:16 PM

try this in /boot/grub/grub.conf

Quote:

title DOS
rootnoverify (hdX,Y)
chainloader +1
where X the hard drive number 0 :first , 1:second ..... you will use 1
and Y the partition number where is installed your NT loader

i hope :study:

penguincrazy 10-19-2003 03:19 AM

i did try to do that and it is not booting the ntldr.
It is on the first partition where my windows 98 is installed and the file system is fat16.
Any more insight on this issue will be helpful please
any other information required i can give it.

vonPulex 10-19-2003 08:53 AM

try this:
-------------------------
root (hd0,0)
makeactive
chainloader +1
-------------------------
replace hd0,0 with your numbers ....

i must say that i never tried this coz i didn'd have a second drive :(
if still doesn't work you i must say u should try : info grub and start reading ... good luck , sorry if i can't give you the right solution


All times are GMT -5. The time now is 07:03 PM.