openshift-examples / web

🚀 Content of examples.openshift.pub
http://examples.openshift.pub
137 stars 83 forks source link

Debian 12 - No bootable option or device was found #58

Open rbo opened 1 week ago

rbo commented 1 week ago

image

rbo commented 1 week ago

Resources:

Boot boot debian rescue emergency mode

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

rbo commented 1 week ago

Useful resources: