1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[grub] update embedded GRUB to 2.04

This commit is contained in:
Pete Batard 2019-07-05 13:31:22 +01:00
parent 0186949255
commit 4a39f32165
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 8 additions and 8 deletions

Binary file not shown.

View file

@ -2,4 +2,4 @@
* This file contains the version string of the GRUB 2.x binary embedded in Rufus. * This file contains the version string of the GRUB 2.x binary embedded in Rufus.
* Should be the same as GRUB's PACKAGE_VERSION in config.h. * Should be the same as GRUB's PACKAGE_VERSION in config.h.
*/ */
#define GRUB2_PACKAGE_VERSION "2.02" #define GRUB2_PACKAGE_VERSION "2.04"

View file

@ -1,9 +1,9 @@
This directory contains the Grub 2.0 boot records that are used by Rufus This directory contains the Grub 2.0 boot records that are used by Rufus
* boot.img and core.img were compiled from * boot.img and core.img were compiled from
http://ftp.gnu.org/gnu/grub/grub-2.02.tar.xz, on a Debian stretch x64 system. https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz, on a Debian 9.9 x64 system.
This was done following the guide from: This was done following the guide from:
http://pete.akeo.ie/2014/05/compiling-and-installing-grub2-for.html. https://pete.akeo.ie/2014/05/compiling-and-installing-grub2-for.html.
--enable-boot-time was also added during ./configure for Manjaro Linux compatibility. --enable-boot-time was also added during ./configure for Manjaro Linux compatibility.
* boot.img has been modified to nop the jump @ 0x66 as per grub2's setup.c comments: * boot.img has been modified to nop the jump @ 0x66 as per grub2's setup.c comments:

View file

@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326 IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 3.6.1545" CAPTION "Rufus 3.6.1546"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0 FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@ -394,8 +394,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,6,1545,0 FILEVERSION 3,6,1546,0
PRODUCTVERSION 3,6,1545,0 PRODUCTVERSION 3,6,1546,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -413,13 +413,13 @@ BEGIN
VALUE "Comments", "https://akeo.ie" VALUE "Comments", "https://akeo.ie"
VALUE "CompanyName", "Akeo Consulting" VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus" VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "3.6.1545" VALUE "FileVersion", "3.6.1546"
VALUE "InternalName", "Rufus" VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2019 Pete Batard (GPL v3)" VALUE "LegalCopyright", "© 2011-2019 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html" VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus-3.6.exe" VALUE "OriginalFilename", "rufus-3.6.exe"
VALUE "ProductName", "Rufus" VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "3.6.1545" VALUE "ProductVersion", "3.6.1546"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"