Can't boot after updating

Just updated my Minisforum V3, when I reboot grub loads and then:


Tried reinstalling grub from a chroot, no help, do not recognise the uuid

cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=B4A6-EB4B                            /boot/efi      vfat    fmask=0137,dmask=0027 0 2
UUID=79ebe690-2589-4020-9aa4-644ae4215d45 /              ext4    noatime    0 1
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
#UUID=EFED-F0F4                            /media/microsd exfat   noauto,rw,user 0 0
[root@EndeavourOS /]# 
[root@EndeavourOS /]# =====================================================
[root@EndeavourOS /]# sudo blkid
/dev/nvme0n1p5: LABEL="endeavouros" UUID="79ebe690-2589-4020-9aa4-644ae4215d45" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="endeavouros" PARTUUID="9c3def29-19bf-499e-a734-c3a71aa158ce"
/dev/nvme0n1p3: LABEL="Windows" BLOCK_SIZE="512" UUID="60C6A9E8C6A9BF22" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c59e1d57-f8d8-4564-abdf-66d1e243d36f"
/dev/nvme0n1p1: LABEL_FATBOOT="SYSTEM" LABEL="SYSTEM" UUID="B4A6-EB4B" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="49119703-5dc5-4706-a388-8456114fb2bf"
/dev/nvme0n1p4: LABEL="Recovery" BLOCK_SIZE="512" UUID="78FEAA92FEAA4868" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="0aeb3986-92e1-4490-ae9f-0e08c83db2ef"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="3522387a-f3f4-4339-ae38-012193f113c6"
/dev/mmcblk0p1: UUID="EFED-F0F4" BLOCK_SIZE="512" TYPE="exfat"
/dev/loop0: BLOCK_SIZE="1048576" TYPE="squashfs"
/dev/mapper/ventoy: BLOCK_SIZE="2048" UUID="2024-06-25-11-30-26-00" LABEL="EOS_202406" TYPE="iso9660" PTUUID="e06d72b0" PTTYPE="dos"
/dev/sda2: SEC_TYPE="msdos" LABEL_FATBOOT="VTOYEFI" LABEL="VTOYEFI" UUID="851B-4A88" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="898ee1df-02"
/dev/sda1: LABEL="Ventoy" UUID="23BC-BE13" BLOCK_SIZE="512" TYPE="exfat" PARTUUID="898ee1df-01"

Can’t see any issues here :frowning:

Fixed, I rebuilt the initramfs with dracut-rebuild, must have not worked on update…

1 Like

Can you mark it solved then. :slightly_smiling_face:

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