SkillAgentSearch skills...

Winboot

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

Install / Use

/learn @semiismaili/Winboot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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"

Related Skills

View on GitHub
GitHub Stars81
CategoryDevelopment
Updated1mo ago
Forks5

Languages

Shell

Security Score

85/100

Audited on Feb 12, 2026

No findings