You are not logged in.

#1 2024-02-05 13:14:26

levone1
Member
Registered: 2024-02-05
Posts: 12

[SOLVED] Help Understanding Why vmlinuz-linux Not Found

I have 2 hard drives, one with Mint 21 and one with Arch.  I had Mint first, and then put in the other drive and installed Arch.  After installation, both show up on grub menu, and I can select one or the other, no problem.  I've found out, (as many have), that when updating kernel files in Mint, after next reboot, the Arch installation won't boot.  There is an error, "vmlinuz-linux not found... need to load kernel...".  I have seen many posts that address this, and the generally preferred solution seems to be to boot from USB, and re-install kernel.  So, I've done that several times.

I also have found a workaround, because the same doesn't happen in reverse - if I set to boot from the grub file in Arch, then the Mint installation isn't affected at all, by updates or anything else, so that works... 

I just want to understand a little more, if possible, (I'm very new to this).

- What exactly is happening when I update that is causing the kernel files to disappear, (which I'm not even sure they are, since there are still what seem to be kernel files in /boot, even when I'm getting the error)?
- Is it possible to prevent that when updating Mint, by some specific subcommands or...?
- Is it possible to install the kernel files to Arch while booted to Mint?  I can easily mount /dev/sdb, (where arch is), and chroot, but the instructions show that you need to 'arch-chroot' to install kernel, which I can't do from Mint, (right?)...
- Am I totally barking up all of the wrong trees, and should be handling this whole thing differently?

Thanks

Last edited by levone1 (2024-02-08 18:40:48)

Offline

#2 2024-02-05 13:43:47

willemw
Member
Registered: 2013-02-19
Posts: 116

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

Maybe it might have something to do with:     
                                                                                                                                                                                                                     
- Grub setting a default UEFI boot entry: Mint's Grub or Arch's Grub. See "BootCurrent" when running "efibootmgr"                                                                                                                                                     
- os-prober not being enabled in /etc/default/grub. If not enabled, Grub won't detect other OSes.

Offline

#3 2024-02-05 13:44:39

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

Post here (both from Mint and Arch) theese outputs:

$ sudo lsblk -f
$ sudo blkid
$ cat /etc/fstab
$ sudo cat /boot/grub/grub.cfg
$ sudo ls -laR /boot
$ mount
levone1 wrote:

- Is it possible to prevent that when updating Mint, by some specific subcommands or...?

Check within Mint's Support channels: you could go by removing Mint's BootLoader (I think Mint uses GRUB).

levone1 wrote:

- Is it possible to install the kernel files to Arch while booted to Mint?  I can easily mount /dev/sdb, (where arch is), and chroot, but the instructions show that you need to 'arch-chroot' to install kernel, which I can't do from Mint, (right?)...

From within Mint, just perform a standard chroot:
    - Using chroot


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#4 2024-02-05 14:48:59

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

d.ALT wrote:

Post here (both from Mint and Arch) theese outputs:

$ sudo lsblk -f
$ sudo blkid
$ cat /etc/fstab
$ sudo cat /boot/grub/grub.cfg
$ sudo ls -laR /boot
$ mount

From Arch:

arch-pc at ~ ❯ sudo lsblk -f
NAME   FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                           
├─sda1 vfat   FAT32       4518-9B0F                                           
├─sda2 ext4   1.0         ec94ba09-2d9e-454b-a1e7-6b9e6546121e                
└─sda3                                                                        
sdb                                                                           
├─sdb1 vfat   FAT32       C76F-2FD9                                           
├─sdb2 swap   1           033a45ea-a3e9-4dfe-8535-e62091b04155                [SWAP]
└─sdb3 ext4   1.0         6c3bec07-f0a4-42cc-aad1-815711462f19  570.9G    11% /
sr0              
arch-pc at ~ ❯ sudo blkid
/dev/sdb2: UUID="033a45ea-a3e9-4dfe-8535-e62091b04155" TYPE="swap" PARTUUID="dc75d44c-83c5-438e-82ad-bc84633786e6"
/dev/sdb3: UUID="6c3bec07-f0a4-42cc-aad1-815711462f19" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="85dfd73d-61b6-4b97-bcab-307aab3b8e7d"
/dev/sdb1: UUID="C76F-2FD9" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="1423a752-ca42-4877-81a1-a6b7b138c185"
/dev/sda2: UUID="ec94ba09-2d9e-454b-a1e7-6b9e6546121e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3b3f610b-521a-4eb8-92b9-e523ae5f6616"
/dev/sda3: PARTUUID="7fc03ec6-674f-45cb-a280-f14558c0451e"
/dev/sda1: UUID="4518-9B0F" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="7d66edc2-794a-4c17-8ea8-727e4d8fa380"
arch-pc at ~ ❯ cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sdb3
UUID=6c3bec07-f0a4-42cc-aad1-815711462f19	/         	ext4      	rw,relatime	0 1

# /dev/sdb2
UUID=033a45ea-a3e9-4dfe-8535-e62091b04155	none      	swap      	defaults  	0 0

# /dev/sdb3
UUID=6c3bec07-f0a4-42cc-aad1-815711462f19	/         	ext4      	rw,relatime	0 1

# /dev/sdb3
UUID=6c3bec07-f0a4-42cc-aad1-815711462f19	/         	ext4      	rw,relatime	0 1

# /dev/sdb3
UUID=6c3bec07-f0a4-42cc-aad1-815711462f19	/         	ext4      	rw,relatime	0 1

# /dev/sdb3
UUID=6c3bec07-f0a4-42cc-aad1-815711462f19	/         	ext4      	rw,relatime	0 1
arch-pc at ~ ❯ sudo cat /boot/grub/grub.cfg
#
# 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="0"
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-cyan/black
set menu_color_highlight=yellow/black

insmod part_gpt
insmod ext2
set root='hd1,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
else
  search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
fi
if loadfont /boot/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_input console
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd1,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
else
  search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
fi
insmod png
background_image -m stretch /home/Lev/Pictures/bg.png
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/06_grub-customizer_menu_color_helper ###
set color_normal=light-cyan/black
set color_highlight=yellow/black
### END /etc/grub.d/06_grub-customizer_menu_color_helper ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6c3bec07-f0a4-42cc-aad1-815711462f19' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
	else
	 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
	fi
	echo	'Loading Linux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initramfs-linux.img
}
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-6c3bec07-f0a4-42cc-aad1-815711462f19' {
	menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-6c3bec07-f0a4-42cc-aad1-815711462f19' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
		else
		 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux.img
	}
	menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-6c3bec07-f0a4-42cc-aad1-815711462f19' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
		else
		 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux-fallback.img
	}
	menuentry 'Arch Linux, with Linux linux (recovery mode)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-recovery-6c3bec07-f0a4-42cc-aad1-815711462f19' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
		else
		 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux-fallback.img
	}
}

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

### BEGIN /etc/grub.d/10_linux_proxy ###




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

### 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 ###
menuentry 'Linux Mint 21.3 Virginia (21.3) (on /dev/sda2)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
	else
	 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
	fi
	linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
	initrd /boot/initrd.img-6.5.0-15-generic
}
submenu 'Advanced options for Linux Mint 21.3 Virginia (21.3) (on /dev/sda2)' $menuentry_id_option 'osprober-gnulinux-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
	menuentry 'Linux Mint 21.3 MATE (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.5.0-15-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-6.5.0-15-generic
	}
	menuentry 'Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.5.0-15-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-6.5.0-15-generic
	}
	menuentry 'Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic (recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.5.0-15-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.5.0-15-generic
	}
	menuentry 'Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-39-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-6.2.0-39-generic
	}
	menuentry 'Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic (recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-39-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.2.0-39-generic
	}
	menuentry 'Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-92-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-5.15.0-92-generic
	}
	menuentry 'Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic (recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-92-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-92-generic
	}
}

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_os-prober_proxy ###
### END /etc/grub.d/30_os-prober_proxy ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
	fwsetup --is-supported
	if [ "$?" = 0 ]; then
		menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
			fwsetup
		}
	fi
fi
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/31_linux_proxy ###
menuentry "Arch Linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6c3bec07-f0a4-42cc-aad1-815711462f19' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
	else
	 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
	fi
	echo	'Loading Linux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initramfs-linux.img
}
submenu "Advanced options for Arch Linux"{
menuentry "Arch Linux, with Linux linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-6c3bec07-f0a4-42cc-aad1-815711462f19' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
		else
		 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux.img
}
menuentry "Arch Linux, with Linux linux (fallback initramfs)" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-6c3bec07-f0a4-42cc-aad1-815711462f19' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
		else
		 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux-fallback.img
}
menuentry "Arch Linux, with Linux linux (recovery mode)" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-recovery-6c3bec07-f0a4-42cc-aad1-815711462f19' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
		else
		 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initramfs-linux-fallback.img
}
}
### END /etc/grub.d/31_linux_proxy ###

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

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

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

### BEGIN /etc/grub.d/36_os-prober_proxy ###
menuentry "Linux Mint 21.3 Virginia (21.3) (on /dev/sda2)" --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
	else
	 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
	fi
	linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
	initrd /boot/initrd.img-6.5.0-15-generic
}
submenu "Advanced options for Linux Mint 21.3 Virginia (21.3) (on /dev/sda2)"{
menuentry "Linux Mint 21.3 MATE (on /dev/sda2)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.5.0-15-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-6.5.0-15-generic
}
menuentry "Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic (on /dev/sda2)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.5.0-15-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-6.5.0-15-generic
}
menuentry "Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic (recovery mode) (on /dev/sda2)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.5.0-15-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.5.0-15-generic
}
menuentry "Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic (on /dev/sda2)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-39-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-6.2.0-39-generic
}
menuentry "Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic (recovery mode) (on /dev/sda2)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-39-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.2.0-39-generic
}
menuentry "Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic (on /dev/sda2)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-92-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro quiet splash
		initrd /boot/initrd.img-5.15.0-92-generic
}
menuentry "Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic (recovery mode) (on /dev/sda2)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-92-generic--ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		else
		 search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
		fi
		linux /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-92-generic
}
}




### END /etc/grub.d/36_os-prober_proxy ###

### BEGIN /etc/grub.d/37_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
	fwsetup --is-supported
	if [ "$?" = 0 ]; then
		menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
			fwsetup
		}
	fi
fi
### END /etc/grub.d/37_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 ###
arch-pc at ~ ❯ sudo ls -laR /boot
/boot:
total 159380
drwxr-xr-x  4 root root      4096 Feb  4 16:17 .
drwxr-xr-x 22 root root      4096 Jan 24 09:17 ..
drwxr-xr-x  2 root root      4096 Oct 19 22:47 efi
drwxr-xr-x  6 root root      4096 Feb  5 09:31 grub
-rw-------  1 root root 114334420 Feb  4 16:17 initramfs-linux-fallback.img
-rw-------  1 root root  35819202 Feb  4 16:17 initramfs-linux.img
-rw-r--r--  1 root root  13029888 Feb  4 16:17 vmlinuz-linux

/boot/efi:
total 8
drwxr-xr-x 2 root root 4096 Oct 19 22:47 .
drwxr-xr-x 4 root root 4096 Feb  4 16:17 ..

/boot/grub:
total 340
drwxr-xr-x 6 root root   4096 Feb  5 09:31 .
drwxr-xr-x 4 root root   4096 Feb  4 16:17 ..
drwxr-xr-x 2 root root   4096 Oct 19 22:48 fonts
-rw------- 1 root root  22961 Feb  5 09:31 grub.cfg
-rw-r--r-- 1 root root   1024 Oct 19 22:48 grubenv
drwxr-xr-x 2 root root   4096 Feb  5 09:31 locale
drwxr-xr-x 3 root root   4096 Oct 19 22:48 themes
-rw-r--r-- 1 root root 276452 Oct 23 19:13 unicode.pf2
drwxr-xr-x 2 root root  20480 Feb  5 09:31 x86_64-efi

/boot/grub/fonts:
total 2364
drwxr-xr-x 2 root root    4096 Oct 19 22:48 .
drwxr-xr-x 6 root root    4096 Feb  5 09:31 ..
-rw-r--r-- 1 root root 2411774 Feb  5 09:31 unicode.pf2

/boot/grub/locale:
total 5488
drwxr-xr-x 2 root root   4096 Feb  5 09:31 .
drwxr-xr-x 6 root root   4096 Feb  5 09:31 ..
-rw-r--r-- 1 root root 127048 Feb  5 09:30 ast.mo
-rw-r--r-- 1 root root 127925 Feb  5 09:30 ca.mo
-rw-r--r-- 1 root root 119187 Feb  5 09:30 da.mo
-rw-r--r-- 1 root root 150573 Feb  5 09:30 de_CH.mo
-rw-r--r-- 1 root root 226560 Feb  5 09:30 de@hebrew.mo
-rw-r--r-- 1 root root 150609 Feb  5 09:30 de.mo
-rw-r--r-- 1 root root 188503 Feb  5 09:30 en@arabic.mo
-rw-r--r-- 1 root root 178004 Feb  5 09:30 en@cyrillic.mo
-rw-r--r-- 1 root root 178001 Feb  5 09:30 en@greek.mo
-rw-r--r-- 1 root root 204272 Feb  5 09:30 en@hebrew.mo
-rw-r--r-- 1 root root 157511 Feb  5 09:30 en@piglatin.mo
-rw-r--r-- 1 root root 138951 Feb  5 09:30 en@quot.mo
-rw-r--r-- 1 root root  43353 Feb  5 09:30 eo.mo
-rw-r--r-- 1 root root 130226 Feb  5 09:30 es.mo
-rw-r--r-- 1 root root 132438 Feb  5 09:30 fi.mo
-rw-r--r-- 1 root root 157662 Feb  5 09:30 fr.mo
-rw-r--r-- 1 root root 102986 Feb  5 09:30 gl.mo
-rw-r--r-- 1 root root  91712 Feb  5 09:30 he.mo
-rw-r--r-- 1 root root 130211 Feb  5 09:30 hr.mo
-rw-r--r-- 1 root root 137911 Feb  5 09:30 hu.mo
-rw-r--r-- 1 root root  28183 Feb  5 09:30 id.mo
-rw-r--r-- 1 root root 116895 Feb  5 09:30 it.mo
-rw-r--r-- 1 root root  45042 Feb  5 09:30 ja.mo
-rw-r--r-- 1 root root 156841 Feb  5 09:30 ka.mo
-rw-r--r-- 1 root root 155988 Feb  5 09:30 ko.mo
-rw-r--r-- 1 root root   7733 Feb  5 09:30 lg.mo
-rw-r--r-- 1 root root 100889 Feb  5 09:30 lt.mo
-rw-r--r-- 1 root root 128102 Feb  5 09:30 nb.mo
-rw-r--r-- 1 root root 126900 Feb  5 09:30 nl.mo
-rw-r--r-- 1 root root  61770 Feb  5 09:30 pa.mo
-rw-r--r-- 1 root root 149543 Feb  5 09:30 pl.mo
-rw-r--r-- 1 root root  86540 Feb  5 09:30 pt_BR.mo
-rw-r--r-- 1 root root 131706 Feb  5 09:30 pt.mo
-rw-r--r-- 1 root root 158334 Feb  5 09:30 ro.mo
-rw-r--r-- 1 root root 170188 Feb  5 09:30 ru.mo
-rw-r--r-- 1 root root  93884 Feb  5 09:30 sl.mo
-rw-r--r-- 1 root root 190543 Feb  5 09:30 sr.mo
-rw-r--r-- 1 root root 128320 Feb  5 09:30 sv.mo
-rw-r--r-- 1 root root  83529 Feb  5 09:30 tr.mo
-rw-r--r-- 1 root root 199239 Feb  5 09:30 uk.mo
-rw-r--r-- 1 root root 162622 Feb  5 09:30 vi.mo
-rw-r--r-- 1 root root 139089 Feb  5 09:30 zh_CN.mo
-rw-r--r-- 1 root root  30274 Feb  5 09:30 zh_TW.mo

