Results 1 to 2 of 2
hai
I installed windows 2000 on linux
after installing the 2000 i didn't get the linux
then i booted the system with cd and entered into the rescue mode.
i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2004 #1Linux Newbie
- Join Date
- Jul 2004
- Posts
- 143
problem with boot loader
hai
I installed windows 2000 on linux
after installing the 2000 i didn't get the linux
then i booted the system with cd and entered into the rescue mode.
i typed the following commands
chroot /mnt/sysimage
/sbin/grub-install /dev/hda
after that i got linux
but now i am not getting windows
pls solve my problem
bye
- 08-13-2004 #2
you need to add windows to your grub.conf file, it is most likely in /boot/grub/grub.conf and add the folowing to it
title=Windows XP
rootnoverify (hd0,5)
makeactive
chainloader +1
where (hd,0,5) corresponds to the partition windows is on, if you need more help, post the output of
here.Code:fdisk p


Reply With Quote
