Open rbo opened 1 week ago
Resources:
Boot boot debian rescue emergency mode
init=/bin/bash
to boot ...mount -o remount,rw /
mount -a
mount -t efivarfs none /sys/firmware/efi/efivars
grub-install --bootloader-id=boot /dev/sda
cd /boot/efi/EFI/boot/
cp grubx64.efi bootx64.efi
Maybe the commands are smarter: https://www.linuxquestions.org/questions/slackware-14/qemu-ovmf-uefi-with-grub2-issues-4175736587/#post6499347