Error: unknown filesystem. grub rescue

Hi there
I have been getting the following error for a while now (around 4 month)

error: unknown filesystem.
Entering rescue mode...
grub rescue>

and Im not sure when it started but I found the following allows me to boot

set root=(hd2,gpt11)
set prefix=(hd2,gpt11)/boot/grub
insmod normal
normal

but it is required every time after restart.
How would I go about fixing this?

If you can help me fix it, that would be greatly appreciated, but if you can also point to reading for later that would be much appreciated.

there would be the idea to compare your
fdisk -l
output with /etc/fstab entries.
and also check your bios bootup
sequence.

Then post /boot/grub/grub.cfg.
Perhaps you need to reinstall grub.

Most likely you experimented with different Linux distributions and somehow that messed up your Grub config in the ESP, which selects the partition to use for finding it’s other config files.

Check the contents of grub.cfg inside the ESP directory where grub is started…

To check which grub is used to boot you can check with:

efibootmgr --verbose

Also keep in mind to always use UUID in that config instead of hd2 and similar…

@anon58039152
fdisk -l
gave the following

Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: KINGSTON SV300S3
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 6417DBB6-7CE4-3548-B55D-6D731B19974E

Device         Start       End   Sectors   Size Type
/dev/sda1  321538048 468856991 147318944  70.2G Linux swap
/dev/sda2       2048 321538047 321536000 153.3G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sdb: 74.51 GiB, 80000000000 bytes, 156250000 sectors
Disk model: ST380815AS      
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc8e73050

Device     Boot   Start       End   Sectors  Size Id Type
/dev/sdb1  *       2048   1187839   1185792  579M  7 HPFS/NTFS/exFAT
/dev/sdb2       1187840 156246015 155058176 73.9G  7 HPFS/NTFS/exFAT


Disk /dev/nvme0n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDS500G2X0C-00L350                      
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: BEE49EBE-AC08-4F84-926F-D695E5160D07

Device              Start       End   Sectors   Size Type
/dev/nvme0n1p1         34   4196351   4196318     2G EFI System
/dev/nvme0n1p2    4196352  12584959   8388608     4G EFI System
/dev/nvme0n1p3   12584960 548937727 536352768 255.8G Linux filesystem
/dev/nvme0n1p4  548937728 550021119   1083392   529M Windows recovery environment
/dev/nvme0n1p5  550021120 550225919    204800   100M EFI System
/dev/nvme0n1p6  550225920 551309311   1083392   529M Windows recovery environment
/dev/nvme0n1p7  551309312 551514111    204800   100M EFI System
/dev/nvme0n1p8  551514112 552597503   1083392   529M Windows recovery environment
/dev/nvme0n1p9  552597504 552802303    204800   100M EFI System
/dev/nvme0n1p10 729634816 730861566   1226751   599M EFI System
/dev/nvme0n1p11 730861567 976773134 245911568 117.3G Linux filesystem


Disk /dev/sdc: 14.42 GiB, 15483273216 bytes, 30240768 sectors
Disk model: DataTraveler 2.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DE81451B-B5E8-4BDA-ACC9-9DD0F9CC0005

Device       Start      End  Sectors  Size Type
/dev/sdc1     2048     4095     2048    1M BIOS boot
/dev/sdc2     4096  2101247  2097152    1G Linux filesystem
/dev/sdc3  2101248 30238719 28137472 13.4G Linux filesystem


Disk /dev/mapper/ubuntu--vg-ubuntu--lv: 13.41 GiB, 14403239936 bytes, 28131328 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

and /etc/fstab
contains the following

# /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=0C93-8D63                              /boot/efi                   vfat    umask=0077                                                                                                                                        0 2 
UUID=b2683235-d9b1-4a6f-b0fb-141a1ced512c   /                           ext4    noatime                                                                                                                                           0 1 
UUID=480d2b75-9789-4800-b8ad-764019c85d26   /home                       ext4    noatime                                                                                                                                           0 2 
UUID=8a065abc-8719-4231-9f15-03d795b01065   swap                        swap    noatime                                                                                                                                           0 0 
tmpfs                                       /tmp                        tmpfs   noatime,mode=1777                                                                                                                                 0 0 
//192.168.10.90/Media                       /home/waffel360/nas/Media   cifs    rw,uid=1000,gid=1000,user=waffel360,vers=3.0,noauto,noserverino,x-systemd.automount,x-systemd.mount-timeout=30,_netdev,credentials=/home/waffel360/nas/smbcred   0 0 

Boot Option #1 manjaro (WDS500G2X0C-00L350)
Boot Option #2 WDS500G2X0C-00L350
Boot Option #3 UEFI OS (WDS500G2X0C-00L350)

