Advertisement
oofybruh9

Batocera GRUB2Win Custom code

Aug 14th, 2024 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Winbatch 0.35 KB | Gaming | 0 0
  1. set efibootmgr=/EFI/batocera/bootx64.efi
  2.      getpartition  file  $efibootmgr  root
  3.      if [ ! -z $reviewpause ] ; then
  4.      echo GNU Grub will load the Batocera EFI Boot Manager at disk address $root
  5.          g2wsleep  
  6.      fi
  7.      echo GNU Grub is now loading the Batocera EFI Boot Manager
  8.      chainloader $efibootmgr
  9.      savelast 1 'Batocera'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement