Manjaro booting up to a black screen

Manjaro doesn’t want to work. Every time I try booting it up it just shows a black screen. I am able to chroot into the system and have tried fixing it but have made it worse. This happened after updating my system and rebooting. I got

error: file '/boot/vmlinuz-6.9-x86_64' 
error: you need to load the kernel first

I then installed new kernels linux611 and linux66 and I couldn’t get them to appear when in the menu that lets you pick a kernel. I kept looking for solutions and for some reason I started tinkering with the display managers. I switched to sddm and got it load up the logging screen (I use lightdm) but would get “unable to contact settings server” so I kept making changes I noticed I starting get more errors when I messed with the sys link for the display-manager service and removing and reinstalling dbus packages. Checking my boot.log and I see a ton of errors all related to dbus such as

[FAILED] Failed to start D-Bus System Message Bus.

any help is appreciated.

First you say this is the situation:

then, later, you say:

which doesn’t really make sense
there is no point in wanting to load a display manager while you are in chroot


You have no kernel installed (linux69 is no longer available)
You went into chroot and installed linux611 and linux66 - that’s what you said.

How did you do this?



How you should do it is:

  • manjaro-chroot -a
    (… boot from USB and chroot)
  • pacman -S linux611 linux66
    (install kernels)
  • mkinitcpio -P
    (create the initrd’s for those just installed kernels as well as any you had already installed)
  • grub-mkconfig -o /boot/grub/grub.cfg
    (update the Grub configuration, so you get the newly installed kernels displayed in the menu)
  • exit
  • reboot

See how that goes.

If you can still boot normally - it wasn’t entirely clear to me - your info says you are on linux610 -
you don’t need chroot
and in that case you can also use mhwd-kernel -i linux611 linux66

1 Like

Hardware info would be good:
inxi -zv8

I’m guessing you have an NVIDIA graphics card?
(your info says no tho that, it says AMD, which should be totally unproblematic)

In case of Nvidia I cannot be of much help, because I do not have such device and thus no experience with it.

One thing to try:
at the grub screen, press “e” for edit
and add a 3 (the number 3) at the end of the line that is starting with linux
(it’s a few lines down, it’s not the first line)
then F10 or CTRL+X to boot -
you’ll land at a TTY and can log in there and use
mhwd-kernel -i linux611 linux66
to try to fix it -
I really don’t know whether that will take care of any Nvidia driver though :man_shrugging:

You perhaps have also already tried to run a full system update.
If not - do it.

sudo pacman-mirrors -f
sudo pacman -Syu

We always recommend to watch the second posting in the announcement Topic for FAQ, this should help:

I don’t even get the grub screen anymore just a blank black screen when booting manjaro up.

This would still be helpful.

all the output?

Really? :face_with_raised_eyebrow:

You prefer us to further poking around in the fog? There is no confidential information in it.

Yes - if in doubt what may be useful, provide it all.
It’s just a simple copy and paste job.
Then highlight all of it and format using the </> button in the edit window.
… so it looks like the terminal output that you got …

Can you please re-do it - not from within chroot, but just from the live system.
It will get rid of all the random “12” everywhere …

how do I do it from the live system if when I boot it just shows a blank black screen?

I Just posted this also for the future, if you switch for Kernels in the right time and delete the old EOL Kernel before you doing this update, you wouldn’t face this problem and you could evade it fully.

With a Timeshift snapshot, you can also help yourself in future, if you face a problem like this.

If you can chroot - as you did - you had to have used a live system …
Just boot it - don’t chroot yet, then do the command.

thanks will do

1 Like

much better, actually readable now :sunglasses:

now:

chroot (manjaro-chroot) - then:

and reinstall kernels like described above

What is the resulting response/output?
Any errors?

You obviously dual boot together with Windoze, this should be mentioned when asking for help.

sudo pacman-mirrors -f

::ERROR Connection: HTTPSConnectionPool(host='mirror.truenetwork.ru', port=443): Max retries exceeded with url: /manjaro/stable/core/x86_64/core.db.tar.gz (Caused by SSLError(SSLError(1, '[SSL] record layer failure (_ssl.c:1000)')))

Only 1 error

sudo pacman -Syu

0 error
and

sudo pacman -S linux66 linux611

gives 0 errors

… again just paraphrasing the output you think is relevant - not all of it …
It can’t be that many lines …

are the kernels installed?

if yes - mkinitcpio ... and grub-mkgonfig ... (see above)

with output, please

(you need to be in chroot … and you don’t need sudo when in chroot - you are already root)

instead of:

pacman-mirrors -f

try:
pacman-mirrors -c Germany

or any country you like …

mkinitcpio returns this

==> Starting dry run: '6.10.13-3-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [encrypt]
==> WARNING: Possibly missing firmware for module: 'qat_420xx'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]

and grub-mkconfig returns

Generating grub configuration file ...
#
# 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 cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
else
  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_input console
terminal_output gfxterm
Found theme: /usr/share/grub/themes/manjaro/theme.txt
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
else
  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
