/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | autogen.sh-exclude-pc.patch | 30 …grub-core/lib/libgcrypt-grub/*' ! -ipath './build-aux/*' ! -ipath './grub-core/lib/libgcrypt/src/m… 31 …grub-core/lib/libgcrypt-grub/*' ! -ipath './build-aux/*' ! -ipath './grub-core/lib/libgcrypt/src/m…
|
H A D | 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch | 4 Subject: [PATCH] grub.d/10_linux.in: add oe's kernel name 6 Our kernel's name is bzImage, we need add it to grub.d/10_linux.in so 7 that the grub-mkconfig and grub-install can work correctly. 9 We only need add the bzImage to util/grub.d/10_linux.in, but also add it 10 to util/grub.d/20_linux_xen.in to keep compatibility. 18 util/grub.d/10_linux.in | 6 +++--- 19 util/grub.d/20_linux_xen.in | 2 +- 22 diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in 24 --- a/util/grub.d/10_linux.in 25 +++ b/util/grub.d/10_linux.in [all …]
|
H A D | grub-module-explicitly-keeps-symbole-.module_license.patch | 4 Subject: [PATCH] grub module explicitly keeps symbole .module_license 6 While using oe-core toolchain to strip grub module 'all_video.mod', 18 It caused grub to load module all_video failed. 20 grub> insmod all_video 45 grub-core/genmod.sh.in | 2 +- 48 diff --git a/grub-core/genmod.sh.in b/grub-core/genmod.sh.in 50 --- a/grub-core/genmod.sh.in 51 +++ b/grub-core/genmod.sh.in
|
H A D | 0001-RISC-V-Restore-the-typcast-to-long.patch | 10 [1] https://git.savannah.gnu.org/cgit/grub.git/commit/?id=2bf40e9e5be9808b17852e688eead87acff14420 22 util/grub-mkimagexx.c | 2 +- 25 diff --git a/util/grub-mkimagexx.c b/util/grub-mkimagexx.c 27 --- a/util/grub-mkimagexx.c 28 +++ b/util/grub-mkimagexx.c
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub-efi_2.12.bb | 7 DEPENDS:append = " grub-native" 8 RDEPENDS:${PN} = "grub-common virtual-grub-bootconf" 14 S = "${WORKDIR}/grub-${PV}" 16 # Determine the target arch for the grub modules 20 prefix = "" if d.getVar('EFI_PROVIDER') == "grub-efi" else "grub-efi-" 34 raise bb.parse.SkipRecipe("grub-efi is incompatible with target %s" % target) 38 prefix = "grub-efi-" if prefix == "" else "" 55 # Get the list of all .mod files in grub-core build directory 56 GRUB_MKIMAGE_MODULES=$(find ${B}/grub-core/ -type f -name "*.mod" -exec basename {} .mod \;) 59 # Search for the grub.cfg on the local boot media by using the [all …]
|
H A D | grub-bootconf_1.00.bb | 3 SUMMARY = "Basic grub.cfg for use in EFI systems" 4 DESCRIPTION = "Grub might require different configuration file for \ 6 HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration" 8 RPROVIDES:${PN} += "virtual-grub-bootconf" 10 inherit grub-efi-cfg 17 GRUB_CFG = "${S}/grub-bootconf" 30 install grub-bootconf ${D}${EFI_FILES_PATH}/grub.cfg 33 FILES:${PN} = "${EFI_FILES_PATH}/grub.cfg"
|
H A D | grub2.inc | 8 HOMEPAGE = "http://www.gnu.org/software/grub/" 16 SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \ 18 file://grub-module-explicitly-keeps-symbole-.module_license.patch \ 19 file://0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch \ 36 # Grub doesn't support hard float toolchain and won't be able to forcefully 60 --disable-grub-mkfont \ 69 PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" 87 …# See: https://git.savannah.gnu.org/cgit/grub.git/commit/?id=b835601c7639ed1890f2d3db91900a8506011… 88 echo "depends bli part_gpt" > ${S}/grub-core/extra_deps.lst
|
H A D | grub_2.12.bb | 9 PROVIDES:append:class-native = " grub-efi-native" 12 FILES:${PN}-editenv = "${bindir}/grub-editenv" 17 ${datadir}/grub \ 23 # need to build grub and grub-efi but only EFI is supported by removing EFI 25 rm -rf ${D}${libdir}/grub/*-efi/ 26 rmdir --ignore-fail-on-non-empty ${D}${libdir}/grub ${D}${libdir} 28 install -d ${D}${sysconfdir}/grub.d
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-grub.bbclass | 15 # - In kernel-image's postinstall scriptlet, it modifies grub's config file to 24 [ -f "$D/boot/grub/menu.list" ] && grubcfg="$D/boot/grub/menu.list" 25 [ -f "$D/boot/grub/grub.cfg" ] && grubcfg="$D/boot/grub/grub.cfg" 54 if [ "${grubcfg##*/}" = "grub.cfg" ]; then 76 if [ "${grubcfg##*/}" = "grub.cfg" ]; then 83 if [ -f "$D/boot/grub/grub.cfg" ]; then 84 grubcfg="$D/boot/grub/grub.cfg" 86 elif [ -f "$D/boot/grub/menu.list" ]; then 87 grubcfg="$D/boot/grub/menu.list"
|
H A D | grub-efi.bbclass | 7 inherit grub-efi-cfg 11 efi_populate_common "$1" grub-efi 13 install -m 0644 ${GRUB_CFG} ${DEST}${EFIDIR}/grub.cfg
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install-testfs.sh | 176 if [ -f /etc/grub.d/00_header ] ; then 178 GRUBCFG="/boot/grub/grub.cfg" 196 grub-install /dev/${device} 197 echo "(hd0) /dev/${device}" > /boot/grub/device.map 199 # If grub.cfg doesn't exist, assume GRUB 0.97 and create a menu.lst 200 if [ ! -f /boot/grub/grub.cfg ] ; then 201 echo "Preparing custom grub menu..." 202 echo "default 0" > /boot/grub/menu.lst 203 echo "timeout 30" >> /boot/grub/menu.lst 204 echo "title Live Boot/Install-Image" >> /boot/grub/menu.lst [all …]
|
H A D | init-install.sh | 146 grub_version=$(grub-install -V|sed 's/.* \([0-9]\).*/\1/') 151 # For GRUB 2 we need separate parition to store stage2 grub image 298 if [ -f /etc/grub.d/00_header -a $grub_version -ne 0 ] ; then 302 GRUBCFG="/boot/grub/grub.cfg" 314 grub-install ${device} 317 echo "(hd0) ${device}" > /boot/grub/device.map 318 echo "Preparing custom grub menu..." 319 echo "default 0" > /boot/grub/menu.lst 320 echo "timeout 30" >> /boot/grub/menu.lst 321 echo "title Live Boot/Install-Image" >> /boot/grub/menu.lst [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/ |
H A D | preseed.cfg | 57 # Install GRUB bootloader 58 d-i grub-installer/only_debian boolean true 59 d-i grub-installer/bootdev string /dev/vda 60 d-i grub-installer/bootloader-id string debian 61 d-i grub-installer/efi-directory string /boot/efi 66 # Late command to install GRUB and finalize boot setup 70 …in-target grub-install --target=arm64-efi --efi-directory=/boot/efi --bootloader-id=debian --remov… 71 in-target update-grub || true; \
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | wic-tools.bb | 7 mtools-native bmaptool-native grub-native cdrtools-native \ 12 DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot" 13 DEPENDS:append:x86-64 = " syslinux-native syslinux grub-efi systemd-boot" 14 DEPENDS:append:x86-x32 = " syslinux-native syslinux grub-efi" 15 DEPENDS:append:aarch64 = " grub-efi systemd-boot"
|
/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 25 + asprintf(&s, "grub-editenv %s list | grep '^%s='", envFile, name); 34 + rc = asprintf(&s, "grub-editenv %s set '%s=%s'", envFile, name, value); 47 + "grub-editenv test/grub2-support_files/env_temp list" \ 56 + "grub-editenv test/grub2-support_files/env_temp list" \ 65 + "grub-editenv test/grub2-support_files/env_temp list" \ 72 + "grub-editenv test/grub2-support_files/env_temp list" \
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-efi.py | 32 This plugin supports GRUB 2 and systemd-boot bootloaders. 62 Create loader-specific (grub-efi) config 69 # Use a custom configuration for grub 72 "%s for grub.cfg", configfile) 83 # Create grub configuration using parameters from wks file 119 logger.debug("Writing grubefi config %s/hdd/boot/EFI/BOOT/grub.cfg", 121 cfg = open("%s/hdd/boot/EFI/BOOT/grub.cfg" % cr_workdir, "w") 226 if source_params['loader'] == 'grub-efi': 296 In this case, prepare content for an EFI (grub) boot partition. 331 if source_params['loader'] == 'grub-efi': [all …]
|
H A D | isoimage-isohybrid.py | 32 Legacy boot uses syslinux and EFI boot uses grub or gummiboot (not 38 part /boot --source isoimage-isohybrid --sourceparams="loader=grub-efi, \\ 94 Create loader-specific (grub-efi) config 100 logger.debug("Using custom configuration file %s for grub.cfg", 138 cfg_path = os.path.join(target_dir, "grub.cfg") 314 if source_params['loader'] == 'grub-efi': 322 grub_src_image = "grub-efi-bootx64.efi" 325 grub_src_image = "grub-efi-bootia32.efi" 328 raise WicError("grub-efi is incompatible with target %s" % 335 raise WicError("Grub loader %s is not found in %s. " [all …]
|
/openbmc/openbmc/poky/meta-poky/conf/distro/include/ |
H A D | gcsections.inc | 11 CFLAGS_SECTION_REMOVAL:pn-grub-efi = "" 12 LDFLAGS_SECTION_REMOVAL:pn-grub-efi = "" 13 CFLAGS_SECTION_REMOVAL:pn-grub = "" 14 LDFLAGS_SECTION_REMOVAL:pn-grub = ""
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/ |
H A D | sgi575-efidisk.wks | 3 # can directly dd to boot media. Uses a custom grub.cfg file to configure the boot. 5 part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --label msdos --activ… 11 bootloader --ptable gpt --configfile="sgi575-grub.cfg" --timeout=5
|
/openbmc/u-boot/doc/ |
H A D | README.zfs | 26 -- ZFS GRUB sources from Solaris GRUB-0.97 27 -- GRUB Bazaar repository
|
H A D | README.iscsi | 59 protocol. Now iPXE can call the simple file protocol to load GRUB[2]. U-Boot 62 Once GRUB is started it uses the same block IO protocol to load Linux. Via 92 | | | | GRUB | | Runs | | 93 | |===>|********|========>| |======>| GRUB | 166 * [2](https://www.gnu.org/software/grub/) https://www.gnu.org/software/grub/ - 167 GNU GRUB (Grand Unified Bootloader)
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros-debian.bb | 113 EFI_IMAGE = "${@oe.utils.vartrue("DISTRO_UNATTENDED_INST_TESTS", "boot/grub/efi.img", "", d)}" 123 #GRUB 125 sed -i '/^insmod gzio/ a set timeout=0' ${EXTRACTED_ISO_TEMP_DIR}/boot/grub/grub.cfg 128 sed -i '/^set timeout/ a set default="2>5"' ${EXTRACTED_ISO_TEMP_DIR}/boot/grub/grub.cfg 131 …riority=critical DEBIAN_FRONTEND=text --- nomodeset|g' ${EXTRACTED_ISO_TEMP_DIR}/boot/grub/grub.cfg
|
/openbmc/qemu/tests/functional/ |
H A D | test_acpi_bits.py | 221 """ grub-mkrescue is a bash script with two variables, 'prefix' and 224 the directory where we have extracted our pre-built bits grub 227 grub_x86_64_mods = os.path.join(self.workdir, 'grub-inst-x86_64-efi') 228 grub_i386_mods = os.path.join(self.workdir, 'grub-inst') 246 """ Uses grub-mkrescue to generate a fresh bits iso with the python 254 'grub-inst-x86_64-efi', 'bin', 255 'grub-mkrescue') 262 self.logger.info('using grub-mkrescue for generating biosbits iso ...') 271 self.logger.info("grub-mkrescue output %s" % proc.stdout) 300 'bits-%d-%s-grub.tar.gz'
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 69 bootloader = 'grub' 175 for cmd in ['update-grub', 'grub-mkconfig', 'grub2-mkconfig']: 180 doError('[GRUB] missing update command') 181 if not os.path.exists('/etc/default/grub'): 182 doError('[GRUB] missing /etc/default/grub') 184 cfg = '/boot/grub2/grub.cfg' 186 cfg = '/boot/grub/grub.cfg' 188 doError('[GRUB] missing %s' % cfg) 189 if 'update-grub' in blcmd: 194 if self.bootloader == 'grub': [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ |
H A D | ostree_2024.10.bb | 115 # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the 129 …pper ${D}${bindir}/ostree OSTREE_GRUB2_EXEC="${STAGING_LIBDIR_NATIVE}/ostree/ostree-grub-generator" 133 …D}${bindir}/ostree OSTREE_GRUB2_EXEC="\$OECORE_NATIVE_SYSROOT/usr/lib/ostree/ostree-grub-generator" 138 ${PN}-grub \ 153 FILES:${PN}-grub = " \ 154 ${sysconfdir}/grub.d \
|