/boot/grub/themes:
total 12
drwxr-xr-x 3 root root 4096 Oct 19 22:48 .
drwxr-xr-x 6 root root 4096 Feb  5 09:31 ..
drwxr-xr-x 2 root root 4096 Oct 19 22:48 starfield

/boot/grub/themes/starfield:
total 2876
drwxr-xr-x 2 root root    4096 Oct 19 22:48 .
drwxr-xr-x 3 root root    4096 Oct 19 22:48 ..
-rw-r--r-- 1 root root     836 Feb  5 09:31 blob_w.png
-rw-r--r-- 1 root root     178 Feb  5 09:31 boot_menu_c.png
-rw-r--r-- 1 root root     193 Feb  5 09:31 boot_menu_e.png
-rw-r--r-- 1 root root     193 Feb  5 09:31 boot_menu_ne.png
-rw-r--r-- 1 root root     103 Feb  5 09:31 boot_menu_n.png
-rw-r--r-- 1 root root     184 Feb  5 09:31 boot_menu_nw.png
-rw-r--r-- 1 root root     198 Feb  5 09:31 boot_menu_se.png
-rw-r--r-- 1 root root     102 Feb  5 09:31 boot_menu_s.png
-rw-r--r-- 1 root root     196 Feb  5 09:31 boot_menu_sw.png
-rw-r--r-- 1 root root      96 Feb  5 09:31 boot_menu_w.png
-rw-r--r-- 1 root root   19890 Feb  5 09:31 COPYING.CC-BY-SA-3.0
-rw-r--r-- 1 root root  153206 Feb  5 09:31 dejavu_10.pf2
-rw-r--r-- 1 root root  169029 Feb  5 09:31 dejavu_12.pf2
-rw-r--r-- 1 root root  185544 Feb  5 09:31 dejavu_14.pf2
-rw-r--r-- 1 root root  204012 Feb  5 09:31 dejavu_16.pf2
-rw-r--r-- 1 root root  193136 Feb  5 09:31 dejavu_bold_14.pf2
-rw-r--r-- 1 root root    1191 Feb  5 09:31 README
-rw-r--r-- 1 root root     197 Feb  5 09:31 slider_c.png
-rw-r--r-- 1 root root     265 Feb  5 09:31 slider_n.png
-rw-r--r-- 1 root root     269 Feb  5 09:31 slider_s.png
-rw-r--r-- 1 root root 1897028 Feb  5 09:31 starfield.png
-rw-r--r-- 1 root root     178 Feb  5 09:31 terminal_box_c.png
-rw-r--r-- 1 root root      94 Feb  5 09:31 terminal_box_e.png
-rw-r--r-- 1 root root     128 Feb  5 09:31 terminal_box_ne.png
-rw-r--r-- 1 root root     194 Feb  5 09:31 terminal_box_n.png
-rw-r--r-- 1 root root     210 Feb  5 09:31 terminal_box_nw.png
-rw-r--r-- 1 root root     126 Feb  5 09:31 terminal_box_se.png
-rw-r--r-- 1 root root     101 Feb  5 09:31 terminal_box_s.png
-rw-r--r-- 1 root root     123 Feb  5 09:31 terminal_box_sw.png
-rw-r--r-- 1 root root      97 Feb  5 09:31 terminal_box_w.png
-rw-r--r-- 1 root root    2249 Feb  5 09:31 theme.txt

