/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/ |
H A D | 0001-rename-grub2-editenv-to-grub-editenv.patch | 4 Subject: [PATCH] rename grub2-editenv to grub-editenv 6 We don't use the name grub2-editenv for grub2. 22 char *envFile = info->envFile ? info->envFile : "/boot/grub2/grubenv"; 24 - asprintf(&s, "grub2-editenv %s list | grep '^%s='", envFile, name); 33 - rc = asprintf(&s, "grub2-editenv %s set '%s=%s'", envFile, name, value); 46 - "grub2-editenv test/grub2-support_files/env_temp list" \ 47 + "grub-editenv test/grub2-support_files/env_temp list" \ 55 - "grub2-editenv test/grub2-support_files/env_temp list" \ 56 + "grub-editenv test/grub2-support_files/env_temp list" \ 59 testing="GRUB2 add kernel with default=saved_entry and a terrible title" [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub2.inc | 1 SUMMARY = "GRUB2 is the next-generation GRand Unified Bootloader" 3 DESCRIPTION = "GRUB2 is the next generaion of a GPLed bootloader \ 14 CVE_PRODUCT = "grub2" 72 # grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and 74 # with that. Note that since BUILD_CFLAGS etc are not used by grub2 target
|
H A D | grub-efi_2.12.bb | 1 require grub2.inc 52 # If 'all' is included in GRUB_BUILDIN we will include all available grub2 modules
|
H A D | grub_2.12.bb | 1 require grub2.inc
|
/openbmc/u-boot/ |
H A D | .travis.yml | 54 - mkdir ~/grub2-arm 55 …- ( cd ~/grub2-arm; wget -O - http://download.opensuse.org/ports/armv7hl/distribution/leap/42.2/re… 56 - mkdir ~/grub2-arm64 57 …- ( cd ~/grub2-arm64; wget -O - http://download.opensuse.org/ports/aarch64/distribution/leap/42.2/… 133 cp ~/grub2-arm/usr/lib/grub2/arm-efi/grub.efi $UBOOT_TRAVIS_BUILD_DIR/grub_arm.efi; 134 cp ~/grub2-arm64/usr/lib/grub2/arm64-efi/grub.efi $UBOOT_TRAVIS_BUILD_DIR/grub_arm64.efi;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ |
H A D | ostree_2024.10.bb | 58 builtin-grub2-mkconfig \ 65 builtin-grub2-mkconfig \ 71 PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkc… 155 ${libexecdir}/libostree/grub2-15_ostree \
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | earlyprintk.rst | 94 /etc/grub.conf. If you are using Grub2 on a BIOS firmware system, 95 append it to the 'linux' line in /boot/grub2/grub.cfg. If you are 96 using Grub2 on an EFI firmware system, append it to the 'linux' 97 or 'linuxefi' line in /boot/grub2/grub.cfg or
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | Kconfig | 14 Select this option if you want to run EFI applications (like grub2)
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/ |
H A D | grubby_git.bb | 18 file://0001-rename-grub2-editenv-to-grub-editenv.patch \
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | recipe-style-guide.rst | 398 This should be the header of patch that fixes :cve_nist:`2015-8370` in GRUB2:: 400 grub2: Fix CVE-2015-8370 404 Back to 28; Grub2 Authentication
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.h | 14 * based on code from grub2 fs/ext2.c and fs/fshelp.c by
|
H A D | ext4fs.c | 16 * based on code from grub2 fs/ext2.c and fs/fshelp.c by
|
/openbmc/linux/tools/testing/ktest/ |
H A D | sample.conf | 355 # For REBOOT_TYPE = grub2, you must specify where the grub.cfg 358 #GRUB_FILE = /boot/grub2/grub.cfg 360 # The tool for REBOOT_TYPE = grub2 or grub2bls to set the next reboot kernel 366 # (Only mandatory if REBOOT_TYPE = grub or grub2 or grub2bls) 377 # For grub2, a search of top level "menuentry"s are done. No 625 # Only valid options so far are "grub", "grub2", "syslinux" and "script" 633 # For REBOOT_TYPE = grub2, you must define both GRUB_MENU and
|
H A D | ktest.pl | 67 "GRUB_REBOOT" => "grub2-reboot", 455 Only valid options so far are "grub", "grub2", "grub2bls", "syslinux", and "script". 466 If you specify grub2, then you also need to specify both \$GRUB_MENU 479 (Only mandatory if REBOOT_TYPE = grub or grub2) 491 For grub2, a search of \$GRUB_FILE is performed for the lines 502 If grub2 is used, the full path for the grub.cfg file is placed 503 here. Use something like /boot/grub2/grub.cfg to search. 780 if ($rtype eq "grub2") { 2043 } elsif ($reboot_type eq "grub2") { 2123 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) { [all …]
|
/openbmc/u-boot/include/ |
H A D | ext_common.h | 15 * based on code from grub2 fs/ext2.c and fs/fshelp.c by
|
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | defaults.conf | 82 # For grub2 or other boot loaders, you need to set BOOT_TYPE
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install-testfs.sh | 177 echo "Preparing custom grub2 menu..."
|
H A D | init-install.sh | 299 echo "Preparing custom grub2 menu..."
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_hvm.c | 304 * Guest booting via normal boot entry (like via grub2) goes in xen_platform_hvm()
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/openSUSE/ |
H A D | autoinst.xml | 16 <loader_type>grub2-efi</loader_type> 499 <path>boot/grub2/arm64-efi</path> 555 <package>grub2-arm64-efi</package>
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | start.S | 208 /* Add a multiboot header so U-Boot can be loaded by GRUB2 */
|
/openbmc/qemu/hw/core/ |
H A D | uboot_image.h | 54 IH_OS_EFI, /* EFI Firmware (e.g. GRUB2) */
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.2.rst | 19 - grub2: fix :cve_nist:`2021-3981`
|
H A D | release-notes-4.0.6.rst | 15 - grub2: Fix :cve_nist:`2022-2601`, :cve_nist:`2022-3775` and :cve_nist:`2022-28736`
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 175 for cmd in ['update-grub', 'grub-mkconfig', 'grub2-mkconfig']: 183 if 'grub2' in blcmd: 184 cfg = '/boot/grub2/grub.cfg'
|