Ubuntu Version:
Ubuntu 24.04.1
Problem Description:
After installing with the default installer I am unable to boot, running exit in the shell yields
Gave up waiting for root file system device. Common Problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! UUID=(uuid I am not typing) does not exist. Dropping to shell!
Running cat /proc/cmdline
results in
BOOT_IMAGE=/boot/vmlinuz-6.8.0-41-generic root=(same UUID) ro quiet splash
Running ls /dev | grep sd
results in nothing, the OS is installed on sdb2 and EFI on sdb1.
In the live installer I am able to use an mount both these drives just fine.
/etc/fstab
is also empty if that is of any help
Running cat /proc/modules
results in, though this is beyond my Linux knowledge
Relevant System Information:
Acer Aspire Go 15
What I’ve Tried:
- Disabling secure boot
- Disabling fast boot
- Disabling TPM
- Booting with higher rootdelay
Thanks for any help!