• 0 Posts
  • 2 Comments
Joined 30 days ago
cake
Cake day: December 10th, 2025

help-circle
  • Why are you using multiple partitions ?

    Linux is not like Windows where you can run programs on any partition or inserted media ; you can only run executables on the primary boot partition. Its therefore pointless IMO to have more than one partition (plus a swap partition).

    Have you tried asking ChatGPT or Gemini ?

    This is what Bing said :

    Fixing “Gave up waiting for root device” error in Debian The error “Gave up waiting for root device” in Debian can be caused by missing modules or incorrect partition references. To fix this issue, you can follow these steps: Boot into a live session and list the UUIDs of all partitions using sudo blkid. Check the /etc/fstab file to ensure the correct UUID is listed for the root partition. If the UUID is missing or incorrect, replace it in the /etc/fstab file. If the error persists, you may need to rebuild the initramfs file by running sudo update-initramfs -u after installing the necessary modules with apt-get install lvm2 cryptsetup if you are using logical volumes. 1

    These steps should help you resolve the boot error and restore your system’s functionality.

    source :Ubuntu