Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengxuncc/booToLinux
Boot Linux from Windows.
https://github.com/chengxuncc/booToLinux
bcdedit boot uefi windows
Last synced: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T10:27:37.000Z (over 5 years ago)
- Last Synced: 2023-05-19T07:30:27.177Z (over 1 year ago)
- Topics: bcdedit, boot, uefi, windows
- Language: Go
- Size: 8.79 KB
- Stars: 23
- Watchers: 4
- Forks: 2
- 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.