/boot/grub/x86_64-efi:
total 3468
drwxr-xr-x 2 root root  20480 Feb  5 09:31 .
drwxr-xr-x 6 root root   4096 Feb  5 09:31 ..
-rw-r--r-- 1 root root  15896 Feb  5 09:30 acpi.mod
-rw-r--r-- 1 root root   1832 Feb  5 09:30 adler32.mod
-rw-r--r-- 1 root root   8080 Feb  5 09:30 affs.mod
-rw-r--r-- 1 root root   8464 Feb  5 09:30 afs.mod
-rw-r--r-- 1 root root   2088 Feb  5 09:30 afsplitter.mod
-rw-r--r-- 1 root root  22040 Feb  5 09:30 ahci.mod
-rw-r--r-- 1 root root    704 Feb  5 09:30 all_video.mod
-rw-r--r-- 1 root root   1376 Feb  5 09:30 aout.mod
-rw-r--r-- 1 root root   5008 Feb  5 09:30 appleldr.mod
-rw-r--r-- 1 root root   4512 Feb  5 09:30 archelp.mod
-rw-r--r-- 1 root root   8672 Feb  5 09:30 ata.mod
-rw-r--r-- 1 root root   6536 Feb  5 09:30 at_keyboard.mod
-rw-r--r-- 1 root root   2416 Feb  5 09:31 backtrace.mod
-rw-r--r-- 1 root root   9688 Feb  5 09:30 bfs.mod
-rw-r--r-- 1 root root   3096 Feb  5 09:30 bitmap.mod
-rw-r--r-- 1 root root   5240 Feb  5 09:30 bitmap_scale.mod
-rw-r--r-- 1 root root   3496 Feb  5 09:30 bli.mod
-rw-r--r-- 1 root root   2952 Feb  5 09:31 blocklist.mod
-rw-r--r-- 1 root root   3712 Feb  5 09:30 boot.mod
-rw-r--r-- 1 root root   1936 Feb  5 09:31 boottime.mod
-rw-r--r-- 1 root root  49992 Feb  5 09:30 bsd.mod
-rw-r--r-- 1 root root   3152 Feb  5 09:30 bswap_test.mod
-rw-r--r-- 1 root root  27928 Feb  5 09:30 btrfs.mod
-rw-r--r-- 1 root root   2800 Feb  5 09:30 bufio.mod
-rw-r--r-- 1 root root   2128 Feb  5 09:30 cacheinfo.mod
-rw-r--r-- 1 root root   4408 Feb  5 09:30 cat.mod
-rw-r--r-- 1 root root   5704 Feb  5 09:30 cbfs.mod
-rw-r--r-- 1 root root   5584 Feb  5 09:30 cbls.mod
-rw-r--r-- 1 root root   3784 Feb  5 09:30 cbmemc.mod
-rw-r--r-- 1 root root   1528 Feb  5 09:30 cbtable.mod
-rw-r--r-- 1 root root   4416 Feb  5 09:31 cbtime.mod
-rw-r--r-- 1 root root   8240 Feb  5 09:30 chain.mod
-rw-r--r-- 1 root root   4496 Feb  5 09:30 cmdline_cat_test.mod
-rw-r--r-- 1 root root   3328 Feb  5 09:31 cmp.mod
-rw-r--r-- 1 root root   6656 Feb  5 09:30 cmp_test.mod
-rw-r--r-- 1 root root   3731 Feb  5 09:31 command.lst
-rw-r--r-- 1 root root   3168 Feb  5 09:30 configfile.mod
-rw-r--r-- 1 root root 143360 Feb  5 09:31 core.efi
-rw-r--r-- 1 root root   4288 Feb  5 09:31 cpio_be.mod
-rw-r--r-- 1 root root   4288 Feb  5 09:31 cpio.mod
-rw-r--r-- 1 root root   2480 Feb  5 09:31 cpuid.mod
-rw-r--r-- 1 root root   2064 Feb  5 09:30 crc64.mod
-rw-r--r-- 1 root root  22672 Feb  5 09:31 cryptodisk.mod
-rw-r--r-- 1 root root    936 Feb  5 09:31 crypto.lst
-rw-r--r-- 1 root root   6968 Feb  5 09:30 crypto.mod
-rw-r--r-- 1 root root   3840 Feb  5 09:30 cs5536.mod
-rw-r--r-- 1 root root   2544 Feb  5 09:30 ctz_test.mod
-rw-r--r-- 1 root root   2912 Feb  5 09:30 datehook.mod
-rw-r--r-- 1 root root   3104 Feb  5 09:30 date.mod
-rw-r--r-- 1 root root   2784 Feb  5 09:31 datetime.mod
-rw-r--r-- 1 root root  13232 Feb  5 09:31 diskfilter.mod
-rw-r--r-- 1 root root   3024 Feb  5 09:30 disk.mod
-rw-r--r-- 1 root root   1256 Feb  5 09:30 div.mod
-rw-r--r-- 1 root root   8056 Feb  5 09:30 div_test.mod
-rw-r--r-- 1 root root   2712 Feb  5 09:30 dm_nv.mod
-rw-r--r-- 1 root root   2944 Feb  5 09:30 echo.mod
-rw-r--r-- 1 root root   2600 Feb  5 09:31 efifwsetup.mod
-rw-r--r-- 1 root root  12648 Feb  5 09:31 efi_gop.mod
-rw-r--r-- 1 root root   6464 Feb  5 09:30 efinet.mod
-rw-r--r-- 1 root root   3664 Feb  5 09:30 efitextmode.mod
-rw-r--r-- 1 root root   6888 Feb  5 09:30 efi_uga.mod
-rw-r--r-- 1 root root  26384 Feb  5 09:31 ehci.mod
-rw-r--r-- 1 root root   8800 Feb  5 09:30 elf.mod
-rw-r--r-- 1 root root   2104 Feb  5 09:30 eval.mod
-rw-r--r-- 1 root root   8512 Feb  5 09:30 exfat.mod
-rw-r--r-- 1 root root   2056 Feb  5 09:30 exfctest.mod
-rw-r--r-- 1 root root   8776 Feb  5 09:30 ext2.mod
-rw-r--r-- 1 root root   7536 Feb  5 09:30 extcmd.mod
-rw-r--r-- 1 root root  10008 Feb  5 09:31 f2fs.mod
-rw-r--r-- 1 root root   8600 Feb  5 09:31 fat.mod
-rw-r--r-- 1 root root  26672 Feb  5 09:30 file.mod
-rw-r--r-- 1 root root   2800 Feb  5 09:30 fixvideo.mod
-rw-r--r-- 1 root root  19360 Feb  5 09:30 font.mod
-rw-r--r-- 1 root root   4360 Feb  5 09:30 fshelp.mod
-rw-r--r-- 1 root root    219 Feb  5 09:31 fs.lst
-rw-r--r-- 1 root root  46656 Feb  5 09:31 functional_test.mod
-rw-r--r-- 1 root root   2344 Feb  5 09:30 gcry_arcfour.mod
-rw-r--r-- 1 root root   9040 Feb  5 09:31 gcry_blowfish.mod
-rw-r--r-- 1 root root  27696 Feb  5 09:30 gcry_camellia.mod
-rw-r--r-- 1 root root  14680 Feb  5 09:30 gcry_cast5.mod
-rw-r--r-- 1 root root  11776 Feb  5 09:31 gcry_crc.mod
-rw-r--r-- 1 root root  16800 Feb  5 09:30 gcry_des.mod
-rw-r--r-- 1 root root   3320 Feb  5 09:31 gcry_dsa.mod
-rw-r--r-- 1 root root   3928 Feb  5 09:31 gcry_idea.mod
-rw-r--r-- 1 root root   4008 Feb  5 09:31 gcry_md4.mod
-rw-r--r-- 1 root root   4464 Feb  5 09:30 gcry_md5.mod
-rw-r--r-- 1 root root   3032 Feb  5 09:30 gcry_rfc2268.mod
-rw-r--r-- 1 root root  20400 Feb  5 09:31 gcry_rijndael.mod
-rw-r--r-- 1 root root   7760 Feb  5 09:30 gcry_rmd160.mod
-rw-r--r-- 1 root root   3216 Feb  5 09:30 gcry_rsa.mod
-rw-r--r-- 1 root root  15008 Feb  5 09:30 gcry_seed.mod
-rw-r--r-- 1 root root  16216 Feb  5 09:30 gcry_serpent.mod
-rw-r--r-- 1 root root   8160 Feb  5 09:30 gcry_sha1.mod
-rw-r--r-- 1 root root   5440 Feb  5 09:31 gcry_sha256.mod
-rw-r--r-- 1 root root   6232 Feb  5 09:31 gcry_sha512.mod
-rw-r--r-- 1 root root  13208 Feb  5 09:31 gcry_tiger.mod
-rw-r--r-- 1 root root  33280 Feb  5 09:31 gcry_twofish.mod
-rw-r--r-- 1 root root  22784 Feb  5 09:31 gcry_whirlpool.mod
-rw-r--r-- 1 root root   8688 Feb  5 09:31 geli.mod
-rw-r--r-- 1 root root   8296 Feb  5 09:30 gettext.mod
-rw-r--r-- 1 root root  60024 Feb  5 09:30 gfxmenu.mod
-rw-r--r-- 1 root root   4336 Feb  5 09:31 gfxterm_background.mod
-rw-r--r-- 1 root root   7648 Feb  5 09:30 gfxterm_menu.mod
-rw-r--r-- 1 root root  16864 Feb  5 09:30 gfxterm.mod
-rw-r--r-- 1 root root   5296 Feb  5 09:31 gptsync.mod
-rw-r--r-- 1 root root 139264 Feb  5 09:31 grub.efi
-rw-r--r-- 1 root root  12840 Feb  5 09:31 gzio.mod
-rw-r--r-- 1 root root   7472 Feb  5 09:30 halt.mod
-rw-r--r-- 1 root root   8344 Feb  5 09:30 hashsum.mod
-rw-r--r-- 1 root root  10464 Feb  5 09:30 hdparm.mod
-rw-r--r-- 1 root root   1768 Feb  5 09:30 hello.mod
-rw-r--r-- 1 root root   3968 Feb  5 09:31 help.mod
-rw-r--r-- 1 root root   4392 Feb  5 09:30 hexdump.mod
-rw-r--r-- 1 root root  10200 Feb  5 09:31 hfs.mod
-rw-r--r-- 1 root root   4184 Feb  5 09:30 hfspluscomp.mod
-rw-r--r-- 1 root root  11392 Feb  5 09:30 hfsplus.mod
-rw-r--r-- 1 root root   9280 Feb  5 09:31 http.mod
-rw-r--r-- 1 root root   4240 Feb  5 09:31 iorw.mod
-rw-r--r-- 1 root root  13232 Feb  5 09:30 iso9660.mod
-rw-r--r-- 1 root root   8936 Feb  5 09:31 jfs.mod
-rw-r--r-- 1 root root  11040 Feb  5 09:30 jpeg.mod
-rw-r--r-- 1 root root   5752 Feb  5 09:30 json.mod
-rw-r--r-- 1 root root   6336 Feb  5 09:30 keylayouts.mod
-rw-r--r-- 1 root root   2872 Feb  5 09:30 keystatus.mod
-rw-r--r-- 1 root root   8184 Feb  5 09:31 ldm.mod
-rw-r--r-- 1 root root  45488 Feb  5 09:30 legacycfg.mod
-rw-r--r-- 1 root root  15816 Feb  5 09:30 legacy_password_test.mod
-rw-r--r-- 1 root root   8552 Feb  5 09:30 linux16.mod
-rw-r--r-- 1 root root  28360 Feb  5 09:30 linux.mod
-rw-r--r-- 1 root root   4488 Feb  5 09:31 loadbios.mod
-rw-r--r-- 1 root root   9064 Feb  5 09:31 loadenv.mod
-rw-r--r-- 1 root root   4896 Feb  5 09:30 loopback.mod
-rw-r--r-- 1 root root   7104 Feb  5 09:30 lsacpi.mod
-rw-r--r-- 1 root root   3600 Feb  5 09:30 lsefimmap.mod
-rw-r--r-- 1 root root   5032 Feb  5 09:31 lsefi.mod
-rw-r--r-- 1 root root   4488 Feb  5 09:30 lsefisystab.mod
-rw-r--r-- 1 root root   2832 Feb  5 09:30 lsmmap.mod
-rw-r--r-- 1 root root   6368 Feb  5 09:31 ls.mod
-rw-r--r-- 1 root root   7152 Feb  5 09:30 lspci.mod
-rw-r--r-- 1 root root   3632 Feb  5 09:31 lssal.mod
-rw-r--r-- 1 root root  20744 Feb  5 09:30 luks2.mod
-rw-r--r-- 1 root root   5880 Feb  5 09:30 luks.mod
-rw-r--r-- 1 root root  12432 Feb  5 09:30 lvm.mod
-rw-r--r-- 1 root root   6744 Feb  5 09:31 lzopio.mod
-rw-r--r-- 1 root root   4832 Feb  5 09:30 macbless.mod
-rw-r--r-- 1 root root  10704 Feb  5 09:30 macho.mod
-rw-r--r-- 1 root root   2712 Feb  5 09:30 mdraid09_be.mod
-rw-r--r-- 1 root root   2680 Feb  5 09:30 mdraid09.mod
-rw-r--r-- 1 root root   2592 Feb  5 09:30 mdraid1x.mod
-rw-r--r-- 1 root root   3096 Feb  5 09:31 memdisk.mod
-rw-r--r-- 1 root root   4200 Feb  5 09:30 memrw.mod
-rw-r--r-- 1 root root   5832 Feb  5 09:30 minicmd.mod
-rw-r--r-- 1 root root   5840 Feb  5 09:30 minix2_be.mod
-rw-r--r-- 1 root root   5736 Feb  5 09:30 minix2.mod
-rw-r--r-- 1 root root   5872 Feb  5 09:30 minix3_be.mod
-rw-r--r-- 1 root root   5800 Feb  5 09:30 minix3.mod
-rw-r--r-- 1 root root   5712 Feb  5 09:30 minix_be.mod
-rw-r--r-- 1 root root   5616 Feb  5 09:30 minix.mod
-rw-r--r-- 1 root root   9128 Feb  5 09:30 mmap.mod
-rw-r--r-- 1 root root   5323 Feb  5 09:31 moddep.lst
-rw-r--r-- 1 root root   2521 Feb  5 09:31 modinfo.sh
-rw-r--r-- 1 root root   3152 Feb  5 09:30 morse.mod
-rw-r--r-- 1 root root  43936 Feb  5 09:30 mpi.mod
-rw-r--r-- 1 root root   3592 Feb  5 09:30 msdospart.mod
-rw-r--r-- 1 root root   2360 Feb  5 09:30 mul_test.mod
-rw-r--r-- 1 root root  25072 Feb  5 09:31 multiboot2.mod
-rw-r--r-- 1 root root  22144 Feb  5 09:30 multiboot.mod
-rw-r--r-- 1 root root   6624 Feb  5 09:30 nativedisk.mod
-rw-r--r-- 1 root root  82320 Feb  5 09:31 net.mod
-rw-r--r-- 1 root root   4464 Feb  5 09:30 newc.mod
-rw-r--r-- 1 root root  10016 Feb  5 09:30 nilfs2.mod
-rw-r--r-- 1 root root 177288 Feb  5 09:30 normal.mod
-rw-r--r-- 1 root root   5600 Feb  5 09:30 ntfscomp.mod
-rw-r--r-- 1 root root  16016 Feb  5 09:31 ntfs.mod
-rw-r--r-- 1 root root   4288 Feb  5 09:30 odc.mod
-rw-r--r-- 1 root root   2160 Feb  5 09:30 offsetio.mod
-rw-r--r-- 1 root root  15624 Feb  5 09:30 ohci.mod
-rw-r--r-- 1 root root   2208 Feb  5 09:30 part_acorn.mod
-rw-r--r-- 1 root root   2576 Feb  5 09:31 part_amiga.mod
-rw-r--r-- 1 root root   2952 Feb  5 09:31 part_apple.mod
-rw-r--r-- 1 root root   4128 Feb  5 09:30 part_bsd.mod
-rw-r--r-- 1 root root   2600 Feb  5 09:30 part_dfly.mod
-rw-r--r-- 1 root root   2128 Feb  5 09:30 part_dvh.mod
-rw-r--r-- 1 root root   3184 Feb  5 09:30 part_gpt.mod
-rw-r--r-- 1 root root    111 Feb  5 09:31 partmap.lst
-rw-r--r-- 1 root root   2944 Feb  5 09:30 part_msdos.mod
-rw-r--r-- 1 root root   2416 Feb  5 09:30 part_plan.mod
-rw-r--r-- 1 root root   2160 Feb  5 09:30 part_sun.mod
-rw-r--r-- 1 root root   2416 Feb  5 09:31 part_sunpc.mod
-rw-r--r-- 1 root root     17 Feb  5 09:31 parttool.lst
-rw-r--r-- 1 root root   7392 Feb  5 09:30 parttool.mod
-rw-r--r-- 1 root root   2864 Feb  5 09:30 password.mod
-rw-r--r-- 1 root root   4416 Feb  5 09:30 password_pbkdf2.mod
-rw-r--r-- 1 root root   7384 Feb  5 09:31 pata.mod
-rw-r--r-- 1 root root   1896 Feb  5 09:31 pbkdf2.mod
-rw-r--r-- 1 root root   3352 Feb  5 09:30 pbkdf2_test.mod
-rw-r--r-- 1 root root   3424 Feb  5 09:30 pcidump.mod
-rw-r--r-- 1 root root  19176 Feb  5 09:30 pgp.mod
-rw-r--r-- 1 root root  11112 Feb  5 09:30 plainmount.mod
-rw-r--r-- 1 root root   3848 Feb  5 09:30 play.mod
-rw-r--r-- 1 root root  11056 Feb  5 09:30 png.mod
-rw-r--r-- 1 root root   2192 Feb  5 09:30 priority_queue.mod
-rw-r--r-- 1 root root   5600 Feb  5 09:30 probe.mod
-rw-r--r-- 1 root root   3712 Feb  5 09:31 procfs.mod
-rw-r--r-- 1 root root   3072 Feb  5 09:30 progress.mod
-rw-r--r-- 1 root root   1872 Feb  5 09:31 raid5rec.mod
-rw-r--r-- 1 root root   3168 Feb  5 09:30 raid6rec.mod
-rw-r--r-- 1 root root   3592 Feb  5 09:30 random.mod
-rw-r--r-- 1 root root   3008 Feb  5 09:30 rdmsr.mod
-rw-r--r-- 1 root root   2672 Feb  5 09:31 read.mod
-rw-r--r-- 1 root root   1528 Feb  5 09:30 reboot.mod
-rw-r--r-- 1 root root  78960 Feb  5 09:30 regexp.mod
-rw-r--r-- 1 root root  13880 Feb  5 09:30 reiserfs.mod
-rw-r--r-- 1 root root  26592 Feb  5 09:30 relocator.mod
-rw-r--r-- 1 root root   5624 Feb  5 09:30 romfs.mod
-rw-r--r-- 1 root root   7080 Feb  5 09:30 scsi.mod
-rw-r--r-- 1 root root   4840 Feb  5 09:30 search_fs_file.mod
-rw-r--r-- 1 root root   4904 Feb  5 09:31 search_fs_uuid.mod
-rw-r--r-- 1 root root   4856 Feb  5 09:30 search_label.mod
-rw-r--r-- 1 root root   5464 Feb  5 09:31 search.mod
-rw-r--r-- 1 root root  18032 Feb  5 09:30 serial.mod
-rw-r--r-- 1 root root    912 Feb  5 09:30 setjmp.mod
-rw-r--r-- 1 root root   2520 Feb  5 09:31 setjmp_test.mod
-rw-r--r-- 1 root root   8152 Feb  5 09:31 setpci.mod
-rw-r--r-- 1 root root   7760 Feb  5 09:31 sfs.mod
-rw-r--r-- 1 root root   3144 Feb  5 09:30 shift_test.mod
-rw-r--r-- 1 root root   8200 Feb  5 09:30 signature_test.mod
-rw-r--r-- 1 root root   3272 Feb  5 09:30 sleep.mod
-rw-r--r-- 1 root root   3000 Feb  5 09:30 sleep_test.mod
-rw-r--r-- 1 root root   8192 Feb  5 09:31 smbios.mod
-rw-r--r-- 1 root root   3000 Feb  5 09:30 spkmodem.mod
-rw-r--r-- 1 root root  10016 Feb  5 09:30 squash4.mod
-rw-r--r-- 1 root root   3176 Feb  5 09:31 strtoull_test.mod
-rw-r--r-- 1 root root  29704 Feb  5 09:31 syslinuxcfg.mod
-rw-r--r-- 1 root root   4864 Feb  5 09:30 tar.mod
-rw-r--r-- 1 root root    162 Feb  5 09:31 terminal.lst
-rw-r--r-- 1 root root   6576 Feb  5 09:31 terminal.mod
-rw-r--r-- 1 root root  19272 Feb  5 09:31 terminfo.mod
-rw-r--r-- 1 root root   1960 Feb  5 09:31 test_blockarg.mod
-rw-r--r-- 1 root root   3808 Feb  5 09:30 testload.mod
-rw-r--r-- 1 root root   7464 Feb  5 09:30 test.mod
-rw-r--r-- 1 root root   3416 Feb  5 09:31 testspeed.mod
-rw-r--r-- 1 root root   7896 Feb  5 09:31 tftp.mod
-rw-r--r-- 1 root root   6832 Feb  5 09:30 tga.mod
-rw-r--r-- 1 root root   2288 Feb  5 09:30 time.mod
-rw-r--r-- 1 root root   8144 Feb  5 09:30 tpm.mod
-rw-r--r-- 1 root root   1936 Feb  5 09:30 trig.mod
-rw-r--r-- 1 root root   3600 Feb  5 09:30 tr.mod
-rw-r--r-- 1 root root   1800 Feb  5 09:30 true.mod
-rw-r--r-- 1 root root  12616 Feb  5 09:30 udf.mod
-rw-r--r-- 1 root root   8016 Feb  5 09:30 ufs1_be.mod
-rw-r--r-- 1 root root   7856 Feb  5 09:30 ufs1.mod
-rw-r--r-- 1 root root   7856 Feb  5 09:30 ufs2.mod
-rw-r--r-- 1 root root   9992 Feb  5 09:31 uhci.mod
-rw-r--r-- 1 root root   5712 Feb  5 09:31 usb_keyboard.mod
-rw-r--r-- 1 root root  18064 Feb  5 09:31 usb.mod
-rw-r--r-- 1 root root  11288 Feb  5 09:31 usbms.mod
-rw-r--r-- 1 root root   2768 Feb  5 09:30 usbserial_common.mod
-rw-r--r-- 1 root root   3328 Feb  5 09:30 usbserial_ftdi.mod
-rw-r--r-- 1 root root   3688 Feb  5 09:30 usbserial_pl2303.mod
-rw-r--r-- 1 root root   2240 Feb  5 09:30 usbserial_usbdebug.mod
-rw-r--r-- 1 root root   5536 Feb  5 09:30 usbtest.mod
-rw-r--r-- 1 root root   8320 Feb  5 09:30 video_bochs.mod
-rw-r--r-- 1 root root   8872 Feb  5 09:31 video_cirrus.mod
-rw-r--r-- 1 root root   9920 Feb  5 09:30 video_colors.mod
-rw-r--r-- 1 root root  29704 Feb  5 09:30 video_fb.mod
-rw-r--r-- 1 root root   5408 Feb  5 09:31 videoinfo.mod
-rw-r--r-- 1 root root     41 Feb  5 09:31 video.lst
-rw-r--r-- 1 root root   8784 Feb  5 09:30 video.mod
-rw-r--r-- 1 root root   3584 Feb  5 09:31 videotest_checksum.mod
-rw-r--r-- 1 root root   5400 Feb  5 09:30 videotest.mod
-rw-r--r-- 1 root root   2328 Feb  5 09:30 wrmsr.mod
-rw-r--r-- 1 root root  11168 Feb  5 09:31 xfs.mod
-rw-r--r-- 1 root root  42352 Feb  5 09:30 xnu.mod
-rw-r--r-- 1 root root   3184 Feb  5 09:31 xnu_uuid.mod
-rw-r--r-- 1 root root   3024 Feb  5 09:30 xnu_uuid_test.mod
-rw-r--r-- 1 root root  19848 Feb  5 09:30 xzio.mod
-rw-r--r-- 1 root root   8432 Feb  5 09:30 zfscrypt.mod
-rw-r--r-- 1 root root  10424 Feb  5 09:30 zfsinfo.mod
-rw-r--r-- 1 root root  58120 Feb  5 09:30 zfs.mod
-rw-r--r-- 1 root root  80752 Feb  5 09:30 zstd.mod
arch-pc at ~ ❯ mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=6084044k,nr_inodes=1521011,mode=755,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/sdb3 on / type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=2548)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
systemd-1 on /efi type autofs (rw,relatime,fd=49,pgrp=1,timeout=120,minproto=5,maxproto=5,direct,pipe_ino=493)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=6104824k,nr_inodes=1048576,inode64)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1220964k,nr_inodes=305241,mode=700,uid=1000,gid=1000,inode64)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

Will post from Mint in a minute...

Last edited by levone1 (2024-02-05 14:49:33)

Offline

#5 2024-02-05 14:51:20

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

From within Mint, just perform a standard chroot:
    - Using chroot

