Back to Skills

boot

verified

Boot configuration for Bazzite OS. BIOS/UEFI access, GRUB menu settings, secure boot key enrollment, and Windows dual-boot setup. Use when users need to configure boot options or access BIOS settings.

View on GitHub

Marketplace

bazzite-ai-plugins

atrawog/bazzite-ai-plugins

Plugin

bazzite

productivity

Repository

atrawog/bazzite-ai-plugins

bazzite/skills/boot/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/atrawog/bazzite-ai-plugins/blob/main/bazzite/skills/boot/SKILL.md -a claude-code --skill boot

Installation paths:

Claude
.claude/skills/boot/
Powered by add-skill CLI

Instructions

# Boot - Bazzite Boot Configuration

## Overview

The boot skill covers BIOS/UEFI access, GRUB configuration, secure boot key management, and Windows dual-boot setup.

## Quick Reference

| Command | Description |
|---------|-------------|
| `ujust bios` | Reboot to BIOS/UEFI setup |
| `ujust bios-info` | Display BIOS information |
| `ujust regenerate-grub` | Regenerate GRUB config |
| `ujust config-grub` | Configure GRUB menu visibility |
| `ujust enroll-secure-boot-key` | Enroll NVIDIA/KMOD secure boot key |
| `ujust setup-boot-windows-steam` | Add Windows to Steam boot options |

## BIOS/UEFI

### Reboot to BIOS

```bash
# Reboot directly to BIOS/UEFI setup
ujust bios
```

System will reboot and enter BIOS setup automatically.

### View BIOS Info

```bash
# Display BIOS information
ujust bios-info
```

Uses `dmidecode` to show BIOS vendor, version, and date.

## GRUB Configuration

### Regenerate GRUB

```bash
# Regenerate GRUB configuration
ujust regenerate-grub
```

Useful for:
- Dual-boot setup changes
- New kernel installations
- Boot parameter changes

### GRUB Menu Visibility

```bash
# Interactive: choose hide/unhide/show
ujust config-grub

# Non-interactive options
ujust config-grub hide     # Hide GRUB menu (instant boot)
ujust config-grub unhide   # Show GRUB menu briefly
ujust config-grub show     # Always show GRUB menu
```

## Secure Boot

### Enroll Secure Boot Key

```bash
# Enroll NVIDIA driver and KMOD signing key
ujust enroll-secure-boot-key
```

Required for:
- NVIDIA proprietary drivers with Secure Boot enabled
- Custom kernel modules
- Third-party drivers

**Process:**
1. Generates MOK (Machine Owner Key)
2. Prompts for password
3. Reboots to MOK Manager
4. Enter password to enroll key

## Windows Dual-Boot

### Add Windows to Steam

```bash
# Add Windows boot option to Steam non-Steam games
ujust setup-boot-windows-steam
```

Allows booting to Windows directly from Steam's game library.

**Requirements:**
- Windows installed on separate part

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3577 chars