I recently installed Ubuntu 20.04 on my new laptop, dual booted with windows 11. It's an Acer - Aspire 5 A514-54.
I then found out that I need Ubuntu 21.10 to make my wifi card work (see this post). Annoying! So I went into the windows partition and deleted what was in the ubuntu partition, leaving it showing as "unallocated". I loaded the Ubuntu 21 installation on the USB drive (just as I had done with Ubuntu 20), and rebooted from windows 11 holding the shift key, expecting to be given the option to boot into the ubuntu USB and install (or boot into windows).
Unfortunately this time the restart has put me in some sort of 1990s hellscape from which I cannot escape or even shut-down!
Things I have tried:
- Typing exit again and again.
Just loops back round into "GNU GRUB version 2.04".
- Following this tutorial "Stuck in GNU Grub 2.0 Screen?".
I type ls
to get:
(proc) (hd0) (hd0,gpt1) (hd0,gpt2) (hd0,gpt3) (hd0,gpt4)
I then iterate through each of these with ls (hd0,gptX)/
getting several answers. The interesting answers are:
grub> ls (proc)/
luks_script
grub> ls (hd0,gpt1)/
efi/ System Volume Information/
grub> ls (hd0,gpt3)/
Intel/ $AttrDef $BadClus ... other stuff ... $Boot ... Documents and Setttings Dumpstack OneDriveTemp/ ... Windows/ Windows.old/
grub> ls (hd0,gpt4)/
Intel/ $AttrDef $BadClus ... other stuff ... $Boot ... Recovery/ System Volume Information/
Now the guy in the video recommends using ls (hd0,gpt1)/efi/boot
to discover a file called bootx64.efi and running a command called chainloader
on this. I do that, and no text is returned. I then type boot
, which serves up the following:
Failed to open \efi\boot\grubx64.efi - Not Found
Failed to load image \efi\boot\grubx64.efi: Not Found
start_image() returned Not Found. failing back to default loader
Can anybody help? It feels a lot like I've totalled my laptop minutes after powering on and I'm pretty devastated.
I'm looking for somebody to help me get out of this situation, ideally by booting back into windows and destroying whatever it is about the phantom Ubuntu partition that is doing this.