@Keruskerfuers
/boot/grub/grub.cfg contains the following

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

set menu_color_normal=light-gray/black
set menu_color_highlight=green/black

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b2683235-d9b1-4a6f-b0fb-141a1ced512c
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_GB
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b2683235-d9b1-4a6f-b0fb-141a1ced512c
insmod gfxmenu
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_24.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_48.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_bold_16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_mono_12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-18.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b18.pf2
insmod png
set theme=($root)/usr/share/grub/themes/manjaro/theme.txt
export theme
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=hidden
  set timeout=5
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 5 ; then
  set timeout=0
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b2683235-d9b1-4a6f-b0fb-141a1ced512c' {
	savedefault
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root b2683235-d9b1-4a6f-b0fb-141a1ced512c
	linux	/boot/vmlinuz-5.19-x86_64 root=UUID=b2683235-d9b1-4a6f-b0fb-141a1ced512c rw  quiet resume=UUID=8a065abc-8719-4231-9f15-03d795b01065 udev.log_priority=3
	initrd	/boot/intel-ucode.img /boot/initramfs-5.19-x86_64.img
}
submenu 'Advanced options for Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-b2683235-d9b1-4a6f-b0fb-141a1ced512c' {
	menuentry 'Manjaro Linux (Kernel: 5.19.17-2-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.17-2-MANJARO x64-advanced-b2683235-d9b1-4a6f-b0fb-141a1ced512c' {
	savedefault
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root b2683235-d9b1-4a6f-b0fb-141a1ced512c
		linux	/boot/vmlinuz-5.19-x86_64 root=UUID=b2683235-d9b1-4a6f-b0fb-141a1ced512c rw  quiet resume=UUID=8a065abc-8719-4231-9f15-03d795b01065 udev.log_priority=3
		initrd	/boot/intel-ucode.img /boot/initramfs-5.19-x86_64.img
	}
	menuentry 'Manjaro Linux (Kernel: 5.19.17-2-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.17-2-MANJARO x64-fallback-b2683235-d9b1-4a6f-b0fb-141a1ced512c' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root b2683235-d9b1-4a6f-b0fb-141a1ced512c
		linux	/boot/vmlinuz-5.19-x86_64 root=UUID=b2683235-d9b1-4a6f-b0fb-141a1ced512c rw  quiet resume=UUID=8a065abc-8719-4231-9f15-03d795b01065 udev.log_priority=3
		initrd	/boot/initramfs-5.19-x86_64-fallback.img
	}
	menuentry 'Manjaro Linux (Kernel: 5.15.91-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.91-1-MANJARO x64-advanced-b2683235-d9b1-4a6f-b0fb-141a1ced512c' {
	savedefault
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root b2683235-d9b1-4a6f-b0fb-141a1ced512c
		linux	/boot/vmlinuz-5.15-x86_64 root=UUID=b2683235-d9b1-4a6f-b0fb-141a1ced512c rw  quiet resume=UUID=8a065abc-8719-4231-9f15-03d795b01065 udev.log_priority=3
		initrd	/boot/intel-ucode.img /boot/initramfs-5.15-x86_64.img
	}
	menuentry 'Manjaro Linux (Kernel: 5.15.91-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.91-1-MANJARO x64-fallback-b2683235-d9b1-4a6f-b0fb-141a1ced512c' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root b2683235-d9b1-4a6f-b0fb-141a1ced512c
		linux	/boot/vmlinuz-5.15-x86_64 root=UUID=b2683235-d9b1-4a6f-b0fb-141a1ced512c rw  quiet resume=UUID=8a065abc-8719-4231-9f15-03d795b01065 udev.log_priority=3
		initrd	/boot/initramfs-5.15-x86_64-fallback.img
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Manjaro Linux (21.3.6) (on /dev/nvme0n1p3)' --class manjarolinux --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
	savedefault
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
	linux /vmlinuz-5.10-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
	initrd /intel-ucode.img /boot/initramfs-5.10-x86_64.img
}
submenu 'Advanced options for Manjaro Linux (21.3.6) (on /dev/nvme0n1p3)' $menuentry_id_option 'osprober-gnulinux-advanced-c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
	menuentry 'Manjaro Linux (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-5.10-x86_64--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /vmlinuz-5.10-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
		initrd /intel-ucode.img /boot/initramfs-5.10-x86_64.img
	}
	menuentry 'Manjaro Linux (Kernel 5.10.133-1-MANJARO x64) (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-5.10-x86_64--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /vmlinuz-5.10-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
		initrd /intel-ucode.img /boot/initramfs-5.10-x86_64.img
	}
	menuentry 'Manjaro Linux (Kernel 5.10.133-1-MANJARO x64 - fallback initramfs) (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-5.10-x86_64--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /vmlinuz-5.10-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
		initrd /initramfs-5.10-x86_64-fallback.img
	}
	menuentry 'Manjaro Linux (Kernel 5.9.16-1-MANJARO x64) (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-5.9-x86_64--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /vmlinuz-5.9-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
		initrd /intel-ucode.img /boot/initramfs-5.9-x86_64.img
	}
	menuentry 'Manjaro Linux (Kernel 5.9.16-1-MANJARO x64 - fallback initramfs) (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-5.9-x86_64--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /vmlinuz-5.9-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
		initrd /initramfs-5.9-x86_64-fallback.img
	}
	menuentry 'Manjaro Linux (Kernel 4.14.271-1-MANJARO x64) (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.14-x86_64--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /vmlinuz-4.14-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
		initrd /intel-ucode.img /boot/initramfs-4.14-x86_64.img
	}
	menuentry 'Manjaro Linux (Kernel 4.14.271-1-MANJARO x64 - fallback initramfs) (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.14-x86_64--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /vmlinuz-4.14-x86_64 root=UUID=c40ed434-f467-4386-ae24-85f6d8ca6b4b ro quiet splash apparmor=1 security=apparmor intel_iommu=on resume=UUID=c9631303-5ae8-40d8-bb95-85125196ed4a udev.log_priority=3
		initrd /initramfs-4.14-x86_64-fallback.img
	}
	menuentry 'Memory Tester (memtest86+) (on /dev/nvme0n1p3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/memtest86+/memtest.bin--c40ed434-f467-4386-ae24-85f6d8ca6b4b' {
		savedefault
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8397e3da-d5a1-4c76-a9ff-4ce63244bc94
		linux /memtest86+/memtest.bin 
	}
}

