Hello,
I just tried to install opensuse leap 15.5 on an acer laptop previously running with windows (now only opensuse). There are no errors during the installation but after removing the usb, the laptop just displays the message: ‘no bootable device found’.
The weird thing is that if I put the usb back in, the system boots on the usb and then I can choose to boot on the hdd.
I have no idea how to fix it, since i am new to linux, I can gladly make screenshots of some commands.
Hi openphilipp,
Welcome to the forum.
As gogalthoarp said, you might have installed to the USB drive. But as you said you can choose to boot from hdd, maybe it’s much less residing on that drive.
It might be easiest to just do a new install taking care about partioning - not to put anything on the USB drive. You may also - if just for learing - open up a terminal, become root and post lsblk -f
I will try again with a new installation, I will read trough the manuals a little, maybe I missed a step. I only used the recommended disk partition, I think that should not by default install on the usb. But I am not sure since its only the second laptop on which I installed opensuse.
philipp@localhost:~> sudo efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 2001,2002,2003
Boot0000* Unknown Device: HD(1,GPT,87c3fadc-973e-4727-89ce-7c602977912b,0x800,0x100000)/File(\EFI\opensuse\grubx64.efi)RC
Boot0001* USB HDD: Generic Flash Disk PciRoot(0x0)/Pci(0x14,0x0)/USB(3,0)/HD(1,GPT,d9b75bc9-7937-452f-954e-c8588a5128ff,0x800,0xeff7c0)RC
Boot0002* Linux Boot Manager HD(1,GPT,87c3fadc-973e-4727-89ce-7c602977912b,0x800,0x100000)/File(\EFI\systemd\systemd-bootx64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
I tried to change the BootOrder to have 0000 as first boot but that setting gets deleted after reboot (maybe this points to an installation on the usb).
Ok, here you go (meanwhile I rewrote the usb with a DD image using Rufus, before it was just an iso image), but it still boots on the usb and then i can choose boot from hard disk:
After restart the boot order changes to 2001,2002,2003and 0003 is not in boot order anymore. Is there a way to save it or force it to be set as standard?
OK, try rebooting now. Do you know how to display boot selection menu on your system? It would be interesting to know how it looks like after reboot (if you manage to enter it, post foto).
It is your BIOS, there is not much that can be done from openSUSE side. There are some hints that you may need to add bootloader as “trusted” from within BIOS Setup. See e.g.
Just for completeness i will post the solution I found using all your hints.
It worked for me, following Installing Linux Mint - Aspire E15
Thank you all for the great help.