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.
/plugin marketplace add atrawog/bazzite-ai-plugins/plugin install bazzite@bazzite-ai-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
The boot skill covers BIOS/UEFI access, GRUB configuration, secure boot key management, and Windows dual-boot setup.
| Command | Description |
|---|---|
ujust bios | Reboot to BIOS/UEFI setup |
ujust bios-info | Display BIOS information |
ujust regenerate-grub | Regenerate GRUB config |
ujust configure-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 |
# Reboot directly to BIOS/UEFI setup
ujust bios
System will reboot and enter BIOS setup automatically.
# Display BIOS information
ujust bios-info
Uses dmidecode to show BIOS vendor, version, and date.
# Regenerate GRUB configuration
ujust regenerate-grub
Useful for:
# Interactive: choose hide/unhide/show
ujust configure-grub
# Non-interactive options
ujust configure-grub hide # Hide GRUB menu (instant boot)
ujust configure-grub unhide # Show GRUB menu briefly
ujust configure-grub show # Always show GRUB menu
# Enroll NVIDIA driver and KMOD signing key
ujust enroll-secure-boot-key
Required for:
Process:
# 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:
# Regenerate GRUB to detect Windows
ujust regenerate-grub
# Show GRUB menu on boot
ujust configure-grub show
# Add Windows to Steam
ujust setup-boot-windows-steam
# Enroll the signing key
ujust enroll-secure-boot-key
# Follow prompts, set password
# Reboot and enroll in MOK Manager
# For single-boot systems
ujust configure-grub hide
Fix:
# Regenerate GRUB config
ujust regenerate-grub
# Check os-prober
sudo os-prober
Check:
Retry:
ujust enroll-secure-boot-key
From GRUB menu:
e to edit entryF10 to bootRecover:
# Boot from live USB
# Mount system partition
# Regenerate GRUB
Use when the user asks about: