Difference between revisions of "Grub2"

From thelinuxwiki
Jump to: navigation, search
(Pushed from thelinuxwiki.com.)
 
 
Line 15: Line 15:
  
  
 +
== gentoo grub2 resources ==
 +
For information on how to configure GRUB2 please refer to the guide: [http://wiki.gentoo.org/wiki/GRUB2_Quick_Start GRUB2_Quick_Start]
 +
 +
A migration guide for GRUB Legacy users is available:    [http://www.gentoo.org/doc/en/grub2-migration.xml grub2 migration]
 +
 +
Install sys-boot/os-prober to enable detection of other operating systems using grub2-mkconfig.
 +
 +
Install dev-libs/libisoburn to enable creation of rescue media using grub2-mkrescue.
 +
 +
 +
[[category:boot loader]]
 +
[[category:grub]]
 
[[category:boot]]
 
[[category:boot]]

Latest revision as of 17:57, 9 March 2014

https://help.ubuntu.com/community/Grub2

GRUB 2's major improvements

  • Scripting support including conditional statements and functions
  • Dynamic module loading
  • Rescue mode
  • Custom Menus
  • Themes
  • Graphical boot menu support and improved splash capability
  • Boot LiveCD ISO images directly from hard drive
  • New configuration file structure
  • Non-x86 platform support (such as PowerPC)
  • Universal support for UUIDs (not just Ubuntu)


gentoo grub2 resources

For information on how to configure GRUB2 please refer to the guide: GRUB2_Quick_Start

A migration guide for GRUB Legacy users is available: grub2 migration

Install sys-boot/os-prober to enable detection of other operating systems using grub2-mkconfig.

Install dev-libs/libisoburn to enable creation of rescue media using grub2-mkrescue.