sesipod
Contributor
- Joined
- Jan 27, 2017
- Messages
- 162
Let me know if this has been discussed before and I can remove this post.
When I start my vm or reboot any of my Debian 9.0 vms they always hang at the Blue GRUB menu.
If I open up VNC I can press enter to start the boot process or just wait for about 4 seconds and it will boot. But the vm will not boot unless I open VNC.
I did fix the efui boot process on all of the vms by doing the following. Maybe I missed something?
When I start my vm or reboot any of my Debian 9.0 vms they always hang at the Blue GRUB menu.
If I open up VNC I can press enter to start the boot process or just wait for about 4 seconds and it will boot. But the vm will not boot unless I open VNC.
I did fix the efui boot process on all of the vms by doing the following. Maybe I missed something?
Code:
cd /boot/efi/EFI mkdir BOOT cd debian cp grubx64.efi /boot/efi/EFI/BOOT/bootx64.efi