I actually did think of that, and ran the bootloader install commands from chroot, and no errors, but when rebooting, still the same.  I figured it was because it wasn't "arch-chroot", but just shooting in the dark...

Offline

#6 2024-02-05 15:03:37

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

d.ALT wrote:

Post here (both from Mint and Arch) theese outputs:

$ sudo lsblk -f
$ sudo blkid
$ cat /etc/fstab
$ sudo cat /boot/grub/grub.cfg
$ sudo ls -laR /boot
$ mount

From Mint:

sudo lsblk -f
NAME   FSTYPE   FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0  squashfs 4.0                                                    0   100% /snap/bare/5
loop1  squashfs 4.0                                                    0   100% /snap/core18/2812
loop2  squashfs 4.0                                                    0   100% /snap/core22/1033
loop3  squashfs 4.0                                                    0   100% /snap/core/16202
loop4  squashfs 4.0                                                    0   100% /snap/cups/1024
loop5  squashfs 4.0                                                    0   100% /snap/kf5-5-110-qt-5-15-11-core22/3
loop6  squashfs 4.0                                                    0   100% /snap/hello-world/29
loop7  squashfs 4.0                                                    0   100% /snap/gtk-common-themes/1535
loop8  squashfs 4.0                                                    0   100% /snap/konqueror/35
loop9  squashfs 4.0                                                    0   100% /snap/test-snap-hello/22
sda
├─sda1 vfat     FAT32       4518-9B0F                             498.4M     2% /boot/efi
├─sda2 ext4     1.0         ec94ba09-2d9e-454b-a1e7-6b9e6546121e  236.2G    43% /
└─sda3
sdb
├─sdb1 vfat     FAT32       C76F-2FD9
├─sdb2 swap     1           033a45ea-a3e9-4dfe-8535-e62091b04155
└─sdb3 ext4     1.0         6c3bec07-f0a4-42cc-aad1-815711462f19
sr0
sudo blkid
/dev/sdb2: UUID="033a45ea-a3e9-4dfe-8535-e62091b04155" TYPE="swap" PARTUUID="dc75d44c-83c5-438e-82ad-bc84633786e6"
/dev/sdb3: UUID="6c3bec07-f0a4-42cc-aad1-815711462f19" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="85dfd73d-61b6-4b97-bcab-307aab3b8e7d"
/dev/sdb1: UUID="C76F-2FD9" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="1423a752-ca42-4877-81a1-a6b7b138c185"
/dev/sda2: UUID="ec94ba09-2d9e-454b-a1e7-6b9e6546121e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3b3f610b-521a-4eb8-92b9-e523ae5f6616"
/dev/sda1: UUID="4518-9B0F" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="7d66edc2-794a-4c17-8ea8-727e4d8fa380"
/dev/loop1: TYPE="squashfs"
/dev/loop8: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda3: PARTUUID="7fc03ec6-674f-45cb-a280-f14558c0451e"
/dev/loop5: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
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>
# / was on /dev/sda2 during installation
UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=4518-9B0F  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
UUID=4518-9B0F  /boot/efi       vfat    defaults      0       1
sudo cat /boot/grub/grub.cfg
#
# 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 ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${initrdfail}" = 2 ]; then
   set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
   set next_entry="${prev_entry}"
   set prev_entry=
   save_env prev_entry
   if [ "${next_entry}" ]; then
      set initrdfail=2
   fi
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
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 initrdfail {
    if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
      if [ -z "${initrdfail}" ]; then
        set initrdfail=1
        if [ -n "${boot_once}" ]; then
          set prev_entry="${default}"
          save_env prev_entry
        fi
      fi
      save_env initrdfail
    fi; fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
else
  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
fi
    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_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
        set gfxpayload="${1}"
        if [ "${1}" = "keep" ]; then
                set vt_handoff=vt.handoff=7
        else
                set vt_handoff=
        fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if [ ${grub_platform} != pc ]; then
      set linux_gfx_mode=keep
    elif hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Linux Mint 21.3 MATE' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
        else
          search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
        fi
        linux   /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
        initrd  /boot/initrd.img-6.5.0-15-generic
}
submenu 'Advanced options for Linux Mint 21.3 MATE' $menuentry_id_option 'gnulinux-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-15-generic-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.5.0-15-generic ...'
                linux   /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.5.0-15-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-15-generic-recovery-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.5.0-15-generic ...'
                linux   /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.5.0-15-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.2.0-39-generic-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.2.0-39-generic ...'
                linux   /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.2.0-39-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.2.0-39-generic-recovery-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.2.0-39-generic ...'
                linux   /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.2.0-39-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-92-generic-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 5.15.0-92-generic ...'
                linux   /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.15.0-92-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-92-generic-recovery-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 5.15.0-92-generic ...'
                linux   /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.15.0-92-generic
        }
}

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

### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Arch Linux (on /dev/sdb3)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-/dev/sdb3' {
        insmod part_gpt
        linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
        initrd /boot/initramfs-linux.img
}
submenu 'Advanced options for Arch Linux (on /dev/sdb3)' $menuentry_id_option 'osprober-gnulinux-advanced-/dev/sdb3' {
        menuentry 'Arch Linux (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (fallback initramfs) (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux-fallback.img
        }
        menuentry 'Arch Linux, with Linux linux (recovery mode) (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux-root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single-/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single
                initrd /boot/initramfs-linux-fallback.img
        }
}

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 ###
### 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 ###
sudo ls -laR /boot
/boot:
total 426156
drwxr-xr-x  5 root root      4096 Jan 30 14:21 .
drwxrwxrwx 23 root root      4096 Jan  5 09:58 ..
-rw-r--r--  1 root root    261963 Jan 10 04:07 config-5.15.0-92-generic
-rw-r--r--  1 root root    275553 Nov 16 04:48 config-6.2.0-39-generic
-rw-r--r--  1 root root    278940 Jan 12 12:13 config-6.5.0-15-generic
drwxr-xr-x  4 root root      4096 Dec 31  1969 efi
drwxr-xr-x  6 root root      4096 Feb  4 21:47 grub
drwxr-xr-x  5 root root      4096 Dec 16  2021 grub.bak
lrwxrwxrwx  1 root root        27 Jan 29 21:29 initrd.img -> initrd.img-6.5.0-15-generic
-rw-r--r--  1 root root 114751400 Jan 30 14:21 initrd.img-5.15.0-92-generic
-rw-r--r--  1 root root 128413744 Jan 30 14:20 initrd.img-6.2.0-39-generic
-rw-r--r--  1 root root 130178862 Jan 30 14:20 initrd.img-6.5.0-15-generic
lrwxrwxrwx  1 root root        27 Jan 29 21:29 initrd.img.old -> initrd.img-6.2.0-39-generic
-rw-r--r--  1 root root     26920 Dec  8  2021 memdisk
-rw-------  1 root root   6273867 Jan 10 04:07 System.map-5.15.0-92-generic
-rw-------  1 root root   7972373 Nov 16 04:48 System.map-6.2.0-39-generic
-rw-------  1 root root   8256431 Jan 12 12:13 System.map-6.5.0-15-generic
lrwxrwxrwx  1 root root        24 Jan 29 21:29 vmlinuz -> vmlinuz-6.5.0-15-generic
-rw-------  1 root root  11614792 Jan 10 04:13 vmlinuz-5.15.0-92-generic
-rw-------  1 root root  13796904 Nov 16 04:50 vmlinuz-6.2.0-39-generic
-rw-------  1 root root  14230216 Jan 12 12:14 vmlinuz-6.5.0-15-generic
lrwxrwxrwx  1 root root        24 Jan 29 21:29 vmlinuz.old -> vmlinuz-6.2.0-39-generic

/boot/efi:
total 16
drwxr-xr-x 4 root root 4096 Dec 31  1969 .
drwxr-xr-x 5 root root 4096 Jan 30 14:21 ..
drwxr-xr-x 5 root root 4096 Dec  2  2021 EFI
drwxr-xr-x 2 root root 4096 Feb  4 21:40 loader

/boot/efi/EFI:
total 20
drwxr-xr-x 5 root root 4096 Dec  2  2021 .
drwxr-xr-x 4 root root 4096 Dec 31  1969 ..
drwxr-xr-x 2 root root 4096 Feb  4 21:47 BOOT
drwxr-xr-x 3 root root 4096 Jan  8  2022 Microsoft
drwxr-xr-x 2 root root 4096 Dec  2  2021 ubuntu

/boot/efi/EFI/BOOT:
total 8556
drwxr-xr-x 2 root root    4096 Feb  4 21:47 .
drwxr-xr-x 5 root root    4096 Dec  2  2021 ..
-rwxr-xr-x 1 root root 2598792 Feb  4 21:47 bkpbootx64.efi
-rwxr-xr-x 1 root root 2598792 Feb  4 21:47 bootx64.efi
-rwxr-xr-x 1 root root   88296 Nov  5 09:23 fbx64.efi
-rwxr-xr-x 1 root root 2594696 May 29  2023 grubx64.efi
-rwxr-xr-x 1 root root  860824 Nov  5 09:23 mmx64.efi

/boot/efi/EFI/Microsoft:
total 12
drwxr-xr-x 3 root root 4096 Jan  8  2022 .
drwxr-xr-x 5 root root 4096 Dec  2  2021 ..
drwxr-xr-x 2 root root 4096 Jan  8  2022 Boot

/boot/efi/EFI/Microsoft/Boot:
total 24
drwxr-xr-x 2 root root 4096 Jan  8  2022  .
drwxr-xr-x 3 root root 4096 Jan  8  2022  ..
-r-xr-xr-x 1 root root    0 Jan  8  2022 '$NeedDeleteBCD.tag'
-rwxr-xr-x 1 root root 8192 Jan  8  2022  BCD
-rwxr-xr-x 1 root root 5120 Jan  8  2022  BCD.LOG
-rwxr-xr-x 1 root root    0 Jan  8  2022  BCD.LOG1
-rwxr-xr-x 1 root root    0 Jan  8  2022  BCD.LOG2

/boot/efi/EFI/ubuntu:
total 4340
drwxr-xr-x 2 root root    4096 Dec  2  2021 .
drwxr-xr-x 5 root root    4096 Dec  2  2021 ..
-rwxr-xr-x 1 root root     108 Nov  5 09:23 BOOTX64.CSV
-rwxr-xr-x 1 root root     126 Feb  4 21:47 grub.cfg
-rwxr-xr-x 1 root root 2598792 Feb  4 21:47 grubx64.efi
-rwxr-xr-x 1 root root  860824 Nov  5 09:23 mmx64.efi
-rwxr-xr-x 1 root root  960472 Nov  5 09:23 shimx64.efi

/boot/efi/loader:
total 12
drwxr-xr-x 2 root root 4096 Feb  4 21:40 .
drwxr-xr-x 4 root root 4096 Dec 31  1969 ..
-rwxr-xr-x 1 root root  512 Feb  4 21:40 random-seed

/boot/grub:
total 2404
drwxr-xr-x 6 root root    4096 Feb  4 21:47 .
drwxr-xr-x 5 root root    4096 Jan 30 14:21 ..
drwxr-xr-x 2 root root    4096 May 22  2023 fonts
-rw-r--r-- 1 root root   12758 Feb  4 21:49 grub.cfg
-rw-r--r-- 1 root root    1024 Feb  5 09:52 grubenv
drwxr-xr-x 2 root root    4096 Feb  4 21:47 locale
drwxr-xr-x 2 root root    4096 May 22  2023 themes
-rw-r--r-- 1 root root 2392289 Nov 23 21:32 unicode.pf2
drwxr-xr-x 2 root root   20480 Feb  4 21:47 x86_64-efi

/boot/grub/fonts:
total 2348
drwxr-xr-x 2 root root    4096 May 22  2023 .
drwxr-xr-x 6 root root    4096 Feb  4 21:47 ..
-rw-r--r-- 1 root root 2392289 Feb  4 21:47 unicode.pf2

/boot/grub/locale:
total 136
drwxr-xr-x 2 root root   4096 Feb  4 21:47 .
drwxr-xr-x 6 root root   4096 Feb  4 21:47 ..
-rw-r--r-- 1 root root   1012 Feb  4 21:47 en_AU.mo
-rw-r--r-- 1 root root    567 Feb  4 21:47 en_CA.mo
-rw-r--r-- 1 root root   3700 Feb  4 21:47 en_GB.mo
-rw-r--r-- 1 root root 116172 Feb  4 21:47 en@quot.mo

/boot/grub/themes:
total 8
drwxr-xr-x 2 root root 4096 May 22  2023 .
drwxr-xr-x 6 root root 4096 Feb  4 21:47 ..

