"gave up waiting for root file system device" - Ubuntu 22.04 LTS

Ubuntu 22.04 LTS on a Ryzen 7 with laptop 13. The BIOS is JFP30.03.03

Gave up waiting for root device. Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/920903aa-762f-40d2-8126-87f4b0e6f975 does not exist. Dropping to a shell!

BusyBox v1.30.1 (Ubuntu 1:1.30.3-7ubuntu3.1) built-in shell (ash)
Enter 'help' for a lost of built-in commands.
(initramfs)

Have you made changes to your /etc/fstab?

As the error states, your root partitions DISK UUID is not correct or cannot be found.

So its looking root partition (/) from

/dev/disk/by-uuid/920903aa-762f-40d2-8126-87f4b0e6f975

which doesn’t exist

Consciously, no but maybe I installed something that did. I do also have Windows installed. Could it have something to do with this?