Getting stuck while booting in "Loading inital ramdisk" (Dual-Boot)

Specs:

  • Intel i7 127000H
  • NVIDIA GeForce TTX 3060
  • Dell G15 5520

I have a dual-boot set up with Windows 10 on an internal SSD in my laptop and Garuda is hosted on an external SSD which I sometimes unplug.

I have had this issue for some time and I usually fix it by rebooting over and over until it works but this time it has not been successful.

I tried running a previous snapshot with no success
I tried running with fallback initramfs as well as recovery mode and I get the following:

[196.5574111] dracut-initqueue[462]: Warning: dracut-initqueue: starting timeout scripts 
[196.558168] dracut-initqueue[462]: Warning: Could not boot.
Warning: /dev/disk/by-uuid/802f85f7-7c2c-4f8e-b049-c67c4202c3eb does not exist
Generating "/run/initramfs/rdsosreport.txt"
Entering emergency mode. Exit the shell to continue.
Type "journalct1" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot after mounting them and attach it to a bug report.
Press Enter for maintenance
(or press Control-D to continue);
[318.7967391 dracut-initqueue[462]: Warning: Not all disks have been found.
[ 318.7982581 dracut-initqueue[462]: Warning: You might want to regenerate your initramfs.

I would really appreciate any help :slight_smile:

Hi there, welcome to the forum!
If the problem is recurring and usually “solved” rebooting over and over, i’m afraid this could be due to a disk slowly dying (or maybe a loose SATA connector).
Anyway, you could try booting from a live USB, chroot into your system (if it works that would be a good sign) and try a

garuda-update

Additionally, if the update does not trigger it due to a kernel update, you could try a

dracut-rebuild
3 Likes

Thank you for your reply.

I will try it when I’m home at night, but just wanted to mention some stuff:

  • Rebooting over and over doesn’t work any more
  • The SSD is relatively new (5 months) and last time I checked its health (1 month ago) it was in pristine condition. I can maybe check again with Windows.
  • I often run garuda-update, so I don’t think that would fix the issue.

Also, I don’t know how the whole booting from a live USB works and how that would/could let me access the OS on the external SSD any differently. If you could provide a link to a tutorial or something like that, I think that would help me.

The suggestion for a garuda-update was mainly for “good hygene”, in case a new update was available and especially if a kernel update was available, which would trigger a dracut-rebuild (which could anyway be launched manually), since your error seems to be related to the initial ramdisk not being loaded, and that one is generated by dracut.
Here is a tutorial about chroot, which does manually what is done with the dedicated button in the live USB (grub installation excluded):

Further info here (but you don’t have to follow the Arch steps):
https://wiki.archlinux.org/title/Chroot

3 Likes

The easy way with luck, after reading the tutorial

You can try first in live ISO the chroot tool in Garuda Welcome app.
Check your volumes (names) with

lsblk -f

if you are on the correct volume.
On live ISO you can also use in terminal directly

garuda-chroot -a

Hit me if I am wrong @filo , please :smiley:

3 Likes

Never!

Much the less!
:wink:

3 Likes

Running

dracut-rebuild

fixed my issue. Thank you so much for the help.

As a side note: I was not able to run

garuda-chroot -a

it said that it was not a bash command.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.