opt/grub2
2013-01-23 08:47:34 -06:00
..
.footprint grub2: added sample configuration file, README, and GNU unifont 2012-12-10 10:30:36 -06:00
.md5sum grub2: fixed unfinished font installation 2013-01-23 08:47:34 -06:00
grub.cfg.sample grub2: added sample configuration file, README, and GNU unifont 2012-12-10 10:30:36 -06:00
grub2-10_linux.diff grub2: initial import, version 2.00 2012-09-05 13:41:50 -05:00
Pkgfile grub2: fixed unfinished font installation 2013-01-23 08:47:34 -06:00
README grub2: added sample configuration file, README, and GNU unifont 2012-12-10 10:30:36 -06:00

INSTALLATION

	Once the grub2 port is installed, the boot loader itself can be installed
	like so:

	# grub-install /dev/<device>

	For example, to install grub2 into the master boot record of the first
	SCSI or SATA drive:

	# grub-install /dev/sda

	To install to the second partition of the first SCSI or SATA drive
	instead of the MBR:

	# grub-install /dev/sda2

CONFIGURATION

	A configuration menu file is required for grub2 to do more than display
	a command line. It can be created automatically using the 'grub-mkconfig'
	command like so:

	# grub-mkconfig > /boot/grub/grub.cfg

	It can also be created manually. A sample grub.cfg file is included in the
	port.