set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/35_fwupd ###
### END /etc/grub.d/35_fwupd ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/41_snapshots-btrfs ###
### END /etc/grub.d/41_snapshots-btrfs ###

### BEGIN /etc/grub.d/60_memtest86+ ###
if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
        search --fs-uuid --no-floppy --set=root  b2683235-d9b1-4a6f-b0fb-141a1ced512c
        linux16 /boot/memtest86+/memtest.bin 
    }
fi
### END /etc/grub.d/60_memtest86+ ###

grub-mkconfig -o /boot/grub/grub.cfg?
update-grub?

@TriMoon
efibootmgr --verbose
gave the following

BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0001,0002,0003,0004,0005
Boot0000* manjaro	HD(2,GPT,1cd96ca9-64df-cd48-a310-ec2b9b8a2bd0,0x400800,0x800000)/File(\EFI\MANJARO\GRUBX64.EFI)
      dp: 04 01 2a 00 02 00 00 00 00 08 40 00 00 00 00 00 00 00 80 00 00 00 00 00 a9 6c d9 1c df 64 48 cd a3 10 ec 2b 9b 8a 2b d0 02 02 / 04 04 36 00 5c 00 45 00 46 00 49 00 5c 00 4d 00 41 00 4e 00 4a 00 41 00 52 00 4f 00 5c 00 47 00 52 00 55 00 42 00 58 00 36 00 34 00 2e 00 45 00 46 00 49 00 00 00 / 7f ff 04 00
Boot0001* Hard Drive	BBS(HD,,0x0)0000474f00004e4faf000000010000007700570044005300350030003000470032005800300043002d00300030004c0033003500300000000501090002000000007fff040002010c00d041030a000000000101060001010101060000000317100001000000001b444a444eeaf27fff040001043a00ef47642dc93ba041ac194d51d01b4ce6570044005300350030003000470032005800300043002d00300030004c0033003500300000007fff04000000424f00004e4faf000000010000006f004b0049004e004700530054004f004e002000530056003300300030005300330037004100320034003000470000000501090002000000007fff040002010c00d041030a0000000001010600041103120a000200ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce63000350032003000420036003700370033003600460030003300340032004600200020002000200000007fff04000000424f00004e4f97000000010000006f00530054003300380030003800310035004100530000000501090002000000007fff040002010c00d041030a0000000001010600021f03120a000400ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce620002000200020002000200020002000200020002000200052003900360057004c0031004c00440000007fff04000000424f
      dp: 05 01 09 00 02 00 00 00 00 / 7f ff 04 00
    data: 00 00 47 4f 00 00 4e 4f af 00 00 00 01 00 00 00 77 00 57 00 44 00 53 00 35 00 30 00 30 00 47 00 32 00 58 00 30 00 43 00 2d 00 30 00 30 00 4c 00 33 00 35 00 30 00 00 00 05 01 09 00 02 00 00 00 00 7f ff 04 00 02 01 0c 00 d0 41 03 0a 00 00 00 00 01 01 06 00 01 01 01 01 06 00 00 00 03 17 10 00 01 00 00 00 00 1b 44 4a 44 4e ea f2 7f ff 04 00 01 04 3a 00 ef 47 64 2d c9 3b a0 41 ac 19 4d 51 d0 1b 4c e6 57 00 44 00 53 00 35 00 30 00 30 00 47 00 32 00 58 00 30 00 43 00 2d 00 30 00 30 00 4c 00 33 00 35 00 30 00 00 00 7f ff 04 00 00 00 42 4f 00 00 4e 4f af 00 00 00 01 00 00 00 6f 00 4b 00 49 00 4e 00 47 00 53 00 54 00 4f 00 4e 00 20 00 53 00 56 00 33 00 30 00 30 00 53 00 33 00 37 00 41 00 32 00 34 00 30 00 47 00 00 00 05 01 09 00 02 00 00 00 00 7f ff 04 00 02 01 0c 00 d0 41 03 0a 00 00 00 00 01 01 06 00 04 11 03 12 0a 00 02 00 ff ff 00 00 7f ff 04 00 01 04 3e 00 ef 47 64 2d c9 3b a0 41 ac 19 4d 51 d0 1b 4c e6 30 00 35 00 32 00 30 00 42 00 36 00 37 00 37 00 33 00 36 00 46 00 30 00 33 00 34 00 32 00 46 00 20 00 20 00 20 00 20 00 00 00 7f ff 04 00 00 00 42 4f 00 00 4e 4f 97 00 00 00 01 00 00 00 6f 00 53 00 54 00 33 00 38 00 30 00 38 00 31 00 35 00 41 00 53 00 00 00 05 01 09 00 02 00 00 00 00 7f ff 04 00 02 01 0c 00 d0 41 03 0a 00 00 00 00 01 01 06 00 02 1f 03 12 0a 00 04 00 ff ff 00 00 7f ff 04 00 01 04 3e 00 ef 47 64 2d c9 3b a0 41 ac 19 4d 51 d0 1b 4c e6 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 52 00 39 00 36 00 57 00 4c 00 31 00 4c 00 44 00 00 00 7f ff 04 00 00 00 42 4f
Boot0002* UEFI OS	HD(2,GPT,1cd96ca9-64df-cd48-a310-ec2b9b8a2bd0,0x400800,0x800000)/File(\EFI\BOOT\BOOTX64.EFI)0000424f
      dp: 04 01 2a 00 02 00 00 00 00 08 40 00 00 00 00 00 00 00 80 00 00 00 00 00 a9 6c d9 1c df 64 48 cd a3 10 ec 2b 9b 8a 2b d0 02 02 / 04 04 30 00 5c 00 45 00 46 00 49 00 5c 00 42 00 4f 00 4f 00 54 00 5c 00 42 00 4f 00 4f 00 54 00 58 00 36 00 34 00 2e 00 45 00 46 00 49 00 00 00 / 7f ff 04 00
    data: 00 00 42 4f
Boot0003* UEFI:CD/DVD Drive	BBS(129,,0x0)
      dp: 05 01 09 00 81 00 00 00 00 / 7f ff 04 00
Boot0004* UEFI:Removable Device	BBS(130,,0x0)
      dp: 05 01 09 00 82 00 00 00 00 / 7f ff 04 00
Boot0005* UEFI:Network Device	BBS(131,,0x0)
      dp: 05 01 09 00 83 00 00 00 00 / 7f ff 04 00

Almost certainly

In grub?
I had heard that I should not mess with grub manually
A am aware that using UUID is better practice.

I am very unfamiliar with grub

That is a total mess… :woman_facepalming:
Each Drive should only contain 1 single EFI Partition if at all, all the rest won’t be recognized by your UEFI-BIOS as boot medium normally…

Can you provide the contents of /tmp/uuids.txt after performing the following command:
(Don’t edit stuff of the contents while pasting here)

ls -la /dev/disk/by-{partuuid,uuid} > /tmp/uuids.txt

No in your case it would be /boot/efi/EFI/Manjaro/grub.cfg if such file exists…
Actually it’s the file /EFI/Manjaro/grub.cfg inside the $ESP, but you have so many we need to find the ESP first…
The used ESP is most likely (99.99%) your /dev/nvme0n1p1 partition…

I agree
Over the course of learning, systems have become unusable (audio has completely stopped except for remote desktop streaming or the computer shuts down after 20~25 minutes and so on) and I needed a computer to work or apply for jobs and such, so I needed to do it at the time but I still had open tabs and and such I wanted to recover but haven’t known how so I avoided the problem.
I have spent time learning other areas on Linux, so I have not known how to merge grub’s/
and I previously duel booted windows but that was causing so much chaos (and I got comfortable with Linux) so I stopped using windows.
I have not touched partitions (other than shrinking them) as I don’t know what will break things.

gives the following

/dev/disk/by-partuuid:
total 0
drwxr-xr-x 2 root root 400 Feb  8 19:07 .
drwxr-xr-x 9 root root 180 Feb  8 18:03 ..
lrwxrwxrwx 1 root root  10 Feb  8 19:07 0358e0af-a2eb-4fd0-bc6d-49ee3563141c -> ../../sdc1
lrwxrwxrwx 1 root root  15 Feb  8 18:03 0c501fd5-1c3b-47ef-981b-96545edbcf6e -> ../../nvme0n1p8
lrwxrwxrwx 1 root root  16 Feb  8 18:03 0f4eb051-433b-2044-a363-1096a03d94d1 -> ../../nvme0n1p11
lrwxrwxrwx 1 root root  15 Feb  8 18:03 1cd96ca9-64df-cd48-a310-ec2b9b8a2bd0 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root  15 Feb  8 18:03 2c3bf01a-250c-490e-93a9-38bb27895f51 -> ../../nvme0n1p6
lrwxrwxrwx 1 root root  10 Feb  8 19:07 2d3c98b9-e8ff-42f0-b20e-3ff65a4514da -> ../../sdc3
lrwxrwxrwx 1 root root  10 Feb  8 18:03 3a0f16b8-8953-0a4c-9b26-6a9a1ad49d1e -> ../../sda1
lrwxrwxrwx 1 root root  15 Feb  8 18:03 42f4a4ea-eb5e-ad4a-8e8b-232bec3715fb -> ../../nvme0n1p3
lrwxrwxrwx 1 root root  15 Feb  8 18:03 68805295-4b50-472e-b181-2f7bd75c8e1d -> ../../nvme0n1p7
lrwxrwxrwx 1 root root  15 Feb  8 18:03 876dc154-b809-48dd-95c0-3978ba09740d -> ../../nvme0n1p5
lrwxrwxrwx 1 root root  10 Feb  8 18:03 94eb2af2-a188-0a4c-8e29-3594e8d5b1b4 -> ../../sda2
lrwxrwxrwx 1 root root  10 Feb  8 19:07 a20ee8f7-e1f0-4294-a4f1-be23fbb3312e -> ../../sdc2
lrwxrwxrwx 1 root root  10 Feb  8 18:03 c8e73050-01 -> ../../sdb1
lrwxrwxrwx 1 root root  10 Feb  8 18:03 c8e73050-02 -> ../../sdb2
lrwxrwxrwx 1 root root  15 Feb  8 18:03 d905d8a8-3e17-cb41-8f7f-d8a4702518ba -> ../../nvme0n1p1
lrwxrwxrwx 1 root root  15 Feb  8 18:03 deed0813-22a2-487f-bb41-be74909d1665 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root  15 Feb  8 18:03 f01a73d2-a4b1-4e07-b744-17cee356ba94 -> ../../nvme0n1p9
lrwxrwxrwx 1 root root  16 Feb  8 18:03 f88b0138-562e-41f3-a6e6-8492fb5717a5 -> ../../nvme0n1p10

/dev/disk/by-uuid:
total 0
drwxr-xr-x 2 root root 380 Feb  8 19:07 .
drwxr-xr-x 9 root root 180 Feb  8 18:03 ..
lrwxrwxrwx 1 root root  15 Feb  8 18:03 0C93-8D63 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root  10 Feb  8 19:07 0ea0684d-25cc-4253-98ff-1b993cc46e76 -> ../../dm-0
lrwxrwxrwx 1 root root  15 Feb  8 18:03 14FEF434FEF4102A -> ../../nvme0n1p6
lrwxrwxrwx 1 root root  15 Feb  8 18:03 22C9-043A -> ../../nvme0n1p5
lrwxrwxrwx 1 root root  10 Feb  8 18:03 480d2b75-9789-4800-b8ad-764019c85d26 -> ../../sda2
lrwxrwxrwx 1 root root  16 Feb  8 18:03 6594e3c0-a0da-4392-b75c-e4346956bb75 -> ../../nvme0n1p10
lrwxrwxrwx 1 root root  10 Feb  8 19:07 6ac4f5ed-a933-4820-9ba8-26dceb17261e -> ../../sdc2
lrwxrwxrwx 1 root root  10 Feb  8 18:03 78B65F9FB65F5D26 -> ../../sdb2
lrwxrwxrwx 1 root root  15 Feb  8 18:03 8397e3da-d5a1-4c76-a9ff-4ce63244bc94 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root  15 Feb  8 18:03 8833-0A87 -> ../../nvme0n1p9
lrwxrwxrwx 1 root root  10 Feb  8 18:03 8a065abc-8719-4231-9f15-03d795b01065 -> ../../sda1
lrwxrwxrwx 1 root root  10 Feb  8 18:03 8CBC5DD8BC5DBD80 -> ../../sdb1
lrwxrwxrwx 1 root root  15 Feb  8 18:03 94182B8A182B6A86 -> ../../nvme0n1p8
lrwxrwxrwx 1 root root  16 Feb  8 18:03 b2683235-d9b1-4a6f-b0fb-141a1ced512c -> ../../nvme0n1p11
lrwxrwxrwx 1 root root  15 Feb  8 18:03 B29CC5679CC52727 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root  15 Feb  8 18:03 c40ed434-f467-4386-ae24-85f6d8ca6b4b -> ../../nvme0n1p3
lrwxrwxrwx 1 root root  15 Feb  8 18:03 F0F8-3A58 -> ../../nvme0n1p7

both
/boot/efi/EFI/Manjaro/grub.cfg
/EFI/Manjaro/grub.cfg
does not exist
however there is an efi binary
/boot/efi/EFI/Manjaro/grubx64.efi
(can post if needed).
There is nothing else in the /boot/efi/EFI/Manjaro/ tree

Normally you just reinstall grub: GRUB/Restore the GRUB Bootloader - Manjaro

Ill try to reply again tomorrow as it is past midnight now here.

Until then think about what you like to do:

  1. A Total wipe of your SSD and start from scratch using a fresh GPT partitioning and new partitions?
  2. Want to manually copy over stuff from one partition on your SSD to another one on same SSD.
    Plus remove the Micro$@$ partitions.
    This will be a LONG and HARD job…
  3. Something else.

Let me know in mean time :wink:

1 Like

Okay let me continue and lets extract and combine the info we have so far:

  1. Your UEFI-BIOS is set to boot your Manjaro from /dev/nvme0n1p2

  2. You mount your $ESP from /dev/nvme0n1p2 at /boot/efi

  3. You mount your root filesystem / from /dev/nvme0n1p11

  4. You mount your home filesystem /home from /dev/sda2

  5. Your swap partition is /dev/sda1

  6. Setting in grub menu entries:

    • Manjaro Linux

    • Manjaro Linux (Kernel: 5.19.17-2-MANJARO x64)

    • Manjaro Linux (Kernel: 5.19.17-2-MANJARO x64 - fallback initramfs)

    • Manjaro Linux (Kernel: 5.15.91-1-MANJARO x64)

    • Manjaro Linux (Kernel: 5.15.91-1-MANJARO x64 - fallback initramfs)

    • Other entries from 30_os-prober using /dev/nvme0n1p3
      (Skipped because they are either irrelevant/old/extra installs…)

With the info from my previous reply we can conclude:

  1. We only have to consider these SSD partitions from your current system:
    • /dev/nvme0n1p2 for the kernel, initrd and as ESP.
    • /dev/nvme0n1p11 for your root filesystem
  2. All the EFI-type partitions on the SSD should be merged into /dev/nvme0n1p1 because that is the only one that an UEFI-BIOS will consider by default.
    (It only considers the first ESP per device)
    See: The UEFI-Bios section of my tutorial.
  3. All the Micro$@$ specific partitions on the SSD can be removed because we wont use that OS…
    This will gain us at least 529*3= 1587MB [±1.5GB] plus possibly 3*100MB from the related EFI partitions, totaling ±1.8GB.
  4. To accomplish these tasks we should be using a LIVE-USB to boot.
    That way we can backup stuff from one place to another on the SSD without crippling the system we work on.

