Skip to content

Instantly share code, notes, and snippets.

View Bananz0's full-sized avatar

Glen Muthoka Bananz0

View GitHub Profile
@marhensa
marhensa / windows-11-25H2-local-account-workaround.md
Last active May 11, 2026 08:26
Windows 11 25H2 Local Account Workaround (Proper)

Windows 11 25H2 Local Account Workaround (Proper)

After installing Windows to a partition and then after the automatic reboot:

When the installation screen shows "Is this the right country or region?" press: Shift + F10

In the Command Prompt, type the following commands:

(change vboxuser to your username)

@gdamjan
gdamjan / README.md
Last active May 18, 2026 08:26
Replace grub2 with systemd-boot on Ubuntu 22.04
  1. remove grub
apt purge --allow-remove-essential grub2-common grub-pc-bin grub-pc grub-gfxpayload-lists grub-efi-amd64-bin grub-efi-amd64-signed grub-common os-prober shim-signed libfreetype6 
apt-get autoremove --purge
rm -rf /boot/grub/
rm -rf /boot/efi/EFI/ubuntu
  1. make sure it's not installed back
    • apt-mark hold "grub*"
  2. install systemd-boot