https://github.com/chengxuncc/booToLinux
Boot Linux from Windows.
https://github.com/chengxuncc/booToLinux
bcdedit boot uefi windows
Last synced: 4 months ago
JSON representation
Boot Linux from Windows.
- Host: GitHub
- URL: https://github.com/chengxuncc/booToLinux
- Owner: chengxuncc
- License: mit
- Created: 2019-04-04T08:50:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T10:27:37.000Z (almost 6 years ago)
- Last Synced: 2025-03-09T05:26:59.834Z (4 months ago)
- Topics: bcdedit, boot, uefi, windows
- Language: Go
- Size: 8.79 KB
- Stars: 28
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BooToLinux
Using `bcdedit` to select the next time boot of UEFI: ```bcdedit /set {fwbootmgr} bootsequence {GUID}```## Download
If you don't want to build by yourself, you can download prebuild binary here: [release](https://github.com/chengxuncc/booToLinux/releases)## Build
```dos
go get github.com/bhendo/go-powershell github.com/bhendo/go-powershell/backend
go build -o booToLinux.exe
```
You should right click and run as Administrator.## Build with Administrator privileges
```dos
go get github.com/bhendo/go-powershell github.com/bhendo/go-powershell/backend
go get github.com/akavel/rsrc
rsrc -manifest booToLinux.exe.manifest -o booToLinux.syso
go build -o booToLinux.exe
```
Double click to run.## License
BooToLinux is licensed under the MIT license.