fi
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 ###
Found linux image: /boot/vmlinuz-linux610
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5df18303-1819-4851-83c4-9f0d35dec903' {
	savedefault
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod cryptodisk
	insmod luks
	insmod gcry_rijndael
	insmod gcry_rijndael
	insmod gcry_sha256
	insmod ext2
	cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
	set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
	else
	  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
	fi
	linux	/boot/vmlinuz-linux610 root=/dev/mapper/mydata rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
	initrd	/boot/intel-ucode.img /boot/amd-ucode.img
}
submenu 'Advanced options for Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-5df18303-1819-4851-83c4-9f0d35dec903' {
	menuentry 'Manjaro Linux (Kernel: linux610)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux610-advanced-5df18303-1819-4851-83c4-9f0d35dec903' {
	savedefault
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
		set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
		else
		  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
		fi
		linux	/boot/vmlinuz-linux610 root=/dev/mapper/mydata rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
		initrd	/boot/intel-ucode.img /boot/amd-ucode.img
	}
Found linux image: /boot/vmlinuz-6.11-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.11-x86_64.img
	menuentry 'Manjaro Linux (Kernel: 6.11.2-4-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.11.2-4-MANJARO x64-advanced-5df18303-1819-4851-83c4-9f0d35dec903' {
	savedefault
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
		set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
		else
		  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
		fi
		linux	/boot/vmlinuz-6.11-x86_64 root=UUID=5df18303-1819-4851-83c4-9f0d35dec903 rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
		initrd	/boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.11-x86_64.img
	}
Found initrd fallback image: /boot/initramfs-6.11-x86_64-fallback.img
	menuentry 'Manjaro Linux (Kernel: 6.11.2-4-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.11.2-4-MANJARO x64-fallback-5df18303-1819-4851-83c4-9f0d35dec903' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
		set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
		else
		  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
		fi
		linux	/boot/vmlinuz-6.11-x86_64 root=UUID=5df18303-1819-4851-83c4-9f0d35dec903 rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
		initrd	/boot/initramfs-6.11-x86_64-fallback.img
	}
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.10-x86_64.img
	menuentry 'Manjaro Linux (Kernel: 6.10.13-3-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.10.13-3-MANJARO x64-advanced-5df18303-1819-4851-83c4-9f0d35dec903' {
	savedefault
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
		set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
		else
		  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
		fi
		linux	/boot/vmlinuz-6.10-x86_64 root=UUID=5df18303-1819-4851-83c4-9f0d35dec903 rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
		initrd	/boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.10-x86_64.img
	}
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
	menuentry 'Manjaro Linux (Kernel: 6.10.13-3-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.10.13-3-MANJARO x64-fallback-5df18303-1819-4851-83c4-9f0d35dec903' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
		set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
		else
		  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
		fi
		linux	/boot/vmlinuz-6.10-x86_64 root=UUID=5df18303-1819-4851-83c4-9f0d35dec903 rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
		initrd	/boot/initramfs-6.10-x86_64-fallback.img
	}
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
	menuentry 'Manjaro Linux (Kernel: 6.6.54-2-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.6.54-2-MANJARO x64-advanced-5df18303-1819-4851-83c4-9f0d35dec903' {
	savedefault
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
		set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
		else
		  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
		fi
		linux	/boot/vmlinuz-6.6-x86_64 root=UUID=5df18303-1819-4851-83c4-9f0d35dec903 rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
		initrd	/boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
	}
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
	menuentry 'Manjaro Linux (Kernel: 6.6.54-2-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.6.54-2-MANJARO x64-fallback-5df18303-1819-4851-83c4-9f0d35dec903' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod cryptodisk
		insmod luks
		insmod gcry_rijndael
		insmod gcry_rijndael
		insmod gcry_sha256
		insmod ext2
		cryptomount -u c29a9c07-7a12-4c86-91c5-59065b5a27ca
		set root='cryptouuid/c29a9c077a124c8691c559065b5a27ca'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
		else
		  search --no-floppy --fs-uuid --set=root 5df18303-1819-4851-83c4-9f0d35dec903
		fi
		linux	/boot/vmlinuz-6.6-x86_64 root=UUID=5df18303-1819-4851-83c4-9f0d35dec903 rw  quiet cryptdevice=UUID=c29a9c07-7a12-4c86-91c5-59065b5a27ca:luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca root=/dev/mapper/luks-c29a9c07-7a12-4c86-91c5-59065b5a27ca splash apparmor=1 security=apparmor udev.log_priority=3
		initrd	/boot/initramfs-6.6-x86_64-fallback.img
	}
}

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

### BEGIN /etc/grub.d/15_ostree ###
### END /etc/grub.d/15_ostree ###

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

### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
  insmod bli
fi
### END /etc/grub.d/25_bli ###

### BEGIN /etc/grub.d/30_os-prober ###
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
Adding boot menu entry for UEFI Firmware Settings ...
if [ "$grub_platform" = "efi" ]; then
	menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
		fwsetup
		}
fi
### END /etc/grub.d/30_uefi-firmware ###

### 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 ###
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
### END /etc/grub.d/41_snapshots-btrfs ###

### BEGIN /etc/grub.d/60_memtest86+ ###
Found memtest86+ image: /boot/memtest86+/memtest.bin
if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
        search --fs-uuid --no-floppy --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
        linux16 /boot/memtest86+/memtest.bin 
    }
fi
### END /etc/grub.d/60_memtest86+ ###

### BEGIN /etc/grub.d/60_memtest86+-efi ###
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
if [ "${grub_platform}" == "efi" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
        if loadfont unicode ; then
            set gfxmode=1024x768,800x600,auto
            set gfxpayload=800x600,1024x768
            terminal_output gfxterm
        fi
        search --fs-uuid --no-floppy --set=root --hint='cryptouuid/c29a9c077a124c8691c559065b5a27ca'  5df18303-1819-4851-83c4-9f0d35dec903
        linux /boot/memtest86+/memtest.efi 
    }
fi
### END /etc/grub.d/60_memtest86+-efi ###
done

I shorthened the commands in my last post - I trusted that you’d refer to the actual complete commands I wrote further up:

I see only linux610 present.

I thought you installed linux611 and linux66.

… that’s what happens with partial, incomplete information -
we can’t see what you see
and if you need help, you need to let us see what you see