/boot/grub/x86_64-efi:
total 3528
drwxr-xr-x 2 root root  20480 Feb  4 21:47 .
drwxr-xr-x 6 root root   4096 Feb  4 21:47 ..
-rw-r--r-- 1 root root  15600 Feb  4 21:47 acpi.mod
-rw-r--r-- 1 root root   1952 Feb  4 21:47 adler32.mod
-rw-r--r-- 1 root root   8128 Feb  4 21:47 affs.mod
-rw-r--r-- 1 root root   8368 Feb  4 21:47 afs.mod
-rw-r--r-- 1 root root   2136 Feb  4 21:47 afsplitter.mod
-rw-r--r-- 1 root root  22944 Feb  4 21:47 ahci.mod
-rw-r--r-- 1 root root    824 Feb  4 21:47 all_video.mod
-rw-r--r-- 1 root root   1496 Feb  4 21:47 aout.mod
-rw-r--r-- 1 root root   5384 Feb  4 21:47 appleldr.mod
-rw-r--r-- 1 root root   4592 Feb  4 21:47 archelp.mod
-rw-r--r-- 1 root root   9032 Feb  4 21:47 ata.mod
-rw-r--r-- 1 root root   6872 Feb  4 21:47 at_keyboard.mod
-rw-r--r-- 1 root root   2560 Feb  4 21:47 backtrace.mod
-rw-r--r-- 1 root root   9528 Feb  4 21:47 bfs.mod
-rw-r--r-- 1 root root   3304 Feb  4 21:47 bitmap.mod
-rw-r--r-- 1 root root   5408 Feb  4 21:47 bitmap_scale.mod
-rw-r--r-- 1 root root   3032 Feb  4 21:47 blocklist.mod
-rw-r--r-- 1 root root   3864 Feb  4 21:47 boot.mod
-rw-r--r-- 1 root root  48712 Feb  4 21:47 bsd.mod
-rw-r--r-- 1 root root   3320 Feb  4 21:47 bswap_test.mod
-rw-r--r-- 1 root root  26720 Feb  4 21:47 btrfs.mod
-rw-r--r-- 1 root root   3016 Feb  4 21:47 bufio.mod
-rw-r--r-- 1 root root   4472 Feb  4 21:47 cat.mod
-rw-r--r-- 1 root root   5824 Feb  4 21:47 cbfs.mod
-rw-r--r-- 1 root root   5704 Feb  4 21:47 cbls.mod
-rw-r--r-- 1 root root   3976 Feb  4 21:47 cbmemc.mod
-rw-r--r-- 1 root root   1632 Feb  4 21:47 cbtable.mod
-rw-r--r-- 1 root root   4536 Feb  4 21:47 cbtime.mod
-rw-r--r-- 1 root root  18976 Feb  4 21:47 chain.mod
-rw-r--r-- 1 root root   4688 Feb  4 21:47 cmdline_cat_test.mod
-rw-r--r-- 1 root root   2912 Feb  4 21:47 cmp.mod
-rw-r--r-- 1 root root   6584 Feb  4 21:47 cmp_test.mod
-rw-r--r-- 1 root root   3677 Feb  4 21:47 command.lst
-rw-r--r-- 1 root root   3544 Feb  4 21:47 configfile.mod
-rw-r--r-- 1 root root 147456 Feb  4 21:47 core.efi
-rw-r--r-- 1 root root   4416 Feb  4 21:47 cpio_be.mod
-rw-r--r-- 1 root root   4416 Feb  4 21:47 cpio.mod
-rw-r--r-- 1 root root   2600 Feb  4 21:47 cpuid.mod
-rw-r--r-- 1 root root   2184 Feb  4 21:47 crc64.mod
-rw-r--r-- 1 root root  18272 Feb  4 21:47 cryptodisk.mod
-rw-r--r-- 1 root root    936 Feb  4 21:47 crypto.lst
-rw-r--r-- 1 root root   7016 Feb  4 21:47 crypto.mod
-rw-r--r-- 1 root root   3992 Feb  4 21:47 cs5536.mod
-rw-r--r-- 1 root root   2696 Feb  4 21:47 ctz_test.mod
-rw-r--r-- 1 root root   3064 Feb  4 21:47 datehook.mod
-rw-r--r-- 1 root root   3216 Feb  4 21:47 date.mod
-rw-r--r-- 1 root root   3080 Feb  4 21:47 datetime.mod
-rw-r--r-- 1 root root  13144 Feb  4 21:47 diskfilter.mod
-rw-r--r-- 1 root root   3144 Feb  4 21:47 disk.mod
-rw-r--r-- 1 root root   1384 Feb  4 21:47 div.mod
-rw-r--r-- 1 root root   8104 Feb  4 21:47 div_test.mod
-rw-r--r-- 1 root root   2864 Feb  4 21:47 dm_nv.mod
-rw-r--r-- 1 root root   3064 Feb  4 21:47 echo.mod
-rw-r--r-- 1 root root   2192 Feb  4 21:47 efifwsetup.mod
-rw-r--r-- 1 root root  12904 Feb  4 21:47 efi_gop.mod
-rw-r--r-- 1 root root  10488 Feb  4 21:47 efinet.mod
-rw-r--r-- 1 root root   7184 Feb  4 21:47 efi_uga.mod
-rw-r--r-- 1 root root  25864 Feb  4 21:47 ehci.mod
-rw-r--r-- 1 root root   6288 Feb  4 21:47 elf.mod
-rw-r--r-- 1 root root   2216 Feb  4 21:47 eval.mod
-rw-r--r-- 1 root root   8728 Feb  4 21:47 exfat.mod
-rw-r--r-- 1 root root   2280 Feb  4 21:47 exfctest.mod
-rw-r--r-- 1 root root   8896 Feb  4 21:47 ext2.mod
-rw-r--r-- 1 root root   7808 Feb  4 21:47 extcmd.mod
-rw-r--r-- 1 root root  10128 Feb  4 21:47 f2fs.mod
-rw-r--r-- 1 root root   8856 Feb  4 21:47 fat.mod
-rw-r--r-- 1 root root  25984 Feb  4 21:47 file.mod
-rw-r--r-- 1 root root   3072 Feb  4 21:47 fixvideo.mod
-rw-r--r-- 1 root root  19728 Feb  4 21:47 font.mod
-rw-r--r-- 1 root root   4520 Feb  4 21:47 fshelp.mod
-rw-r--r-- 1 root root    219 Feb  4 21:47 fs.lst
-rw-r--r-- 1 root root  46784 Feb  4 21:47 functional_test.mod
-rw-r--r-- 1 root root   2432 Feb  4 21:47 gcry_arcfour.mod
-rw-r--r-- 1 root root   9096 Feb  4 21:47 gcry_blowfish.mod
-rw-r--r-- 1 root root  28424 Feb  4 21:47 gcry_camellia.mod
-rw-r--r-- 1 root root  14864 Feb  4 21:47 gcry_cast5.mod
-rw-r--r-- 1 root root  11960 Feb  4 21:47 gcry_crc.mod
-rw-r--r-- 1 root root  16440 Feb  4 21:47 gcry_des.mod
-rw-r--r-- 1 root root   3440 Feb  4 21:47 gcry_dsa.mod
-rw-r--r-- 1 root root   4080 Feb  4 21:47 gcry_idea.mod
-rw-r--r-- 1 root root   4224 Feb  4 21:47 gcry_md4.mod
-rw-r--r-- 1 root root   4616 Feb  4 21:47 gcry_md5.mod
-rw-r--r-- 1 root root   3152 Feb  4 21:47 gcry_rfc2268.mod
-rw-r--r-- 1 root root  20520 Feb  4 21:47 gcry_rijndael.mod
-rw-r--r-- 1 root root   7976 Feb  4 21:47 gcry_rmd160.mod
-rw-r--r-- 1 root root   3368 Feb  4 21:47 gcry_rsa.mod
-rw-r--r-- 1 root root  13352 Feb  4 21:47 gcry_seed.mod
-rw-r--r-- 1 root root  16656 Feb  4 21:47 gcry_serpent.mod
-rw-r--r-- 1 root root   7768 Feb  4 21:47 gcry_sha1.mod
-rw-r--r-- 1 root root   5192 Feb  4 21:47 gcry_sha256.mod
-rw-r--r-- 1 root root   6064 Feb  4 21:47 gcry_sha512.mod
-rw-r--r-- 1 root root  13176 Feb  4 21:47 gcry_tiger.mod
-rw-r--r-- 1 root root  33472 Feb  4 21:47 gcry_twofish.mod
-rw-r--r-- 1 root root  22936 Feb  4 21:47 gcry_whirlpool.mod
-rw-r--r-- 1 root root   9344 Feb  4 21:47 geli.mod
-rw-r--r-- 1 root root   8664 Feb  4 21:47 gettext.mod
-rw-r--r-- 1 root root  60336 Feb  4 21:47 gfxmenu.mod
-rw-r--r-- 1 root root   4480 Feb  4 21:47 gfxterm_background.mod
-rw-r--r-- 1 root root   7816 Feb  4 21:47 gfxterm_menu.mod
-rw-r--r-- 1 root root  17016 Feb  4 21:47 gfxterm.mod
-rw-r--r-- 1 root root   5360 Feb  4 21:47 gptsync.mod
-rw-r--r-- 1 root root 147456 Feb  4 21:47 grub.efi
-rw-r--r-- 1 root root  12472 Feb  4 21:47 gzio.mod
-rw-r--r-- 1 root root   7528 Feb  4 21:47 halt.mod
-rw-r--r-- 1 root root   8528 Feb  4 21:47 hashsum.mod
-rw-r--r-- 1 root root  10488 Feb  4 21:47 hdparm.mod
-rw-r--r-- 1 root root   1888 Feb  4 21:47 hello.mod
-rw-r--r-- 1 root root   3960 Feb  4 21:47 help.mod
-rw-r--r-- 1 root root   4472 Feb  4 21:47 hexdump.mod
-rw-r--r-- 1 root root  10352 Feb  4 21:47 hfs.mod
-rw-r--r-- 1 root root   4296 Feb  4 21:47 hfspluscomp.mod
-rw-r--r-- 1 root root  11240 Feb  4 21:47 hfsplus.mod
-rw-r--r-- 1 root root   9592 Feb  4 21:47 http.mod
-rw-r--r-- 1 root root   4656 Feb  4 21:47 iorw.mod
-rw-r--r-- 1 root root  12336 Feb  4 21:47 iso9660.mod
-rw-r--r-- 1 root root   9056 Feb  4 21:47 jfs.mod
-rw-r--r-- 1 root root  10584 Feb  4 21:47 jpeg.mod
-rw-r--r-- 1 root root   4936 Feb  4 21:47 json.mod
-rw-r--r-- 1 root root   6480 Feb  4 21:47 keylayouts.mod
-rw-r--r-- 1 root root   3008 Feb  4 21:47 keystatus.mod
-rw-r--r-- 1 root root   8240 Feb  4 21:47 ldm.mod
-rw-r--r-- 1 root root  45640 Feb  4 21:47 legacycfg.mod
-rw-r--r-- 1 root root  15936 Feb  4 21:47 legacy_password_test.mod
-rw-r--r-- 1 root root   8960 Feb  4 21:47 linux16.mod
-rw-r--r-- 1 root root  13456 Feb  4 21:47 linuxefi.mod
-rw-r--r-- 1 root root  20896 Feb  4 21:47 linux.mod
-rw-r--r-- 1 root root   4672 Feb  4 21:47 loadbios.mod
-rw-r--r-- 1 root root     98 Feb  4 21:47 load.cfg
-rw-r--r-- 1 root root   9208 Feb  4 21:47 loadenv.mod
-rw-r--r-- 1 root root   4832 Feb  4 21:47 loopback.mod
-rw-r--r-- 1 root root   7160 Feb  4 21:47 lsacpi.mod
-rw-r--r-- 1 root root   3712 Feb  4 21:47 lsefimmap.mod
-rw-r--r-- 1 root root   5352 Feb  4 21:47 lsefi.mod
-rw-r--r-- 1 root root   4424 Feb  4 21:47 lsefisystab.mod
-rw-r--r-- 1 root root   2952 Feb  4 21:47 lsmmap.mod
-rw-r--r-- 1 root root   6456 Feb  4 21:47 ls.mod
-rw-r--r-- 1 root root   7248 Feb  4 21:47 lspci.mod
-rw-r--r-- 1 root root   3840 Feb  4 21:47 lssal.mod
-rw-r--r-- 1 root root  20640 Feb  4 21:47 luks2.mod
-rw-r--r-- 1 root root   6632 Feb  4 21:47 luks.mod
-rw-r--r-- 1 root root  11952 Feb  4 21:47 lvm.mod
-rw-r--r-- 1 root root   6904 Feb  4 21:47 lzopio.mod
-rw-r--r-- 1 root root   4944 Feb  4 21:47 macbless.mod
-rw-r--r-- 1 root root  10888 Feb  4 21:47 macho.mod
-rw-r--r-- 1 root root   2856 Feb  4 21:47 mdraid09_be.mod
-rw-r--r-- 1 root root   2824 Feb  4 21:47 mdraid09.mod
-rw-r--r-- 1 root root   2680 Feb  4 21:47 mdraid1x.mod
-rw-r--r-- 1 root root   3232 Feb  4 21:47 memdisk.mod
-rw-r--r-- 1 root root   4672 Feb  4 21:47 memrw.mod
-rw-r--r-- 1 root root   6048 Feb  4 21:47 minicmd.mod
-rw-r--r-- 1 root root   5864 Feb  4 21:47 minix2_be.mod
-rw-r--r-- 1 root root   5760 Feb  4 21:47 minix2.mod
-rw-r--r-- 1 root root   5944 Feb  4 21:47 minix3_be.mod
-rw-r--r-- 1 root root   5840 Feb  4 21:47 minix3.mod
-rw-r--r-- 1 root root   5768 Feb  4 21:47 minix_be.mod
-rw-r--r-- 1 root root   5672 Feb  4 21:47 minix.mod
-rw-r--r-- 1 root root   9624 Feb  4 21:47 mmap.mod
-rw-r--r-- 1 root root   5237 Feb  4 21:47 moddep.lst
-rw-r--r-- 1 root root   2519 Feb  4 21:47 modinfo.sh
-rw-r--r-- 1 root root   3400 Feb  4 21:47 morse.mod
-rw-r--r-- 1 root root  43776 Feb  4 21:47 mpi.mod
-rw-r--r-- 1 root root   3768 Feb  4 21:47 msdospart.mod
-rw-r--r-- 1 root root   2456 Feb  4 21:47 mul_test.mod
-rw-r--r-- 1 root root  24272 Feb  4 21:47 multiboot2.mod
-rw-r--r-- 1 root root  21200 Feb  4 21:47 multiboot.mod
-rw-r--r-- 1 root root   7368 Feb  4 21:47 nativedisk.mod
-rw-r--r-- 1 root root 133416 Feb  4 21:47 net.mod
-rw-r--r-- 1 root root   4584 Feb  4 21:47 newc.mod
-rw-r--r-- 1 root root  10024 Feb  4 21:47 nilfs2.mod
-rw-r--r-- 1 root root 177184 Feb  4 21:47 normal.mod
-rw-r--r-- 1 root root   5720 Feb  4 21:47 ntfscomp.mod
-rw-r--r-- 1 root root  16104 Feb  4 21:47 ntfs.mod
-rw-r--r-- 1 root root   4416 Feb  4 21:47 odc.mod
-rw-r--r-- 1 root root   2280 Feb  4 21:47 offsetio.mod
-rw-r--r-- 1 root root  15896 Feb  4 21:47 ohci.mod
-rw-r--r-- 1 root root   2360 Feb  4 21:47 part_acorn.mod
-rw-r--r-- 1 root root   2672 Feb  4 21:47 part_amiga.mod
-rw-r--r-- 1 root root   3040 Feb  4 21:47 part_apple.mod
-rw-r--r-- 1 root root   4296 Feb  4 21:47 part_bsd.mod
-rw-r--r-- 1 root root   2688 Feb  4 21:47 part_dfly.mod
-rw-r--r-- 1 root root   2248 Feb  4 21:47 part_dvh.mod
-rw-r--r-- 1 root root   3272 Feb  4 21:47 part_gpt.mod
-rw-r--r-- 1 root root    111 Feb  4 21:47 partmap.lst
-rw-r--r-- 1 root root   3064 Feb  4 21:47 part_msdos.mod
-rw-r--r-- 1 root root   2568 Feb  4 21:47 part_plan.mod
-rw-r--r-- 1 root root   2280 Feb  4 21:47 part_sun.mod
-rw-r--r-- 1 root root   2536 Feb  4 21:47 part_sunpc.mod
-rw-r--r-- 1 root root     17 Feb  4 21:47 parttool.lst
-rw-r--r-- 1 root root   7360 Feb  4 21:47 parttool.mod
-rw-r--r-- 1 root root   2976 Feb  4 21:47 password.mod
-rw-r--r-- 1 root root   4560 Feb  4 21:47 password_pbkdf2.mod
-rw-r--r-- 1 root root   7688 Feb  4 21:47 pata.mod
-rw-r--r-- 1 root root   1936 Feb  4 21:47 pbkdf2.mod
-rw-r--r-- 1 root root   3472 Feb  4 21:47 pbkdf2_test.mod
-rw-r--r-- 1 root root   3576 Feb  4 21:47 pcidump.mod
-rw-r--r-- 1 root root  19416 Feb  4 21:47 pgp.mod
-rw-r--r-- 1 root root   3984 Feb  4 21:47 play.mod
-rw-r--r-- 1 root root  10728 Feb  4 21:47 png.mod
-rw-r--r-- 1 root root   2312 Feb  4 21:47 priority_queue.mod
-rw-r--r-- 1 root root   5656 Feb  4 21:47 probe.mod
-rw-r--r-- 1 root root   3896 Feb  4 21:47 procfs.mod
-rw-r--r-- 1 root root   3160 Feb  4 21:47 progress.mod
-rw-r--r-- 1 root root   2000 Feb  4 21:47 raid5rec.mod
-rw-r--r-- 1 root root   3344 Feb  4 21:47 raid6rec.mod
-rw-r--r-- 1 root root   3680 Feb  4 21:47 random.mod
-rw-r--r-- 1 root root   3128 Feb  4 21:47 rdmsr.mod
-rw-r--r-- 1 root root   2312 Feb  4 21:47 read.mod
-rw-r--r-- 1 root root   1648 Feb  4 21:47 reboot.mod
-rw-r--r-- 1 root root  77976 Feb  4 21:47 regexp.mod
-rw-r--r-- 1 root root  13952 Feb  4 21:47 reiserfs.mod
-rw-r--r-- 1 root root  26432 Feb  4 21:47 relocator.mod
-rw-r--r-- 1 root root   5776 Feb  4 21:47 romfs.mod
-rw-r--r-- 1 root root   7088 Feb  4 21:47 scsi.mod
-rw-r--r-- 1 root root   4784 Feb  4 21:47 search_fs_file.mod
-rw-r--r-- 1 root root   4896 Feb  4 21:47 search_fs_uuid.mod
-rw-r--r-- 1 root root   4848 Feb  4 21:47 search_label.mod
-rw-r--r-- 1 root root   5512 Feb  4 21:47 search.mod
-rw-r--r-- 1 root root  14824 Feb  4 21:47 serial.mod
-rw-r--r-- 1 root root    912 Feb  4 21:47 setjmp.mod
-rw-r--r-- 1 root root   2664 Feb  4 21:47 setjmp_test.mod
-rw-r--r-- 1 root root   8368 Feb  4 21:47 setpci.mod
-rw-r--r-- 1 root root   7944 Feb  4 21:47 sfs.mod
-rw-r--r-- 1 root root   3184 Feb  4 21:47 shift_test.mod
-rw-r--r-- 1 root root   8824 Feb  4 21:47 signature_test.mod
-rw-r--r-- 1 root root   3392 Feb  4 21:47 sleep.mod
-rw-r--r-- 1 root root   3352 Feb  4 21:47 sleep_test.mod
-rw-r--r-- 1 root root   8664 Feb  4 21:47 smbios.mod
-rw-r--r-- 1 root root   3248 Feb  4 21:47 spkmodem.mod
-rw-r--r-- 1 root root  10088 Feb  4 21:47 squash4.mod
-rw-r--r-- 1 root root   3288 Feb  4 21:47 strtoull_test.mod
-rw-r--r-- 1 root root  30104 Feb  4 21:47 syslinuxcfg.mod
-rw-r--r-- 1 root root   5040 Feb  4 21:47 tar.mod
-rw-r--r-- 1 root root    162 Feb  4 21:47 terminal.lst
-rw-r--r-- 1 root root   6792 Feb  4 21:47 terminal.mod
-rw-r--r-- 1 root root  20720 Feb  4 21:47 terminfo.mod
-rw-r--r-- 1 root root   2072 Feb  4 21:47 test_blockarg.mod
-rw-r--r-- 1 root root   3864 Feb  4 21:47 testload.mod
-rw-r--r-- 1 root root   7552 Feb  4 21:47 test.mod
-rw-r--r-- 1 root root   3568 Feb  4 21:47 testspeed.mod
-rw-r--r-- 1 root root   7768 Feb  4 21:47 tftp.mod
-rw-r--r-- 1 root root   7016 Feb  4 21:47 tga.mod
-rw-r--r-- 1 root root   2392 Feb  4 21:47 time.mod
-rw-r--r-- 1 root root   7328 Feb  4 21:47 tpm.mod
-rw-r--r-- 1 root root   2056 Feb  4 21:47 trig.mod
-rw-r--r-- 1 root root   3688 Feb  4 21:47 tr.mod
-rw-r--r-- 1 root root   1920 Feb  4 21:47 true.mod
-rw-r--r-- 1 root root  12328 Feb  4 21:47 udf.mod
-rw-r--r-- 1 root root   7936 Feb  4 21:47 ufs1_be.mod
-rw-r--r-- 1 root root   7880 Feb  4 21:47 ufs1.mod
-rw-r--r-- 1 root root   7880 Feb  4 21:47 ufs2.mod
-rw-r--r-- 1 root root  10248 Feb  4 21:47 uhci.mod
-rw-r--r-- 1 root root   5872 Feb  4 21:47 usb_keyboard.mod
-rw-r--r-- 1 root root  15824 Feb  4 21:47 usb.mod
-rw-r--r-- 1 root root  11032 Feb  4 21:47 usbms.mod
-rw-r--r-- 1 root root   2880 Feb  4 21:47 usbserial_common.mod
-rw-r--r-- 1 root root   3480 Feb  4 21:47 usbserial_ftdi.mod
-rw-r--r-- 1 root root   3840 Feb  4 21:47 usbserial_pl2303.mod
-rw-r--r-- 1 root root   2392 Feb  4 21:47 usbserial_usbdebug.mod
-rw-r--r-- 1 root root   5600 Feb  4 21:47 usbtest.mod
-rw-r--r-- 1 root root   8520 Feb  4 21:47 video_bochs.mod
-rw-r--r-- 1 root root   9128 Feb  4 21:47 video_cirrus.mod
-rw-r--r-- 1 root root  10096 Feb  4 21:47 video_colors.mod
-rw-r--r-- 1 root root  28592 Feb  4 21:47 video_fb.mod
-rw-r--r-- 1 root root   5344 Feb  4 21:47 videoinfo.mod
-rw-r--r-- 1 root root     41 Feb  4 21:47 video.lst
-rw-r--r-- 1 root root   9000 Feb  4 21:47 video.mod
-rw-r--r-- 1 root root   3760 Feb  4 21:47 videotest_checksum.mod
-rw-r--r-- 1 root root   5656 Feb  4 21:47 videotest.mod
-rw-r--r-- 1 root root   2456 Feb  4 21:47 wrmsr.mod
-rw-r--r-- 1 root root  10752 Feb  4 21:47 xfs.mod
-rw-r--r-- 1 root root  42584 Feb  4 21:47 xnu.mod
-rw-r--r-- 1 root root   3312 Feb  4 21:47 xnu_uuid.mod
-rw-r--r-- 1 root root   3232 Feb  4 21:47 xnu_uuid_test.mod
-rw-r--r-- 1 root root  19888 Feb  4 21:47 xzio.mod
-rw-r--r-- 1 root root   8536 Feb  4 21:47 zfscrypt.mod
-rw-r--r-- 1 root root  10728 Feb  4 21:47 zfsinfo.mod
-rw-r--r-- 1 root root  57960 Feb  4 21:47 zfs.mod
-rw-r--r-- 1 root root  80208 Feb  4 21:47 zstd.mod

