All Projects → semiismaili → winboot

semiismaili / winboot

Licence: other
Command-line program to boot directly into Windows from a Linux terminal (in grub2 dual-boot setups).

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to winboot

rebootmenu
一个Android电源菜单应用。
Stars: ✭ 36 (-40%)
Mutual labels:  reboot
WFAv7 Installer
Batch script to install Windows 10 ARMv7 to Lumia devices (Dual boot with Windows Phone).
Stars: ✭ 33 (-45%)
Mutual labels:  dualboot
Raspberry-Pi-Dashboard
Web-based dashboard interface to inspect Raspberry Pi hardware and software with no extra software required.
Stars: ✭ 131 (+118.33%)
Mutual labels:  reboot
arris-tg3442
Python tool to restart your Arris TG3442* cable modem/router remotely.
Stars: ✭ 15 (-75%)
Mutual labels:  reboot
styled-reboot
Bootstrap 4 reboot.css for styled-components
Stars: ✭ 28 (-53.33%)
Mutual labels:  reboot
shinit
Basic Init Daemon in POSIX sh
Stars: ✭ 17 (-71.67%)
Mutual labels:  reboot
css-reset-and-normalize
A combination of css reset and normalize (available in CSS, SCSS, Stylus and LESS).
Stars: ✭ 20 (-66.67%)
Mutual labels:  reboot
OS-X-Yosemite-on-Unsupported-Macs
Install OS X Yosemite on Unsupported Macs
Stars: ✭ 23 (-61.67%)
Mutual labels:  reboot
Hytilities
Hypixel-focused Quality of Life mod.
Stars: ✭ 53 (-11.67%)
Mutual labels:  quality-of-life

winboot

useful for dual boot setups

Winboot is a shell script that reboots directly into Windows from your Linux session, without having to select it from the grub menu. For all those times you forget to do it and your grub timer runs out.

Installation:

      1. Open up a terminal 
      
      2. Run the following commands:
                
                git clone https://github.com/semiismaili/Winboot.git
                
                cd Winboot
                
                chmod 755 winboot
                
                ./winboot -install

Usage:

      winboot (reboots to windows)
      
      winboot -h (brings this screen)
      
      winboot -update (updates to latest version from repository)
      
      winboot -install (initial one-time only installation)

      sudo winboot -set <your_entry_number>  (changes the windows entry number to <your_entry_number>)

Configuration Troubleshooter:

Winboot may need a little configuration change in /etc/default/grub to work, if winboot doesn't reboot you into Windows please try the following steps:

Step 1: Edit the grub configuration file by running: sudo gedit /etc/default/grub

Step 2: Change the GRUB_DEFAULT parameter so it says GRUB_DEFAULT="saved" then save&exit

Send some love:

"Buy Me A Coffee"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].