Name | Date | Size | ||
---|---|---|---|---|
.. | 27-Apr.-2022 | 4 KiB | ||
.gitattributes | H A D | 23-Sep.-2019 | 22 | |
.gitignore | H A D | 15-May-2020 | 4.4 KiB | |
.travis.yml | H A D | 18-Sep.-2020 | 4 KiB | |
acinclude.m4 | H A D | 07-Mar.-2022 | 14.4 KiB | |
asm-tests/ | H | 13-Aug.-2017 | 4 KiB | |
AUTHORS | H A D | 13-Aug.-2017 | 669 | |
autogen.sh | H A D | 06-Sep.-2021 | 3.8 KiB | |
bootstrap | H A D | 22-Mar.-2022 | 34.8 KiB | |
bootstrap.conf | H A D | 22-Mar.-2022 | 2.5 KiB | |
BUGS | H A D | 13-Aug.-2017 | 357 | |
conf/ | H | 04-Apr.-2022 | 4 KiB | |
config.h.in | H A D | 22-Mar.-2022 | 6.2 KiB | |
configure.ac | H A D | 20-Apr.-2022 | 72.1 KiB | |
COPYING | H A D | 13-Aug.-2017 | 34.3 KiB | |
coreboot.cfg | H A D | 13-Aug.-2017 | 78 | |
docs/ | H | Today | 4 KiB | |
geninit.sh | H A D | 13-Aug.-2017 | 1.7 KiB | |
gentpl.py | H A D | 07-Mar.-2022 | 34.6 KiB | |
grub-core/ | H | 04-Apr.-2022 | 4 KiB | |
include/ | H | 15-Mar.-2022 | 4 KiB | |
INSTALL | H A D | 04-Apr.-2022 | 13.8 KiB | |
linguas.sh | H A D | 13-Aug.-2017 | 352 | |
MAINTAINERS | H A D | 08-Jun.-2021 | 1.4 KiB | |
Makefile.am | H A D | 07-Mar.-2022 | 30.1 KiB | |
Makefile.util.def | H A D | 15-Mar.-2022 | 32.7 KiB | |
NEWS | H A D | 08-Jun.-2021 | 22.6 KiB | |
po/ | H | 15-Mar.-2022 | 4 KiB | |
README | H A D | 08-Jun.-2021 | 1 KiB | |
SECURITY | H A D | 08-Jun.-2021 | 2.5 KiB | |
tests/ | H | 07-Jun.-2022 | 4 KiB | |
THANKS | H A D | 13-Aug.-2017 | 1.4 KiB | |
themes/starfield/ | H | 13-Aug.-2017 | 4 KiB | |
TODO | H A D | 13-Aug.-2017 | 318 | |
unicode/ | H | 13-Aug.-2017 | 4 KiB | |
util/ | H | Today | 4 KiB |
README
1This is GRUB 2, the second version of the GRand Unified Bootloader. 2GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more 3robust, more powerful, and more portable. 4 5See the file NEWS for a description of recent changes to GRUB 2. 6 7See the file INSTALL for instructions on how to build and install the 8GRUB 2 data and program files. 9 10See the file MAINTAINERS for information about the GRUB maintainers, etc. 11 12If you found a security vulnerability in the GRUB please check the SECURITY 13file to get more information how to properly report this kind of bugs to 14the maintainers. 15 16Please visit the official web page of GRUB 2, for more information. 17The URL is <http://www.gnu.org/software/grub/grub.html>. 18 19More extensive documentation is available in the Info manual, 20accessible using 'info grub' after building and installing GRUB 2. 21 22There are a number of important user-visible differences from the 23first version of GRUB, now known as GRUB Legacy. For a summary, please 24see: 25 26 info grub Introduction 'Changes from GRUB Legacy' 27