/boot/grub.bak:
total 28
drwxr-xr-x 5 root root  4096 Dec 16  2021 .
drwxr-xr-x 5 root root  4096 Jan 30 14:21 ..
drwxr-xr-x 2 root root  4096 Dec  2  2021 fonts
drwxr-xr-x 2 root root  4096 Dec 16  2021 themes
drwxr-xr-x 2 root root 12288 Dec  2  2021 x86_64-efi

/boot/grub.bak/fonts:
total 2348
drwxr-xr-x 2 root root    4096 Dec  2  2021 .
drwxr-xr-x 5 root root    4096 Dec 16  2021 ..
-rw-r--r-- 1 root root 2395475 Dec  2  2021 unicode.pf2

/boot/grub.bak/themes:
total 8
drwxr-xr-x 2 root root 4096 Dec 16  2021 .
drwxr-xr-x 5 root root 4096 Dec 16  2021 ..

/boot/grub.bak/x86_64-efi:
total 3476
drwxr-xr-x 2 root root  12288 Dec  2  2021 .
drwxr-xr-x 5 root root   4096 Dec 16  2021 ..
-rw-r--r-- 1 root root  15616 Dec  2  2021 acpi.mod
-rw-r--r-- 1 root root   2072 Dec  2  2021 adler32.mod
-rw-r--r-- 1 root root   8144 Dec  2  2021 affs.mod
-rw-r--r-- 1 root root   8288 Dec  2  2021 afs.mod
-rw-r--r-- 1 root root  22984 Dec  2  2021 ahci.mod
-rw-r--r-- 1 root root    824 Dec  2  2021 all_video.mod
-rw-r--r-- 1 root root   1616 Dec  2  2021 aout.mod
-rw-r--r-- 1 root root   5480 Dec  2  2021 appleldr.mod
-rw-r--r-- 1 root root   4656 Dec  2  2021 archelp.mod
-rw-r--r-- 1 root root   9064 Dec  2  2021 ata.mod
-rw-r--r-- 1 root root   7040 Dec  2  2021 at_keyboard.mod
-rw-r--r-- 1 root root   2664 Dec  2  2021 backtrace.mod
-rw-r--r-- 1 root root   9480 Dec  2  2021 bfs.mod
-rw-r--r-- 1 root root   3384 Dec  2  2021 bitmap.mod
-rw-r--r-- 1 root root   5480 Dec  2  2021 bitmap_scale.mod
-rw-r--r-- 1 root root   3136 Dec  2  2021 blocklist.mod
-rw-r--r-- 1 root root   3416 Dec  2  2021 boot.mod
-rw-r--r-- 1 root root  48472 Dec  2  2021 bsd.mod
-rw-r--r-- 1 root root   3472 Dec  2  2021 bswap_test.mod
-rw-r--r-- 1 root root  25312 Dec  2  2021 btrfs.mod
-rw-r--r-- 1 root root   3080 Dec  2  2021 bufio.mod
-rw-r--r-- 1 root root   4560 Dec  2  2021 cat.mod
-rw-r--r-- 1 root root   5912 Dec  2  2021 cbfs.mod
-rw-r--r-- 1 root root   6328 Dec  2  2021 cbls.mod
-rw-r--r-- 1 root root   4072 Dec  2  2021 cbmemc.mod
-rw-r--r-- 1 root root   1776 Dec  2  2021 cbtable.mod
-rw-r--r-- 1 root root   4656 Dec  2  2021 cbtime.mod
-rw-r--r-- 1 root root  20248 Dec  2  2021 chain.mod
-rw-r--r-- 1 root root   4832 Dec  2  2021 cmdline_cat_test.mod
-rw-r--r-- 1 root root   3040 Dec  2  2021 cmp.mod
-rw-r--r-- 1 root root   6712 Dec  2  2021 cmp_test.mod
-rw-r--r-- 1 root root   3677 Dec  2  2021 command.lst
-rw-r--r-- 1 root root   3664 Dec  2  2021 configfile.mod
-rw-r--r-- 1 root root 143360 Dec  2  2021 core.efi
-rw-r--r-- 1 root root   4536 Dec  2  2021 cpio_be.mod
-rw-r--r-- 1 root root   4504 Dec  2  2021 cpio.mod
-rw-r--r-- 1 root root   2720 Dec  2  2021 cpuid.mod
-rw-r--r-- 1 root root   2304 Dec  2  2021 crc64.mod
-rw-r--r-- 1 root root  15880 Dec  2  2021 cryptodisk.mod
-rw-r--r-- 1 root root    936 Dec  2  2021 crypto.lst
-rw-r--r-- 1 root root   7104 Dec  2  2021 crypto.mod
-rw-r--r-- 1 root root   3992 Dec  2  2021 cs5536.mod
-rw-r--r-- 1 root root   2840 Dec  2  2021 ctz_test.mod
-rw-r--r-- 1 root root   3152 Dec  2  2021 datehook.mod
-rw-r--r-- 1 root root   3336 Dec  2  2021 date.mod
-rw-r--r-- 1 root root   3128 Dec  2  2021 datetime.mod
-rw-r--r-- 1 root root  14928 Dec  2  2021 diskfilter.mod
-rw-r--r-- 1 root root   3248 Dec  2  2021 disk.mod
-rw-r--r-- 1 root root   1528 Dec  2  2021 div.mod
-rw-r--r-- 1 root root   8328 Dec  2  2021 div_test.mod
-rw-r--r-- 1 root root   2920 Dec  2  2021 dm_nv.mod
-rw-r--r-- 1 root root   3184 Dec  2  2021 echo.mod
-rw-r--r-- 1 root root   2264 Dec  2  2021 efifwsetup.mod
-rw-r--r-- 1 root root  12704 Dec  2  2021 efi_gop.mod
-rw-r--r-- 1 root root  10240 Dec  2  2021 efinet.mod
-rw-r--r-- 1 root root   7256 Dec  2  2021 efi_uga.mod
-rw-r--r-- 1 root root  25840 Dec  2  2021 ehci.mod
-rw-r--r-- 1 root root   6416 Dec  2  2021 elf.mod
-rw-r--r-- 1 root root   2344 Dec  2  2021 eval.mod
-rw-r--r-- 1 root root   8168 Dec  2  2021 exfat.mod
-rw-r--r-- 1 root root   2424 Dec  2  2021 exfctest.mod
-rw-r--r-- 1 root root   8992 Dec  2  2021 ext2.mod
-rw-r--r-- 1 root root   7864 Dec  2  2021 extcmd.mod
-rw-r--r-- 1 root root   9872 Dec  2  2021 f2fs.mod
-rw-r--r-- 1 root root   8296 Dec  2  2021 fat.mod
-rw-r--r-- 1 root root  26096 Dec  2  2021 file.mod
-rw-r--r-- 1 root root   3144 Dec  2  2021 fixvideo.mod
-rw-r--r-- 1 root root  17376 Dec  2  2021 font.mod
-rw-r--r-- 1 root root   4624 Dec  2  2021 fshelp.mod
-rw-r--r-- 1 root root    219 Dec  2  2021 fs.lst
-rw-r--r-- 1 root root  46936 Dec  2  2021 functional_test.mod
-rw-r--r-- 1 root root   2552 Dec  2  2021 gcry_arcfour.mod
-rw-r--r-- 1 root root   9216 Dec  2  2021 gcry_blowfish.mod
-rw-r--r-- 1 root root  28592 Dec  2  2021 gcry_camellia.mod
-rw-r--r-- 1 root root  14952 Dec  2  2021 gcry_cast5.mod
-rw-r--r-- 1 root root  12040 Dec  2  2021 gcry_crc.mod
-rw-r--r-- 1 root root  16568 Dec  2  2021 gcry_des.mod
-rw-r--r-- 1 root root   3584 Dec  2  2021 gcry_dsa.mod
-rw-r--r-- 1 root root   4168 Dec  2  2021 gcry_idea.mod
-rw-r--r-- 1 root root   4344 Dec  2  2021 gcry_md4.mod
-rw-r--r-- 1 root root   4736 Dec  2  2021 gcry_md5.mod
-rw-r--r-- 1 root root   3344 Dec  2  2021 gcry_rfc2268.mod
-rw-r--r-- 1 root root  20616 Dec  2  2021 gcry_rijndael.mod
-rw-r--r-- 1 root root   8064 Dec  2  2021 gcry_rmd160.mod
-rw-r--r-- 1 root root   3568 Dec  2  2021 gcry_rsa.mod
-rw-r--r-- 1 root root  13512 Dec  2  2021 gcry_seed.mod
-rw-r--r-- 1 root root  16912 Dec  2  2021 gcry_serpent.mod
-rw-r--r-- 1 root root   7824 Dec  2  2021 gcry_sha1.mod
-rw-r--r-- 1 root root   5352 Dec  2  2021 gcry_sha256.mod
-rw-r--r-- 1 root root   6160 Dec  2  2021 gcry_sha512.mod
-rw-r--r-- 1 root root  13328 Dec  2  2021 gcry_tiger.mod
-rw-r--r-- 1 root root  33656 Dec  2  2021 gcry_twofish.mod
-rw-r--r-- 1 root root  23056 Dec  2  2021 gcry_whirlpool.mod
-rw-r--r-- 1 root root   9464 Dec  2  2021 geli.mod
-rw-r--r-- 1 root root   8568 Dec  2  2021 gettext.mod
-rw-r--r-- 1 root root  59848 Dec  2  2021 gfxmenu.mod
-rw-r--r-- 1 root root   4600 Dec  2  2021 gfxterm_background.mod
-rw-r--r-- 1 root root   7960 Dec  2  2021 gfxterm_menu.mod
-rw-r--r-- 1 root root  17264 Dec  2  2021 gfxterm.mod
-rw-r--r-- 1 root root   5432 Dec  2  2021 gptsync.mod
-rw-r--r-- 1 root root 143360 Dec  2  2021 grub.efi
-rw-r--r-- 1 root root  12472 Dec  2  2021 gzio.mod
-rw-r--r-- 1 root root   6880 Dec  2  2021 halt.mod
-rw-r--r-- 1 root root   8480 Dec  2  2021 hashsum.mod
-rw-r--r-- 1 root root  10520 Dec  2  2021 hdparm.mod
-rw-r--r-- 1 root root   2008 Dec  2  2021 hello.mod
-rw-r--r-- 1 root root   4080 Dec  2  2021 help.mod
-rw-r--r-- 1 root root   4624 Dec  2  2021 hexdump.mod
-rw-r--r-- 1 root root  10352 Dec  2  2021 hfs.mod
-rw-r--r-- 1 root root   4440 Dec  2  2021 hfspluscomp.mod
-rw-r--r-- 1 root root  11408 Dec  2  2021 hfsplus.mod
-rw-r--r-- 1 root root   9536 Dec  2  2021 http.mod
-rw-r--r-- 1 root root   4648 Dec  2  2021 iorw.mod
-rw-r--r-- 1 root root  12384 Dec  2  2021 iso9660.mod
-rw-r--r-- 1 root root   9096 Dec  2  2021 jfs.mod
-rw-r--r-- 1 root root   9376 Dec  2  2021 jpeg.mod
-rw-r--r-- 1 root root   6552 Dec  2  2021 keylayouts.mod
-rw-r--r-- 1 root root   3192 Dec  2  2021 keystatus.mod
-rw-r--r-- 1 root root   8304 Dec  2  2021 ldm.mod
-rw-r--r-- 1 root root  45040 Dec  2  2021 legacycfg.mod
-rw-r--r-- 1 root root  16056 Dec  2  2021 legacy_password_test.mod
-rw-r--r-- 1 root root   9080 Dec  2  2021 linux16.mod
-rw-r--r-- 1 root root  12320 Dec  2  2021 linuxefi.mod
-rw-r--r-- 1 root root  20984 Dec  2  2021 linux.mod
-rw-r--r-- 1 root root   4760 Dec  2  2021 loadbios.mod
-rw-r--r-- 1 root root     98 Dec  2  2021 load.cfg
-rw-r--r-- 1 root root   9360 Dec  2  2021 loadenv.mod
-rw-r--r-- 1 root root   4896 Dec  2  2021 loopback.mod
-rw-r--r-- 1 root root   7280 Dec  2  2021 lsacpi.mod
-rw-r--r-- 1 root root   3808 Dec  2  2021 lsefimmap.mod
-rw-r--r-- 1 root root   5368 Dec  2  2021 lsefi.mod
-rw-r--r-- 1 root root   4456 Dec  2  2021 lsefisystab.mod
-rw-r--r-- 1 root root   3072 Dec  2  2021 lsmmap.mod
-rw-r--r-- 1 root root   6576 Dec  2  2021 ls.mod
-rw-r--r-- 1 root root   7336 Dec  2  2021 lspci.mod
-rw-r--r-- 1 root root   3936 Dec  2  2021 lssal.mod
-rw-r--r-- 1 root root   9840 Dec  2  2021 luks.mod
-rw-r--r-- 1 root root  10064 Dec  2  2021 lvm.mod
-rw-r--r-- 1 root root   7056 Dec  2  2021 lzopio.mod
-rw-r--r-- 1 root root   5056 Dec  2  2021 macbless.mod
-rw-r--r-- 1 root root  11032 Dec  2  2021 macho.mod
-rw-r--r-- 1 root root   2968 Dec  2  2021 mdraid09_be.mod
-rw-r--r-- 1 root root   2936 Dec  2  2021 mdraid09.mod
-rw-r--r-- 1 root root   2800 Dec  2  2021 mdraid1x.mod
-rw-r--r-- 1 root root   3304 Dec  2  2021 memdisk.mod
-rw-r--r-- 1 root root   4664 Dec  2  2021 memrw.mod
-rw-r--r-- 1 root root   6128 Dec  2  2021 minicmd.mod
-rw-r--r-- 1 root root   5856 Dec  2  2021 minix2_be.mod
-rw-r--r-- 1 root root   5752 Dec  2  2021 minix2.mod
-rw-r--r-- 1 root root   5888 Dec  2  2021 minix3_be.mod
-rw-r--r-- 1 root root   5816 Dec  2  2021 minix3.mod
-rw-r--r-- 1 root root   5728 Dec  2  2021 minix_be.mod
-rw-r--r-- 1 root root   5664 Dec  2  2021 minix.mod
-rw-r--r-- 1 root root   9592 Dec  2  2021 mmap.mod
-rw-r--r-- 1 root root   5254 Dec  2  2021 moddep.lst
-rw-r--r-- 1 root root   2469 Dec  2  2021 modinfo.sh
-rw-r--r-- 1 root root   3496 Dec  2  2021 morse.mod
-rw-r--r-- 1 root root  43616 Dec  2  2021 mpi.mod
-rw-r--r-- 1 root root   3856 Dec  2  2021 msdospart.mod
-rw-r--r-- 1 root root   2600 Dec  2  2021 mul_test.mod
-rw-r--r-- 1 root root  24224 Dec  2  2021 multiboot2.mod
-rw-r--r-- 1 root root  21016 Dec  2  2021 multiboot.mod
-rw-r--r-- 1 root root   6848 Dec  2  2021 nativedisk.mod
-rw-r--r-- 1 root root 131168 Dec  2  2021 net.mod
-rw-r--r-- 1 root root   4704 Dec  2  2021 newc.mod
-rw-r--r-- 1 root root  10080 Dec  2  2021 nilfs2.mod
-rw-r--r-- 1 root root 173240 Dec  2  2021 normal.mod
-rw-r--r-- 1 root root   5848 Dec  2  2021 ntfscomp.mod
-rw-r--r-- 1 root root  15368 Dec  2  2021 ntfs.mod
-rw-r--r-- 1 root root   4504 Dec  2  2021 odc.mod
-rw-r--r-- 1 root root   2376 Dec  2  2021 offsetio.mod
-rw-r--r-- 1 root root  15984 Dec  2  2021 ohci.mod
-rw-r--r-- 1 root root   2456 Dec  2  2021 part_acorn.mod
-rw-r--r-- 1 root root   2736 Dec  2  2021 part_amiga.mod
-rw-r--r-- 1 root root   3136 Dec  2  2021 part_apple.mod
-rw-r--r-- 1 root root   4360 Dec  2  2021 part_bsd.mod
-rw-r--r-- 1 root root   2784 Dec  2  2021 part_dfly.mod
-rw-r--r-- 1 root root   2312 Dec  2  2021 part_dvh.mod
-rw-r--r-- 1 root root   3392 Dec  2  2021 part_gpt.mod
-rw-r--r-- 1 root root    111 Dec  2  2021 partmap.lst
-rw-r--r-- 1 root root   3128 Dec  2  2021 part_msdos.mod
-rw-r--r-- 1 root root   2632 Dec  2  2021 part_plan.mod
-rw-r--r-- 1 root root   2376 Dec  2  2021 part_sun.mod
-rw-r--r-- 1 root root   2632 Dec  2  2021 part_sunpc.mod
-rw-r--r-- 1 root root     17 Dec  2  2021 parttool.lst
-rw-r--r-- 1 root root   7584 Dec  2  2021 parttool.mod
-rw-r--r-- 1 root root   3096 Dec  2  2021 password.mod
-rw-r--r-- 1 root root   4552 Dec  2  2021 password_pbkdf2.mod
-rw-r--r-- 1 root root   7528 Dec  2  2021 pata.mod
-rw-r--r-- 1 root root   2120 Dec  2  2021 pbkdf2.mod
-rw-r--r-- 1 root root   3616 Dec  2  2021 pbkdf2_test.mod
-rw-r--r-- 1 root root   3696 Dec  2  2021 pcidump.mod
-rw-r--r-- 1 root root  19456 Dec  2  2021 pgp.mod
-rw-r--r-- 1 root root   4192 Dec  2  2021 play.mod
-rw-r--r-- 1 root root  10448 Dec  2  2021 png.mod
-rw-r--r-- 1 root root   2432 Dec  2  2021 priority_queue.mod
-rw-r--r-- 1 root root   4480 Dec  2  2021 probe.mod
-rw-r--r-- 1 root root   3984 Dec  2  2021 procfs.mod
-rw-r--r-- 1 root root   3280 Dec  2  2021 progress.mod
-rw-r--r-- 1 root root   2136 Dec  2  2021 raid5rec.mod
-rw-r--r-- 1 root root   3488 Dec  2  2021 raid6rec.mod
-rw-r--r-- 1 root root   3760 Dec  2  2021 random.mod
-rw-r--r-- 1 root root   3144 Dec  2  2021 rdmsr.mod
-rw-r--r-- 1 root root   2408 Dec  2  2021 read.mod
-rw-r--r-- 1 root root   1744 Dec  2  2021 reboot.mod
-rw-r--r-- 1 root root  76184 Dec  2  2021 regexp.mod
-rw-r--r-- 1 root root  13888 Dec  2  2021 reiserfs.mod
-rw-r--r-- 1 root root  26304 Dec  2  2021 relocator.mod
-rw-r--r-- 1 root root   5896 Dec  2  2021 romfs.mod
-rw-r--r-- 1 root root   7208 Dec  2  2021 scsi.mod
-rw-r--r-- 1 root root   4864 Dec  2  2021 search_fs_file.mod
-rw-r--r-- 1 root root   4976 Dec  2  2021 search_fs_uuid.mod
-rw-r--r-- 1 root root   4928 Dec  2  2021 search_label.mod
-rw-r--r-- 1 root root   5632 Dec  2  2021 search.mod
-rw-r--r-- 1 root root  14808 Dec  2  2021 serial.mod
-rw-r--r-- 1 root root   1032 Dec  2  2021 setjmp.mod
-rw-r--r-- 1 root root   2784 Dec  2  2021 setjmp_test.mod
-rw-r--r-- 1 root root   8504 Dec  2  2021 setpci.mod
-rw-r--r-- 1 root root   7952 Dec  2  2021 sfs.mod
-rw-r--r-- 1 root root   3320 Dec  2  2021 shift_test.mod
-rw-r--r-- 1 root root   3704 Dec  2  2021 shim_lock.mod
-rw-r--r-- 1 root root   8912 Dec  2  2021 signature_test.mod
-rw-r--r-- 1 root root   3640 Dec  2  2021 sleep.mod
-rw-r--r-- 1 root root   3480 Dec  2  2021 sleep_test.mod
-rw-r--r-- 1 root root   8736 Dec  2  2021 smbios.mod
-rw-r--r-- 1 root root   3368 Dec  2  2021 spkmodem.mod
-rw-r--r-- 1 root root  10176 Dec  2  2021 squash4.mod
-rw-r--r-- 1 root root   3432 Dec  2  2021 strtoull_test.mod
-rw-r--r-- 1 root root  30048 Dec  2  2021 syslinuxcfg.mod
-rw-r--r-- 1 root root   5104 Dec  2  2021 tar.mod
-rw-r--r-- 1 root root    162 Dec  2  2021 terminal.lst
-rw-r--r-- 1 root root   6904 Dec  2  2021 terminal.mod
-rw-r--r-- 1 root root  19000 Dec  2  2021 terminfo.mod
-rw-r--r-- 1 root root   2192 Dec  2  2021 test_blockarg.mod
-rw-r--r-- 1 root root   3968 Dec  2  2021 testload.mod
-rw-r--r-- 1 root root   7616 Dec  2  2021 test.mod
-rw-r--r-- 1 root root   3632 Dec  2  2021 testspeed.mod
-rw-r--r-- 1 root root   7640 Dec  2  2021 tftp.mod
-rw-r--r-- 1 root root   6528 Dec  2  2021 tga.mod
-rw-r--r-- 1 root root   2488 Dec  2  2021 time.mod
-rw-r--r-- 1 root root   6992 Dec  2  2021 tpm.mod
-rw-r--r-- 1 root root   2224 Dec  2  2021 trig.mod
-rw-r--r-- 1 root root   3808 Dec  2  2021 tr.mod
-rw-r--r-- 1 root root   2016 Dec  2  2021 true.mod
-rw-r--r-- 1 root root  12328 Dec  2  2021 udf.mod
-rw-r--r-- 1 root root   8024 Dec  2  2021 ufs1_be.mod
-rw-r--r-- 1 root root   7864 Dec  2  2021 ufs1.mod
-rw-r--r-- 1 root root   7896 Dec  2  2021 ufs2.mod
-rw-r--r-- 1 root root  10264 Dec  2  2021 uhci.mod
-rw-r--r-- 1 root root   5960 Dec  2  2021 usb_keyboard.mod
-rw-r--r-- 1 root root  15816 Dec  2  2021 usb.mod
-rw-r--r-- 1 root root  11056 Dec  2  2021 usbms.mod
-rw-r--r-- 1 root root   3056 Dec  2  2021 usbserial_common.mod
-rw-r--r-- 1 root root   3600 Dec  2  2021 usbserial_ftdi.mod
-rw-r--r-- 1 root root   3928 Dec  2  2021 usbserial_pl2303.mod
-rw-r--r-- 1 root root   2512 Dec  2  2021 usbserial_usbdebug.mod
-rw-r--r-- 1 root root   5688 Dec  2  2021 usbtest.mod
-rw-r--r-- 1 root root   3720 Dec  2  2021 verifiers.mod
-rw-r--r-- 1 root root   8616 Dec  2  2021 video_bochs.mod
-rw-r--r-- 1 root root   9192 Dec  2  2021 video_cirrus.mod
-rw-r--r-- 1 root root  10160 Dec  2  2021 video_colors.mod
-rw-r--r-- 1 root root  28728 Dec  2  2021 video_fb.mod
-rw-r--r-- 1 root root   5456 Dec  2  2021 videoinfo.mod
-rw-r--r-- 1 root root     41 Dec  2  2021 video.lst
-rw-r--r-- 1 root root   9072 Dec  2  2021 video.mod
-rw-r--r-- 1 root root   3904 Dec  2  2021 videotest_checksum.mod
-rw-r--r-- 1 root root   5640 Dec  2  2021 videotest.mod
-rw-r--r-- 1 root root   2424 Dec  2  2021 wrmsr.mod
-rw-r--r-- 1 root root  10560 Dec  2  2021 xfs.mod
-rw-r--r-- 1 root root  42368 Dec  2  2021 xnu.mod
-rw-r--r-- 1 root root   3408 Dec  2  2021 xnu_uuid.mod
-rw-r--r-- 1 root root   3440 Dec  2  2021 xnu_uuid_test.mod
-rw-r--r-- 1 root root  19912 Dec  2  2021 xzio.mod
-rw-r--r-- 1 root root   8600 Dec  2  2021 zfscrypt.mod
-rw-r--r-- 1 root root  10888 Dec  2  2021 zfsinfo.mod
-rw-r--r-- 1 root root  57480 Dec  2  2021 zfs.mod
-rw-r--r-- 1 root root  79944 Dec  2  2021 zstd.mod
mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=6030872k,nr_inodes=1507718,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1219688k,mode=755,inode64)
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=2026)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
/var/lib/snapd/snaps/bare_5.snap on /snap/bare/5 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core22_1033.snap on /snap/core22/1033 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core18_2812.snap on /snap/core18/2812 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core_16202.snap on /snap/core/16202 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/cups_1024.snap on /snap/cups/1024 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/hello-world_29.snap on /snap/hello-world/29 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/kf5-5-110-qt-5-15-11-core22_3.snap on /snap/kf5-5-110-qt-5-15-11-core22/3 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1535.snap on /snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/konqueror_35.snap on /snap/konqueror/35 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/test-snap-hello_22.snap on /snap/test-snap-hello/22 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1219688k,mode=755,inode64)
nsfs on /run/snapd/ns/cups.mnt type nsfs (rw)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1219684k,nr_inodes=304921,mode=700,uid=1000,gid=1000,inode64)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

