Skip to content

Commit

Permalink
update build-iso efi grub to latest debian (SBAT Secure Boot changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphinoracle committed Oct 4, 2024
1 parent cceaf36 commit a427031
Show file tree
Hide file tree
Showing 33 changed files with 17 additions and 15 deletions.
Binary file modified Template/COMMON/iso/EFI/BOOT/BOOTia32.efi
Binary file not shown.
Binary file modified Template/COMMON/iso/EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file modified Template/COMMON/iso/EFI/BOOT/grubx64.efi
Binary file not shown.
Binary file modified Template/COMMON/iso/EFI/BOOT/mmx64.efi
Binary file not shown.
7 changes: 4 additions & 3 deletions Template/COMMON/iso/boot/grub/config/defaults.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ TIMEOUT_NOTIFICATION_LONG_EN="The highlighted entry will start in %d seconds"
if [ -z "$have_defaults" ]; then

if [ "${grub_platform}" = "efi" ]; then
# unload tpm unless secure boot detected using heuristic check:
# 'eval true' would not run in Debian's secure boot
if eval true; then
# unload tpm unless secure boot detected
if [ "x$lockdown" = "xy" ]; then
true
else
rmmod tpm
fi
fi

if [ -s $prefix/config/load_defaults.cfg ]; then
source $prefix/config/load_defaults.cfg
fi
Expand Down
Binary file modified Template/COMMON/iso/boot/grub/efi.img
Binary file not shown.
4 changes: 2 additions & 2 deletions Template/COMMON/iso/boot/grub/i386-efi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
/* Version number of package. */
#define VERSION "2.06"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GRUB 2.06-13"
#define PACKAGE_STRING "GRUB 2.06-13+deb12u1"
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.06-13"
#define PACKAGE_VERSION "2.06-13+deb12u1"
/* Define to the full name of this package. */
#define PACKAGE_NAME "GRUB"
/* Define to the address where bug reports for this package should be sent. */
Expand Down
Binary file modified Template/COMMON/iso/boot/grub/i386-efi/http.mod
Binary file not shown.
4 changes: 2 additions & 2 deletions Template/COMMON/iso/boot/grub/i386-efi/modinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ grub_target_img_ldflags='@TARGET_IMG_BASE_LDFLAGS@'
# Version
grub_version="2.06"
grub_package="grub"
grub_package_string="GRUB 2.06-13"
grub_package_version="2.06-13"
grub_package_string="GRUB 2.06-13+deb12u1"
grub_package_version="2.06-13+deb12u1"
grub_package_name="GRUB"
grub_package_bugreport="[email protected]"
Binary file modified Template/COMMON/iso/boot/grub/i386-efi/multiboot.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-efi/multiboot2.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-efi/normal.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-efi/ntfs.mod
Binary file not shown.
Binary file removed Template/COMMON/iso/boot/grub/i386-efi/shim_lock.mod
Binary file not shown.
4 changes: 2 additions & 2 deletions Template/COMMON/iso/boot/grub/i386-pc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
/* Version number of package. */
#define VERSION "2.06"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GRUB 2.06-13"
#define PACKAGE_STRING "GRUB 2.06-13+deb12u1"
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.06-13"
#define PACKAGE_VERSION "2.06-13+deb12u1"
/* Define to the full name of this package. */
#define PACKAGE_NAME "GRUB"
/* Define to the address where bug reports for this package should be sent. */
Expand Down
Binary file modified Template/COMMON/iso/boot/grub/i386-pc/core.img
Binary file not shown.
Binary file removed Template/COMMON/iso/boot/grub/i386-pc/efiemu32.o
Binary file not shown.
Binary file removed Template/COMMON/iso/boot/grub/i386-pc/efiemu64.o
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-pc/eltorito.img
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-pc/http.mod
Binary file not shown.
4 changes: 2 additions & 2 deletions Template/COMMON/iso/boot/grub/i386-pc/modinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ grub_target_img_ldflags='@TARGET_IMG_BASE_LDFLAGS@'
# Version
grub_version="2.06"
grub_package="grub"
grub_package_string="GRUB 2.06-13"
grub_package_version="2.06-13"
grub_package_string="GRUB 2.06-13+deb12u1"
grub_package_version="2.06-13+deb12u1"
grub_package_name="GRUB"
grub_package_bugreport="[email protected]"
Binary file modified Template/COMMON/iso/boot/grub/i386-pc/multiboot.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-pc/multiboot2.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-pc/normal.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/i386-pc/ntfs.mod
Binary file not shown.
1 change: 1 addition & 0 deletions Template/COMMON/iso/boot/grub/loopback.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export iso_path
prefix=($root)/boot/grub
source $prefix/grub.cfg
4 changes: 2 additions & 2 deletions Template/COMMON/iso/boot/grub/x86_64-efi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
/* Version number of package. */
#define VERSION "2.06"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GRUB 2.06-13"
#define PACKAGE_STRING "GRUB 2.06-13+deb12u1"
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.06-13"
#define PACKAGE_VERSION "2.06-13+deb12u1"
/* Define to the full name of this package. */
#define PACKAGE_NAME "GRUB"
/* Define to the address where bug reports for this package should be sent. */
Expand Down
Binary file modified Template/COMMON/iso/boot/grub/x86_64-efi/http.mod
Binary file not shown.
4 changes: 2 additions & 2 deletions Template/COMMON/iso/boot/grub/x86_64-efi/modinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ grub_target_img_ldflags='@TARGET_IMG_BASE_LDFLAGS@'
# Version
grub_version="2.06"
grub_package="grub"
grub_package_string="GRUB 2.06-13"
grub_package_version="2.06-13"
grub_package_string="GRUB 2.06-13+deb12u1"
grub_package_version="2.06-13+deb12u1"
grub_package_name="GRUB"
grub_package_bugreport="[email protected]"
Binary file modified Template/COMMON/iso/boot/grub/x86_64-efi/multiboot.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/x86_64-efi/multiboot2.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/x86_64-efi/normal.mod
Binary file not shown.
Binary file modified Template/COMMON/iso/boot/grub/x86_64-efi/ntfs.mod
Binary file not shown.

0 comments on commit a427031

Please sign in to comment.