You are not logged in.
I did Arch installation per installation guide, but if I do a cold reboot('sudo reboot now' does not produce this issue), the system will not load from '/EFI/BOOT/BOOTX64.EFI'. I get this screen:
https://i.gyazo.com/902e7a5ff12973515e8 … 6cf5ff.png
I checked everything I can find and think of. On the other hand, if I press F12 quickly, I can get this screen:
https://i.gyazo.com/2a71d3c359764631caa … 44a190.png
if I choose 'Boot Manager' this screen comes up:
https://i.gyazo.com/1444efb497eeddcc0fe … f41a1e.png
Now if I choose EFI hard drive, system works fine.
Also the system can be rebooted
I am out of options where I can find the reason for it not defaulting to boot from the /boot/EFI/BOOT/BOOTX64.EFI.
Any pointers would be appreciated.
This is on Virtual Box 5, Arch Linux with linux-lts kernel, but the same happens with linux kernel. Also I do have the EFI option on the VirtualBox checked.
Last edited by silver-diamond (2016-04-20 03:21:24)
Offline
Dumb question but did you eject the archiso? It clearly states "archiso" in your first screenshot.
PGP-Key: BEF72880 - Website
Please excuse my poor English skills. I'm not a native speaker.
Offline
Dumb question but did you eject the archiso? It clearly states "archiso" in your first screenshot.
WOW, absolutely right!!! In Virtual box, the boot order configuration did not work. I ejected the drive and now it works fine...
Offline
Hm... This is usually solved by creating a text file called startup.nsh on your ESP. In that text file you just write the path to the bootloader EFI program you want to run; in this case "\EFI\BOOT\BOOTX64.EFI" (Yes, backslashes! Don't use quotation marks).
Offline