Things to do:

  1. Temporarily mount /dev/nvme0n1p11 somewhere so we can modify it as needed.
  2. Temporarily mount all the ESP’s on the SSD in turn, to copy their contents into a sub-dir of (1).
  3. Delete all partitions on the SSD EXCEPT /dev/nvme0n1p11 which will hold our current system and EFI backups.
  4. Create a new /dev/nvme0n1p1 as ESP partition, with enough space to hold the contents of the EFI backups in (2)
    This needs to be a FAT32 partition.
  5. Create a new /dev/nvme0n1p2 as root filesystem partition to hold everything from /dev/nvme0n1p11 minus the EFI backups.
    I would suggest formatting this partition as a BTRFS filesystem as it will be easier to expand.
    But that is your own choice…
  6. Change the fstab of the new system in /dev/nvme0n1p2 to use:
    • /dev/nvme0n1p1 as /boot/efi
    • /dev/nvme0n1p2 as root filesystem /.
  7. Configure and use sd-boot as bootloader in /dev/nvme0n1p1 to help initial booting into the new system because it is way easier to configure as Grub until we are able to regenerate the Grub config.
  8. Change the UEFI-BIOS boot entry, to use /dev/nvme0n1p1 as boot partition, using efibootmgr and the bootloader to use.
  9. Chroot into /dev/nvme0n1p1 and regenerate the initrd so the above changes will be used while booting.
  10. Try to boot from (8) and fix eventual problems that went wrong.
  11. If all went “Okay” we can delete /dev/nvme0n1p11 and enlarge /dev/nvme0n1p2 to use all available space left on the SSD.

As you can see this is a hard road to walk and is your choice if you don’t want to start with a fresh install after resetting the SSD’s partitioning.
:vulcan_salute:

1 Like

I need to learn at some point so no better time and I am happy to learn as much as I can.

So I have been reading through the
The UEFI-Bios
and have learned things from it but there was nothing about rebuilding or merging partition.
So far I have the following remaining

nvme0n1p1         34   4196351   4196318     2G ext4 Partuuid-d905d8a8-3e17-cb41-8f7f-d8a4702518ba uuid-8397e3da-d5a1-4c76-a9ff-4ce63244bc94
nvme0n1p3   12584960 548937727 536352768 255.8G ext4 Partuuid-42f4a4ea-eb5e-ad4a-8e8b-232bec3715fb uuid-c40ed434-f467-4386-ae24-85f6d8ca6b4b
nvme0n1p11 730861567 976773134 245911568 117.3G ext4 Partuuid-0f4eb051-433b-2044-a363-1096a03d94d1 uuid-b2683235-d9b1-4a6f-b0fb-141a1ced512c

I have backed up the contents of

nvme0n1p1
nvme0n1p2
nvme0n1p10

From what I learnt in the past and now your guide

and

the first EFI boot should be FAT, however the first EFI boot should be FAT, however nvme0n1p1 is ext4 so based on that I should not be able to boot however, it now tries to boot into my old manjaro system (I can tell as its manjaro loading screen would always not render in the correct resolution) but never manages to, so I am more lost as there are no FAT partitions on any drive in the system.

I have been trying to do the list of thing to do but have been getting stuck

So far I have wiped nvme0n1p1 and replaced it with a FAT32 partition and have updated the fstab (I believe correctly)

I was intending to keep both nvme0n1p3 and nvme0n1p11 for the moment(I am only working on fixing nvme0n1p11 for the moment to not complicate things).

I am unsure of what sd-boot is

I am unsure of what sd-boot is but I am booting into a majaro live system so cant I use that to boot and then manjaro-chroot in to it?

on both live and chroot when putting efibootmgr I get the following.

EFI variables are not supported on this system.

when looking this up almost every result is redhat related (and account locked) and the ones that dont say to use something called dracut?

I havent been able to do some of the prevous steps so got grub rescue
but when entering

I now get

error: file '/boot/grub/i386-pc/normal.mod' not found.

fdisk -l
now gives the following

Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: KINGSTON SV300S3
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 6417DBB6-7CE4-3548-B55D-6D731B19974E

Device         Start       End   Sectors   Size Type
/dev/sda1  321538048 468856991 147318944  70.2G Linux swap
/dev/sda2       2048 321538047 321536000 153.3G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/nvme0n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDS500G2X0C-00L350
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: BEE49EBE-AC08-4F84-926F-D695E5160D07

Device              Start       End   Sectors   Size Type
/dev/nvme0n1p1       2048   8390655   8388608     4G EFI System
/dev/nvme0n1p3   12584960 548937727 536352768 255.8G Linux filesystem
/dev/nvme0n1p11 730861567 976773134 245911568 117.3G Linux filesystem


Disk /dev/sdc: 115.5 GiB, 124017180672 bytes, 242221056 sectors
Disk model: DataTraveler 3.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3e951a66

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdc1  *         2048 242155519 242153472 115.5G  7 HPFS/NTFS/exFAT
/dev/sdc2       242155520 242221055     65536    32M ef EFI (FAT-12/16/32)