Offline

#7 2024-02-05 15:36:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

when updating kernel files in Mint, after next reboot, the Arch installation won't boot.  There is an error, "vmlinuz-linux not found... need to load kernel..."

We'll briefly ignore that this is more of a linux Mint issue and treat it as academic, but the grub.cfg you posted from mint has what looks like a useful archlinux boot entry - did you already sanitize that or is it supposed to reflect the broken state?

Generally you want to have *one* bootloader and configure that from one distro, not both - but you don't have a designated boot partition.
C76F-2FD9 is dead weight and 4518-9B0F mounted as ESP on Mint

Your archlinux fstab is bonkers, btw - you should clean that up and don't just ">>" stuff into it, the order matters and if there was more than the root partition and swap, you'd probably be having problems from this.

Offline

#8 2024-02-05 17:19:00

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

seth wrote:

when updating kernel files in Mint, after next reboot, the Arch installation won't boot.  There is an error, "vmlinuz-linux not found... need to load kernel..."

We'll briefly ignore that this is more of a linux Mint issue and treat it as academic, but the grub.cfg you posted from mint has what looks like a useful archlinux boot entry - did you already sanitize that or is it supposed to reflect the broken state?

Oh yeah...  I just reinstalled Grub from live boot, so it probably looks good now...  It's always when updating grub from Mint that the issue shows up...

