Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 787 Bytes

EFINextBoot

Reimplementation of chengxuncc/booToLinux with zero-dependency in mind
Using bcdedit internally to select the next time boot of UEFI: bcdedit /set {fwbootmgr} bootsequence {GUID}

What's new?

  • Faster launch speed
    • Removed powershell dependency
  • Fix broken non-ASCII characters on Multilingual OS
    • Simple fix with CMD builtin chcp command

Download

Download prebuilt binary: Releases

Build

go build

Build with Administrator privileges

go build github.com/akavel/rsrc
rsrc.exe -manifest efinextboot.exe.manifest -o efinextboot.syso
go build

Double click to run.

License

EFINextBoot is licensed under the MIT license.