forked from pool/grub2
7fb0fe1522
- package autoiso.cfg and osdetect.cfg as documentation - add 0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch - fix configure test for DejaVu font - add dejavu-fonts to BR (needed to build starfield theme) - package starfield theme as grub2-branding-upstream - add grub2-use-DejaVuSansMono-for-starfield-theme.patch - use fixed width font for starfield theme - clarify that grub2 subpackage contains only user space tools (forwarded request 214019 from arvidjaar) OBS-URL: https://build.opensuse.org/request/show/214067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=80 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
20_memtest86+ | ||
90_persistent | ||
0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch | ||
0001-script-provide-overridable-root-by-subvol.patch | ||
0002-btrfs-add-ability-to-boot-from-subvolumes.patch | ||
0002-script-create-menus-for-btrfs-snapshot.patch | ||
0003-cmdline-add-envvar-loader_cmdline_append.patch | ||
0004-btrfs-export-subvolume-envvars.patch | ||
grub2-enable-theme-for-terminal-window.patch | ||
grub2-fix-error-terminal-gfxterm-isn-t-found.patch | ||
grub2-fix-Grub2-with-SUSE-Xen-package-install.patch | ||
grub2-fix-locale-en.mo.gz-not-found-error-message.patch | ||
grub2-fix-menu-in-xen-host-server.patch | ||
grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch | ||
grub2-iterate-and-hook-for-extended-partition.patch | ||
grub2-linguas.sh-no-rsync.patch | ||
grub2-linux.patch | ||
grub2-once | ||
grub2-pass-corret-root-for-nfsroot.patch | ||
grub2-ppc-terminfo.patch | ||
grub2-secureboot-add-linuxefi.patch | ||
grub2-secureboot-chainloader.patch | ||
grub2-secureboot-no-insmod-on-sb.patch | ||
grub2-secureboot-provide-linuxefi-config.patch | ||
grub2-secureboot-use-linuxefi-on-uefi-in-os-prober.patch | ||
grub2-secureboot-use-linuxefi-on-uefi.patch | ||
grub2-use-DejaVuSansMono-for-starfield-theme.patch | ||
grub2.changes | ||
grub2.rpmlintrc | ||
grub2.spec | ||
grub-2.02~beta2.tar.xz | ||
grub.default | ||
not-display-menu-when-boot-once.patch | ||
openSUSE-UEFI-CA-Certificate.crt | ||
PATCH_POLICY | ||
README.openSUSE | ||
rename-grub-info-file-to-grub2.patch | ||
SLES-UEFI-CA-Certificate.crt | ||
translations-20130626.tar.xz | ||
use-grub2-as-a-package-name.patch |
Using GNU GRUB 2 in openSUSE ============================ Though GRUB 2 provides various feature enhancements over previous GRUB version (referred to as "GRUB", or "GRUB Legacy"), it did not reach its stability and feature completness yet, and thus is not ready to replace it for the whole user base. This package is primarily intended to encourage testing and accelerate distribution integration. It is generally safe to install the package. It is able to co-exist with existing GRUB installation and adds itself to the GRUB menu upon installation, so you'll able to select GRUB 2 from GRUB menu during the boot. Utilities --------- The GRUB 2 utilities are prefixed (or postfixed) with 'grub2': grub2-editenv grub2-mkimage grub2-mkelfimage grub2-mkrescue grub2-emu grub2-install grub2-mkdevicemap grub2-probe grub2-setup update-grub2 Documentation ------------- The GRUB 2 lacks documentation. While you are encouraged to contribute the documentation, you can use the GRUB 2 Wiki [1] as primary source of information pertaining to this development snapshot. [1] http://grub.enbug.org/ If you intend to install grub2 as your primary boot loader refer to the GRUB 2 Wiki for information on how to set it up. Support channels ---------------- If you find a bug in this package, report them to the openSUSE Bugzilla [2]. [2] http://bugzilla.novell.com/ Installation ------------ There is not yet any support in openSUSE to configure and install grub2. To install it for the first time, run (replace /dev/sdaX with your boot partition or use /dev/sda for the MBR): # grub2-install --no-floppy /dev/sdaX # grub2-mkconfig -o /boot/grub2/grub.cfg To just update the configuration after the kernel changes, run # grub2-mkconfig -o /boot/grub2/grub.cfg For testing, you might want to pass --grub-setup=/bin/true to grub2-install - this way, grub2 is not setup in the MBR and you can use grub to chainload a grub2 configuration. In the grub menu.lst, just add (after changing the hd0,1 parameter): title GNU GRUB 2 -- openSUSE 12.1 - GNU GRUB 2 kernel (hd0,1)/boot/grub2/core.img Warning ------- Currently, perl-Bootloader does not support grub2 as bootloader. Therefore you need to run the following after each kernel change: # grub2-mkconfig -o /boot/grub2/grub.cfg