Skip to content

Boot Linux from Windows - EFI nextboot select and reboot tool, Refactored

Notifications You must be signed in to change notification settings

jungin500/efinextboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.