In my computer, i first installed Windows 11. And then Ubuntu 22.04 Desktop.
The problem is, most of the time when i try to boot Ubuntu, i get the nvme device not ready, aborting installation
error. And then it drops to BusyBox/initramfs. Sometimes when i wait about 20 seconds in the GRUB boot screen, Ubuntu opens up, sometimes (and most times) it doesn't.
Here's the picture of the error;
I did some Google'ing but all the related conversations are at least 7 years old and most of them require me to change stuff in BIOS which i'm hesitant to. And since sometimes Ubuntu just boots sucessfully, i'm not sure if i need to do that.
Thank you
udisksctl status
&inxi -d
andsudo lshw | grep -m 1 -A 5 "*-firmware"
– oldfred Feb 05 '24 at 15:12rootdelay=
kernel command line parameter? – Daniel T Feb 12 '24 at 15:47rootwait
parameter. You add it to the screen in your picture to apply it for only one boot, and inside the "quite splash" in/etc/default/grub
thenupdate-grub
for future boots. Another option that I am exploring in a similar question https://askubuntu.com/q/1503251/1004020 is to move GRUB to USB – Daniel T Feb 13 '24 at 12:44rootwait
is argumentless. Idk, 20 seconds sounds a bit high for practical use, but is useful for testing – Daniel T Feb 13 '24 at 13:02