Disk /dev/mapper/ventoy: 3.57 GiB, 3837536256 bytes, 7495188 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device                   Boot   Start     End Sectors  Size Id Type
/dev/mapper/ventoy-part1 *         64 7486995 7486932  3.6G  0 Empty
/dev/mapper/ventoy-part2      7486996 7495187    8192    4M ef EFI (FAT-12/16/32)


Disk /dev/loop0: 29.7 MiB, 31137792 bytes, 60816 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 896.48 MiB, 940027904 bytes, 1835992 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 1.87 GiB, 2007453696 bytes, 3920808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 739.35 MiB, 775262208 bytes, 1514184 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

and /etc/fstab
contains the following

# /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=F7CE-D10A                              /boot/efi                   vfat    umask=0077                                                                                                                                        0 2
UUID=b2683235-d9b1-4a6f-b0fb-141a1ced512c   /                           ext4    noatime                                                                                                                                           0 1
UUID=480d2b75-9789-4800-b8ad-764019c85d26   /home                       ext4    noatime                                                                                                                                           0 2
UUID=8a065abc-8719-4231-9f15-03d795b01065   swap                        swap    noatime                                                                                                                                           0 0
tmpfs                                       /tmp                        tmpfs   noatime,mode=1777                                                                                                                                 0 0
//192.168.10.90/Media                       /home/waffel360/nas/Media   cifs    rw,uid=1000,gid=1000,user=waffel360,vers=3.0,noauto,noserverino,x-systemd.automount,x-systemd.mount-timeout=30,_netdev,credentials=/home/waffel360/nas/smbcred   0 0 

Thank you for your time.

I hope others can help you more indepth, because i don’t have the time to do so due to: Earthquake Humanitarian Aid Campaign / https://en.afad.gov.tr/earthquake-campaign
(Earthquake in Turkey)

1 Like

link is dead, but searched it
all good, keep your self well

1 Like

So its been a while and had not been able to look at the pc due to life thing’s but if anyone still has any input I would love to hear it as I would still like to learn what to do and how not to do it again.

What about including this into your Grub file (until you found a better solution)
:footprints:

Sure, I can take over and try to help.

It’s a pretty long thread, I skimmed through it but it’s easy to miss things so lets start with another look at your filesystem.
If you don’t mind I prefere lsblk.

I assume you have a usb you can boot with.
Boot with live usb and run following:

$ lsblk -f

It seems you have most things done, we just have to make absolutely sure.
I prefer you use a usb rather than editing your grub to boot.

Then depending on how that looks, we go from there.

[manjaro manjaro]# lsblk -f
NAME   FSTYPE FSVER LABEL            UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0  squash 4.0                                                               0   100% /run/miso/sfs/livefs
loop1  squash 4.0                                                               0   100% /run/miso/sfs/mhwdfs
loop2  squash 4.0                                                               0   100% /run/miso/sfs/desktopfs
loop3  squash 4.0                                                               0   100% /run/miso/sfs/rootfs
sda
├─sda1 swap   1                      8a065abc-8719-4231-9f15-03d795b01065
└─sda2 ext4   1.0                    480d2b75-9789-4800-b8ad-764019c85d26   23.9G    79% /run/media/manjaro/480d2b75-9789-4800-b8ad-764019c85d26
sdb
├─sdb1 exfat  1.0   Ventoy           151E-0EA3
│ └─ventoy
│      iso966 Jolie MANJARO_KDE_2304 2023-10-15-12-00-38-00                     0   100% /run/miso/bootmnt
└─sdb2 vfat   FAT16 VTOYEFI          301E-EA1C
nvme0n1

├─nvme0n1p1
│      vfat   FAT32 ESP              F7CE-D10A
├─nvme0n1p3
│      ext4   1.0                    c40ed434-f467-4386-ae24-85f6d8ca6b4b
└─nvme0n1p11
       ext4   1.0                    b2683235-d9b1-4a6f-b0fb-141a1ced512c   53.3G    48% /run/media/manjaro/b2683235-d9b1-4a6f-b0fb-141a1ced512c

also thank you for your time

1 Like

No worries, ppl with manners get all the time in the world from me (within limits)

So.
Ok, cool.

Just a few things more then we move on.
Can you clarify for me if you set the flags on the fat32 partition to efi and boot?

Please clearify what partitions that are root, boot and home (to make ABSOLUTELY sure we are on the same page here.

Then consider, if you haven’t already done this, if you want to add the space you got back after deleteing all the partitions to your root or home. (do not do it yet if you haven’t!)

Please clarify for me if you have backed up your root.

Edit
Not to confuse you, in gparted efi is called esp.