Difference between revisions of "Configure bootloader"

From gr0x0rd
Jump to navigation Jump to search
Line 1: Line 1:
 
== Installing Gentoo - Configure bootloader ==
 
== Installing Gentoo - Configure bootloader ==
  
In order to boot into your newly compiled kernel, you'll need to configure a bootloader and install it in the Master Boot Record (MBR) of your primary hard drive. Linux has two mainstream bootloaders: [http://lilo.alioth.debian.org/ | lilo] and [http://grub.org/ | grub]. This example focuses on grub; information on lilo may be added at a later date.
+
In order to boot into your newly compiled kernel, you'll need to configure a bootloader and install it in the Master Boot Record (MBR) of your primary hard drive. Linux has two mainstream bootloaders: [http://lilo.alioth.debian.org/ lilo] and [http://grub.org/ grub]. This example focuses on grub; information on lilo may be added at a later date.

Revision as of 17:25, 1 December 2010

Installing Gentoo - Configure bootloader

In order to boot into your newly compiled kernel, you'll need to configure a bootloader and install it in the Master Boot Record (MBR) of your primary hard drive. Linux has two mainstream bootloaders: lilo and grub. This example focuses on grub; information on lilo may be added at a later date.