grub¶
reset (root) password in grub¶
in the grub shell:
non-UEFI:
linux ($bootp)/vmlinuz-<TAB-TAB-TAB> root=LABEL=root rootfstype=btrfs rootflags=subvol=@ ro init=/bin/bash
initrd ($bootp)/initrd.img-<TAB-TAB-TAB>
boot
UEFI:
linuxefi ($bootp)/vmlinuz-<TAB_COMPLETE> root=LABEL=root rootfstype=btrfs rootflags=subvol=@ ro init=/bin/bash
initrdefi ($bootp)/initrd.img-<TAB_COMPLETE>
boot
ideally you are in your root shell now: