Skip to content

Commit

Permalink
grub updated to v2.12-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Mar 23, 2024
1 parent 36f6948 commit 43f96cc
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Grub base source code:
https://git.savannah.gnu.org/cgit/grub.git/tree/?id=b835601c7639ed1890f2d3db91900a8506011a8e

MultiOS-USB grub binary files and source code download:
https://gitlab.com/MultiOS-USB/grub/-/releases/v2.12-2
https://gitlab.com/MultiOS-USB/grub/-/releases/v2.12-4
File renamed without changes.
Binary file not shown.
Binary file added binaries/grub-v2.12-4/i386-pc.tar.xz
Binary file not shown.
File renamed without changes.
Binary file removed binaries/grub_v2.12-2/grubx64_signed.efi
Binary file not shown.
Binary file removed binaries/grub_v2.12-2/i386-pc.tar.xz
Binary file not shown.
8 changes: 4 additions & 4 deletions multios-usb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,17 +300,17 @@ cp -r config config_priv themes LICENSE README.md MultiOS-USB.version $part_data
cp -r binaries/{syslinux-*,mt86plus_*,efitools-*,wimboot-*,mountiso} $part_data/MultiOS-USB/tools

echo "Installing bootloader..."
tar -xf binaries/grub_*/i386-pc.tar.xz -C $part_efi/grub
tar -xf binaries/grub-*/i386-pc.tar.xz -C $part_efi/grub

cat > $part_efi/grub/grub.cfg << EOF
search -f /MultiOS-USB/config/grub.config --no-floppy --set=root
source /MultiOS-USB/config/grub.config
EOF

cp binaries/grub_*/grubenv $part_efi/grub
cp -r binaries/grub_*/unicode.pf2 $part_efi/grub/fonts
cp binaries/grub-*/grubenv $part_efi/grub
cp -r binaries/grub-*/unicode.pf2 $part_efi/grub/fonts
cp -r binaries/shim-signed_*/*.efi $part_efi/EFI/BOOT
cp binaries/grub_*/grubx64_signed.efi $part_efi/EFI/BOOT/grubx64.efi
cp binaries/grub-*/grubx64.efi $part_efi/EFI/BOOT
cp -r cert/ $part_efi/EFI/

dd conv=fsync status=none if="$part_efi/grub/i386-pc/boot.img" of="${dev}" bs=1 count=446
Expand Down

0 comments on commit 43f96cc

Please sign in to comment.