Hey @kmdailaob it looks like you're in a pretty tight spot. I'd recommend taking a look at this boot management article here: https://getsol.us/articles/troubleshooting/boot-management/en/
Personally, I would check and see what GPU you have and maybe mess with kernel parameters. It can be as simple as:
- Press space bar continuously (repeatedly) on reboot (with your wired keyboard)
- I think this drops you to a terminal, but if not, get to one with Ctrl + Alt + F1 (or other 'F' keys) to get to TTY
- Then you could add 'nomodeset' to the boot manager with
echo 'nomodeset' | sudo tee /etc/kernel/cmdline.d/40_nomodeset.conf
- Update clr-boot-manager with
sudo clr-boot-manager update
- Reboot and maybe this new setting (whatever you add, but I showed an example of 'nomodeset') will help you.
I'm no expert, so perhaps you don't need to get to TTY and can edit this directly in the clr-boot-manager. Hopefully other people chime in here! Sorry you're struggling with this!