Results 1 to 5 of 5
i had 2 operating system in my pc,(redhat9 & windows)but now when turn on pc ,boot loader has not been shown and grub command has been shown,boot loader has been ...
- 07-24-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 6
grub
i had 2 operating system in my pc,(redhat9 & windows)but now when turn on pc ,boot loader has not been shown and grub command has been shown,boot loader has been failed,
could you help me what I do???
Regards.
- 07-24-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Can you use the redhat 9 cd to boot into your Linux install, and try to reinstall GRUB from there?
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 07-24-2005 #3Just Joined!
- Join Date
- Jul 2005
- Posts
- 6
Grub
yes I can
Originally Posted by borromini
- 07-24-2005 #4Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Well, then I suggest you do that
. It's easier to install GRUB from within Linux then from a floppy or CD.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 07-25-2005 #5Just Joined!
- Join Date
- Jul 2005
- Location
- Bangalore
- Posts
- 7
grub
if u are reinstalling the grub it will not work. here we have two stage of boot loader. the satge 1 is there in ur MBR stage 2 is there in ur /boot directory or partition.. u are getting grub command prompt y because ur second stage loader is missing. do the following commands. u have windows also right?. so i hope windows is installed on c drive? if it is like this do the following
grub> rootnoverify (hd0,0)
grub> chainloader + 1
grub> boot
these three steps for booting to windows. do the following for linux. i hope ur linux boot partiton on /dev/hda2
grub> root (hd0,1)
grub> setup (hd0,1)
grub> kernel /vmlinuz-2.4.21-4 ro root=LABEL-/
grub> initrd /initrd-2.4.21-4.img
grub> boot
if ur boot partition is there then this will work.
regards v
ijesh


Reply With Quote
