Name : grub
| |
Version : 0.93
| Vendor : (none)
|
Release : 1
| Date : 2003-05-09 19:56:33
|
Group : System Environment/Base
| Source RPM : grub-0.93-1.src.rpm
|
Size : 0.30 MB
| |
Packager : linuxkid < linux_peanutlinux_org>
| |
Summary : GRUB - the Grand Unified Boot Loader.
|
Description :
GRUB (Grand Unified Boot Loader) is an experimental boot loader capable of booting into most free operating systems - Linux, FreeBSD, NetBSD, GNU Mach, and others as well as most commercial operating systems. All configuration is done at bios level, meaning, if you make mistake and add the wrong partition(s), it dont matter, you can fix it when you reboot. To be honest, it\'s pretty hard to grasp, so i still recommend LILO is it works or any other bootloader of choice.
To install GRUB, type at the command prompt or xterminal: grub-install /dev/hda < dont use \'/dev/sda\' for SCSI h/w>
To get to know how grub structures itself, here\'s a few clues on how it differs from LILO, this should help you get the idea: ____________________________________________________________
hd0=/dev/hda (Entire hard disk device number 1) hd0,0=/dev/hda1 (Hardisk number 1 - partition number 1) hd0,3=/dev/hda4 (Hardisk number 1 - partition number 4)
hd1,1=/dev/hdb2 (Hardisk number 2 - partition number 2) ____________________________________________________________
If you dont know the partition you can issue a find /boot/grub/stage1 on the GRUB Console. Now you tell GRUB where it is installed, type:
root (hd0,2)
And to install to the MBR of the Master Boot \"Record\", type:
setup (hd0)
|
RPM found in directory: /vol/rzm1/linux-ibiblio.old/distributions/peanut/contribs/RPMS |