Ubuntu Version: 26.04
Desktop Environment: GNOME
Problem Description:
Background: I have installed Ubuntu 26.04 with TPM-backed LUKS. This is in a virtual machine so that I can test and understand it prior to installing it live. This lets me break it, and revert to previous snapshots.
Current test: I am trying to understand Grub and recovery options, which appear to have changed completely since 24.04.
What I did (part 1):
In order to access Grub on boot, I set GRUB_DEFAULT="menu" and GRUB_TIMEOUT=8 in /etc/default/grub, and ran sudo update-grub.
Now, I cannot get into my system! When booting, I am presented with just one option, namely to go into the BIOS settings.
This takes me into a loop: Go into BIOS, exit BIOS without making changes, and back to this screen!
If I interrupt the boot process with the Esc key, I get a better selection, as per the screenshot:
However, if I select the first option, “Continue to run mode”, guess what — I’m back to the previous screen!
- I don’t want “Install using enhanced-secureboot-desktop” — I have nothing to install.
- I don’t want to “Factory reset using enhanced-secureboot-desktop” — I’m just trying to get into my system.
- So, I try “Recover using enhanced-secureboot-desktop”.
The last option leads to two different outcomes, and I don’t know what causes one or the other (I’ve tried this many times; it seems random):
Scenario 1
A console asking for “localhost login”. I can log into my Ubuntu user into my Home folder.
Also, every ten seconds, the console outputs the message, serial-console-conf@ttyS0.serviceserial-console-conf@ttyS0.service. This covers whatever I’m trying to do.
I don’t know what to do here, so I try rebooting, which takes me back to the beginning loop.
Scenario 2
Asks me to enter my recovery key. After entering it, the console displays a bunch of messages, after which I end up with Scenario 1, and thus back to the loop.
Relevant System Information:
In case it makes a difference, this is the virtual machine setup:
- Host: Ubuntu 24.04
- VM: VirtualBox 7.2.10
- Guest: Ubuntu 26.04
Questions:
- On a virtual machine, I can of course just revert to a previous snapshot — but, what if this were my live system? How would I get back into my system?
- What do the new Grub options mean, and why are there two Grub menus, one of which requires
Escto get to?

