Linux Administration involving the use of grub
5 pts.
0
Q:
Linux Administration involving the use of grub
How can you boot Linux Red Hat Edition if grub is not in the Master Boot Record?
ASKED: Jun 17 2008  2:01 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
225 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
You can place the CD-ROM in the drive, and boot to it. When you get to the boot: menu, type:
Linux Rescue

then type the following in:

chroot /mnt/sysimage
grub-install /dev/hda

Change hda to sda if you're using sata.
This will create the Grub boot loader. You really can't boot into linux without it. The grub boot loader should add any other OS's you have.
Last Answered: Jun 17 2008  3:36 PM GMT by Jonsjava   225 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0