this post was submitted on 17 Feb 2024
0 points (NaN% liked)

Linux

7782 readers
15 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

EDIT 2024-02-18: Solved! JohnnyMac was right, I have no clue why, but the boot priority changed and the reboot after the update caused the issue to manifest. I have excluded the device from the bootable devices in the BIOS and it boots again.

I figured out that it was an issue with my external USB dual bay HDD enclosure. It doesn't boot when it's plugged in, even after removing it from /etc/fstab. It doesn't even reach the GRUB menu when plugged in. It only displays a blinking cursor, doesn't allow switching the terminal with CTRL + ALT + FX but does restart with CTRL + ALT + DELETE. It's able to reach emergency mode when the device isn't plugged in and is able to boot fine if it's removed /etc/fstab. Does anyone know what could be causing this issue? Everything works fine when it's plugged in after booting up the system.

These were the packages updated:

  • base-files
  • bind9-dnsutils
  • bind9-host
  • bind9-libs
  • fish
  • fish-common
  • gnutls-bin
  • libcpupower1
  • libcryptsetup12
  • libgnutls-dane0
  • libgnutls30
  • libisl23
  • libnss-mymachines
  • libnss-systemd
  • libpam-systemd
  • libsystemd-shared
  • libsystemd0
  • libudev1
  • libunbound8
  • libxencall1
  • libxendevicemodel1
  • libxenevtchn1
  • libxenforeignmemory1
  • libxengnttab1
  • libxenhypfs1
  • libxenmisc4.17
  • libxenstore4
  • libxentoolcore1
  • libxentoollog1
  • linux-cpupower
  • linux-image-6.1.0-18-amd64
  • linux-image-amd64
  • ovmf
  • qemu-block-extra
  • qemu-system-common
  • qemu-system-data
  • qemu-system-gui
  • qemu-system-x86
  • qemu-utils
  • systemd
  • systemd-container
  • systemd-sysv
  • systemd-timesyncd
  • tailscale
  • tar
  • tzdata
  • udev
  • usb.ids
  • usbutils
  • usr-is-merged

EDIT: Quickly plugging it in after GRUB has loaded seems to work.

top 3 comments
sorted by: hot top controversial new old
[–] JohnnyMac@lemmy.world -1 points 6 months ago (1 children)

Are you sure it's not trying to boot to the USB device, seeing grub is not showing up? Check your bios boot priority when the USB is plugged in.

[–] qaz@lemmy.world 0 points 6 months ago* (last edited 6 months ago) (1 children)

Thanks. I didn't think this was the solution because I haven't touched the BIOS, but I tried anyway and it worked. I have no clue how or why, but the external drive somehow got priority over the internal SSD, even though I didn't even touch the BIOS for at least a month. I have excluded the device from booting in the BIOS and hope it won't change again.

[–] JohnnyMac@lemmy.world -1 points 6 months ago

Glad it works. 👍