Generally you want to have *one* bootloader and configure that from one distro, not both - but you don't have a designated boot partition.
C76F-2FD9 is dead weight and 4518-9B0F mounted as ESP on Mint

Ok - will take it on

Your archlinux fstab is bonkers, btw - you should clean that up and don't just ">>" stuff into it, the order matters and if there was more than the root partition and swap, you'd probably be having problems from this.

Is it safe to delete duplicates, (i.e. just have one sdb3 entry, etc.)?  I think the extras are from attempting to install from chroot in Mint, which seemed to do nothing.

Thanks

Offline

#9 2024-02-05 21:21:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

It's not only safe, it's a seriously good idea.
Again: the order how you mount stuff there matters, plus it might actually throw off Mint's os-prober.

Please post the mint grub.cfg once it got trashed again - otherwise we cannot even guess what goes wrong there.

Offline

#10 2024-02-06 01:40:17

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

seth wrote:

It's not only safe, it's a seriously good idea.
Again: the order how you mount stuff there matters, plus it might actually throw off Mint's os-prober.

Please post the mint grub.cfg once it got trashed again - otherwise we cannot even guess what goes wrong there.

Here it is - thanks, (trashed it on purpose)

#
# 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 ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${initrdfail}" = 2 ]; then
   set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
   set next_entry="${prev_entry}"
   set prev_entry=
   save_env prev_entry
   if [ "${next_entry}" ]; then
      set initrdfail=2
   fi
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
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 initrdfail {
    if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
      if [ -z "${initrdfail}" ]; then
        set initrdfail=1
        if [ -n "${boot_once}" ]; then
          set prev_entry="${default}"
          save_env prev_entry
        fi
      fi
      save_env initrdfail
    fi; fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
else
  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
fi
    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_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
        set gfxpayload="${1}"
        if [ "${1}" = "keep" ]; then
                set vt_handoff=vt.handoff=7
        else
                set vt_handoff=
        fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if [ ${grub_platform} != pc ]; then
      set linux_gfx_mode=keep
    elif hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Linux Mint 21.3 MATE' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
        else
          search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
        fi
        linux   /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
        initrd  /boot/initrd.img-6.5.0-15-generic
}
submenu 'Advanced options for Linux Mint 21.3 MATE' $menuentry_id_option 'gnulinux-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-15-generic-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.5.0-15-generic ...'
                linux   /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.5.0-15-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.5.0-15-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-15-generic-recovery-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.5.0-15-generic ...'
                linux   /boot/vmlinuz-6.5.0-15-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.5.0-15-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.2.0-39-generic-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.2.0-39-generic ...'
                linux   /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.2.0-39-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 6.2.0-39-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.2.0-39-generic-recovery-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 6.2.0-39-generic ...'
                linux   /boot/vmlinuz-6.2.0-39-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.2.0-39-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-92-generic-advanced-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 5.15.0-92-generic ...'
                linux   /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro  quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.15.0-92-generic
        }
        menuentry 'Linux Mint 21.3 MATE, with Linux 5.15.0-92-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-92-generic-recovery-ec94ba09-2d9e-454b-a1e7-6b9e6546121e' {
                recordfail
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                else
                  search --no-floppy --fs-uuid --set=root ec94ba09-2d9e-454b-a1e7-6b9e6546121e
                fi
                echo    'Loading Linux 5.15.0-92-generic ...'
                linux   /boot/vmlinuz-5.15.0-92-generic root=UUID=ec94ba09-2d9e-454b-a1e7-6b9e6546121e ro recovery nomodeset dis_ucode_ldr
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.15.0-92-generic
        }
}

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

### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Arch Linux (on /dev/sdb3)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-/dev/sdb3' {
        insmod part_gpt
        linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
        initrd /boot/initramfs-linux.img
}
submenu 'Advanced options for Arch Linux (on /dev/sdb3)' $menuentry_id_option 'osprober-gnulinux-advanced-/dev/sdb3' {
        menuentry 'Arch Linux (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (fallback initramfs) (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux-fallback.img
        }
        menuentry 'Arch Linux, with Linux linux (recovery mode) (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux-root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single-/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single
                initrd /boot/initramfs-linux-fallback.img
        }
        menuentry 'Arch Linux (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (fallback initramfs) (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
                initrd /boot/initramfs-linux-fallback.img
        }
        menuentry 'Arch Linux, with Linux linux (recovery mode) (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux-root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single-/dev/sdb3' {
                insmod part_gpt
                linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw single
                initrd /boot/initramfs-linux-fallback.img
        }
}

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 ###
### 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 ###

Last edited by levone1 (2024-02-06 01:40:41)

Offline

#11 2024-02-06 09:34:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

The entries are doubled as "Arch Linux, with Linux linux" and "Arch Linux (on /dev/sdb3)" but functionally identical and identical to the ones in the grub.cfg you posted earlier?

Offline

#12 2024-02-06 09:52:23

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

Can you boot Arch via its dedicated custom entry?
From Mint: add this inside the /etc/grub.d/40_custom file, then re-run $ sudo grub-mkconfig -o /boot/grub/grub.cfg

menuentry 'MY ARCH (custom)' {
        load_video
        insmod gzio
        insmod xzio
		insmod lzopio
        insmod part_gpt
        insmod ext2
        search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
        linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
        initrd /boot/initramfs-linux.img
}

<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#13 2024-02-06 13:36:20

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

seth wrote:

The entries are doubled as "Arch Linux, with Linux linux" and "Arch Linux (on /dev/sdb3)" but functionally identical and identical to the ones in the grub.cfg you posted earlier?

Yea - not sure... entry shows up on grub menu, and when I select Arch, "vmlinuz-linux not found..." error shows up.

Probably several months of poking around and shooting in the dark has caused various disorders...  Maybe I should just 'clean' everything

Offline

#14 2024-02-06 13:43:54

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

d.ALT wrote:

Can you boot Arch via its dedicated custom entry?
From Mint: add this inside the /etc/grub.d/40_custom file, then re-run $ sudo grub-mkconfig -o /boot/grub/grub.cfg

menuentry 'MY ARCH (custom)' {
        load_video
        insmod gzio
        insmod xzio
		insmod lzopio
        insmod part_gpt
        insmod ext2
        search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
        linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
        initrd /boot/initramfs-linux.img
}

Will try now

Offline

#15 2024-02-06 13:51:24

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

d.ALT wrote:

Can you boot Arch via its dedicated custom entry?
From Mint: add this inside the /etc/grub.d/40_custom file, then re-run $ sudo grub-mkconfig -o /boot/grub/grub.cfg

menuentry 'MY ARCH (custom)' {
        load_video
        insmod gzio
        insmod xzio
		insmod lzopio
        insmod part_gpt
        insmod ext2
        search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
        linux /boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw loglevel=3 quiet
        initrd /boot/initramfs-linux.img
}

After following these steps, the usual Arch entry, (consisting of a line that says, "Arch Linux..." and a line that says, "Advanced Options for Arch Linux..."), is gone, and replaced by one line that says, "MY ARCH".  When selecting that, I get the same error as before, but with the additional line of another file not found, (I didn't note it exactly, but looks like a UUID number - maybe the one from your custom entry).

Thanks

Offline

#16 2024-02-06 14:47:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

menuentry 'MINER ARCH (mine)' {
	load_video
	insmod gzio
	insmod lzopio
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
	else
	 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
	fi
	echo	'Loading Archlinux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
	echo	'Tadaaa ... Loading initial ramdisk ...'
	initrd	/boot/initramfs-linux.img
}

Edit: garlic nuts… and code tags.

Last edited by seth (2024-02-06 14:47:52)

Offline

#17 2024-02-06 19:44:29

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

seth wrote:
menuentry 'MINER ARCH (mine)' {
	load_video
	insmod gzio
	insmod lzopio
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3  6c3bec07-f0a4-42cc-aad1-815711462f19
	else
	 search --no-floppy --fs-uuid --set=root 6c3bec07-f0a4-42cc-aad1-815711462f19
	fi
	echo	'Loading Archlinux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=6c3bec07-f0a4-42cc-aad1-815711462f19 rw  loglevel=3 quiet
	echo	'Tadaaa ... Loading initial ramdisk ...'
	initrd	/boot/initramfs-linux.img
}

Edit: garlic nuts… and code tags.

error:  no such device: 6c3bec07-f0a4-aad1-815711462f19.
Loading Archlinux linux ...
error:  disk  `hd1.gpt3' not found.
Tadaaa ... Loading initial ramdisk ...
error:  you need to load the kernel first.

Offline

#18 2024-02-06 20:22:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

I'd almost say this is probably still https://archlinux.org/news/grub-bootloa … ibilities/ - but you can boot using the Mint bootloader after "fixing" it on mint?
And the fixed grub.cfg looks like #6 ?

Offline

#19 2024-02-07 03:31:27

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

seth wrote:

I'd almost say this is probably still https://archlinux.org/news/grub-bootloa … ibilities/ - but you can boot using the Mint bootloader after "fixing" it on mint?
And the fixed grub.cfg looks like #6 ?

When booting from Arch live USB, and using arch-chroot to re-install kernel, the system then boots from Arch grub cfg, which shows all available boot options, (I also have a portable kUbuntu), and works fine for all.  I can just leave it at that - like I said initially, mainly just curious, and wanting to learn a little more.

Honestly, most of this is over my head, so I don't have a lot of confidence to have you all spend much more time on it; I appreciate your help.  The link you posted seems valid to the situation, from the little I can understand.

Offline

#20 2024-02-07 07:13:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

When booting from Arch live USB, and using arch-chroot to re-install kernel, the system then boots from Arch grub cfg

Sorry, I somehow got under the impression that you'd fix the Mint grub after it's auto-written on updates.

Yes, it is conceivable that the incompatibility remains - since you ever only want one system to control the bootloader, you'd simply make that arch and remove grub on the Mint installation.

Offline

#21 2024-02-08 01:35:56

levone1
Member
Registered: 2024-02-05
Posts: 12

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

seth wrote:

When booting from Arch live USB, and using arch-chroot to re-install kernel, the system then boots from Arch grub cfg

Sorry, I somehow got under the impression that you'd fix the Mint grub after it's auto-written on updates.

Yes, it is conceivable that the incompatibility remains - since you ever only want one system to control the bootloader, you'd simply make that arch and remove grub on the Mint installation.

Thanks

At least I figured out how to install kernel from chroot on Mint - I was missing a 'mount --rbind...' command...  Should make things easier anyway.

Offline

#22 2024-02-08 09:03:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Help Understanding Why vmlinuz-linux Not Found

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB